We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57249d commit 2eb72a6Copy full SHA for 2eb72a6
lldb/test/API/macosx/branch-islands/TestBranchIslands.py
@@ -38,8 +38,7 @@ def do_test(self):
38
sym_addr = island_sym_ctx.symbol.addr
39
resolved_name = sym_addr.symbol.name
40
if resolved_name != "foo.island":
41
- return
42
-
+ self.skipTest("Encountered overlapping symbol linker bug")
43
thread.StepInto()
44
stop_frame = thread.frames[0]
45
self.assertIn("foo", stop_frame.name, "Stepped into foo")
0 commit comments