Skip to content

Commit 2212717

Browse files
committed
Revert "[lldb] Fix failing TestFind(Ranges)InMemory.py tests. (llvm#96511)"
This reverts commit 33a9c57. Alongside 10bd5ad this is being reverted as these commits are blocking the macOS buildbots: https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/as-lldb-cmake/6375/
1 parent 5413a2b commit 2212717

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

3737
test_base.assertTrue(region.IsReadable())
38+
test_base.assertFalse(region.IsExecutable())
3839

3940
address_start = lldb.SBAddress(region.GetRegionBase(), test_base.target)
4041
stack_size = region.GetRegionEnd() - region.GetRegionBase()

0 commit comments

Comments
 (0)