Author: chaoren
Date: Wed Aug 19 01:21:09 2015
New Revision: 245418

URL: http://llvm.org/viewvc/llvm-project?rev=245418&view=rev
Log:
XFAIL TestCppScope for Darwin.

Modified:
    lldb/trunk/test/lang/cpp/scope/TestCppScope.py

Modified: lldb/trunk/test/lang/cpp/scope/TestCppScope.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/scope/TestCppScope.py?rev=245418&r1=245417&r2=245418&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/scope/TestCppScope.py (original)
+++ lldb/trunk/test/lang/cpp/scope/TestCppScope.py Wed Aug 19 01:21:09 2015
@@ -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()


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to