summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChaoren Lin <chaorenl@google.com>2015-08-19 06:21:09 +0000
committerChaoren Lin <chaorenl@google.com>2015-08-19 06:21:09 +0000
commit9a379c19a9d147ec4dadab17722c8fb2c08402de (patch)
treea9dc34899f24fb9dee11f3aac53a1bd51da7c9e1
parenta2a463a7872774c8008fed42c27c3957344a2f93 (diff)
downloadbcm5719-llvm-9a379c19a9d147ec4dadab17722c8fb2c08402de.tar.gz
bcm5719-llvm-9a379c19a9d147ec4dadab17722c8fb2c08402de.zip
XFAIL TestCppScope for Darwin.
llvm-svn: 245418
-rw-r--r--lldb/test/lang/cpp/scope/TestCppScope.py2
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()
OpenPOWER on IntegriCloud