Skip to content

Commit 0bbc356

Browse files
Miro BuckoAlexisPerry
authored andcommitted
[lldb] Fix failing TestFind(Ranges)InMemory.py tests. (llvm#96511)
This is to unblock llvm#95007. Will investigate why the assertion is failing on some arch.
1 parent 08a7ac3 commit 0bbc356

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/python_api/find_in_memory/address_ranges_helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def GetRangeFromAddrValue(test_base, addr):
3535
)
3636

3737
test_base.assertTrue(region.IsReadable())
38-
test_base.assertFalse(region.IsExecutable())
3938

4039
address_start = lldb.SBAddress(region.GetRegionBase(), test_base.target)
4140
stack_size = region.GetRegionEnd() - region.GetRegionBase()

0 commit comments

Comments
 (0)