diff options
| author | Chaoren Lin <chaorenl@google.com> | 2015-08-19 06:21:09 +0000 |
|---|---|---|
| committer | Chaoren Lin <chaorenl@google.com> | 2015-08-19 06:21:09 +0000 |
| commit | 9a379c19a9d147ec4dadab17722c8fb2c08402de (patch) | |
| tree | a9dc34899f24fb9dee11f3aac53a1bd51da7c9e1 | |
| parent | a2a463a7872774c8008fed42c27c3957344a2f93 (diff) | |
| download | bcm5719-llvm-9a379c19a9d147ec4dadab17722c8fb2c08402de.tar.gz bcm5719-llvm-9a379c19a9d147ec4dadab17722c8fb2c08402de.zip | |
XFAIL TestCppScope for Darwin.
llvm-svn: 245418
| -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() |

