Skip to content

Commit

Permalink
[lldb] Fix failing TestFind(Ranges)InMemory.py tests. (#96511)
Browse files Browse the repository at this point in the history
This is to unblock #95007. Will investigate why the assertion is failing
on some arch.
  • Loading branch information
mbucko authored Jun 24, 2024
1 parent 0534953 commit 33a9c57
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def GetRangeFromAddrValue(test_base, addr):
)

test_base.assertTrue(region.IsReadable())
test_base.assertFalse(region.IsExecutable())

address_start = lldb.SBAddress(region.GetRegionBase(), test_base.target)
stack_size = region.GetRegionEnd() - region.GetRegionBase()
Expand Down

0 comments on commit 33a9c57

Please sign in to comment.