[Lldb-commits] [lldb] r247863 - XFAIL TestCppNsImport for gcc-4.9 inclusive.
Chaoren Lin via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 16 16:36:42 PDT 2015
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()
More information about the lldb-commits
mailing list