diff options
| -rw-r--r-- | lldb/test/lang/cpp/scope/TestCppScope.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/scope/TestCppScope.py b/lldb/test/lang/cpp/scope/TestCppScope.py index 49b16ac97cd..a83ef589373 100644 --- a/lldb/test/lang/cpp/scope/TestCppScope.py +++ b/lldb/test/lang/cpp/scope/TestCppScope.py @@ -9,12 +9,14 @@ class TestCppScopes(TestBase): mydir = TestBase.compute_mydir(__file__) + @expectedFailureDarwin @skipUnlessDarwin @dsym_test def test_with_dsym_and_run_command(self): self.buildDsym() self.check() + @expectedFailureDarwin @dwarf_test def test_with_dwarf_and_run_command(self): self.buildDwarf() |

