[Lldb-commits] [lldb] r245418 - XFAIL TestCppScope for Darwin.

Chaoren Lin via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 18 23:21:10 PDT 2015


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()




More information about the lldb-commits mailing list