Author: chaoren
Date: Wed Sep 16 18:36:41 2015
New Revision: 247863

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

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=247863&r1=247862&r2=247863&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/nsimport/TestCppNsImport.py (original)
+++ lldb/trunk/test/lang/cpp/nsimport/TestCppNsImport.py Wed Sep 16 18:36:41 
2015
@@ -17,7 +17,7 @@ class TestCppNsImport(TestBase):
         self.check()
 
     @dwarf_test
-    @expectedFailureGcc(None, ['>', '4.9.0'])
+    @expectedFailureGcc(None, ['>=', '4.9'])
     def test_with_dwarf_and_run_command(self):
         """Tests imported namespaces in C++."""
         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