From 48e5eedab3aa170f880b333d5e38bbc6e72d4b8b Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Tue, 5 May 2020 13:13:16 -0700 Subject: [PATCH] [TestIndirectSymbols] This now runs and works on iOS (arm64). --- lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py b/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py index 2718bd746a08..e67611ef3692 100644 --- a/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py +++ b/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py @@ -19,7 +19,6 @@ class TestIndirectFunctions(TestBase): self.main_source = "main.c" @skipUnlessDarwin - @expectedFailureAll(oslist=no_match(["macosx"]), bugnumber="rdar://55952764") @add_test_categories(['pyapi']) def test_with_python_api(self): """Test stepping and setting breakpoints in indirect and re-exported symbols."""