[Lldb-commits] [lldb] r247855 - XFAIL TestCppNsImport for gcc-4.9.

Chaoren Lin via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 16 14:32:48 PDT 2015


Author: chaoren
Date: Wed Sep 16 16:32:48 2015
New Revision: 247855

URL: http://llvm.org/viewvc/llvm-project?rev=247855&view=rev
Log:
XFAIL TestCppNsImport for gcc-4.9.

Works for gcc-4.8. A bug in gcc perhaps.

Modified:
    lldb/trunk/test/lang/cpp/nsimport/TestCppNsImport.py

Modified: lldb/trunk/test/lang/cpp/nsimport/TestCppNsImport.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/nsimport/TestCppNsImport.py?rev=247855&r1=247854&r2=247855&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/nsimport/TestCppNsImport.py (original)
+++ lldb/trunk/test/lang/cpp/nsimport/TestCppNsImport.py Wed Sep 16 16:32:48 2015
@@ -17,6 +17,7 @@ class TestCppNsImport(TestBase):
         self.check()
 
     @dwarf_test
+    @expectedFailureGcc(None, ['>', '4.9.0'])
     def test_with_dwarf_and_run_command(self):
         """Tests imported namespaces in C++."""
         self.buildDwarf()




More information about the lldb-commits mailing list