summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChaoren Lin <chaorenl@google.com>2015-09-16 23:36:41 +0000
committerChaoren Lin <chaorenl@google.com>2015-09-16 23:36:41 +0000
commit88be1ac06224e2a33569534f2eebcfb891016b9e (patch)
treedc87c165de027685a2b9fc886ce8f4d14549a0cb
parentd1aa0681d7003d8588d51b96f8fbceb810893119 (diff)
downloadbcm5719-llvm-88be1ac06224e2a33569534f2eebcfb891016b9e.tar.gz
bcm5719-llvm-88be1ac06224e2a33569534f2eebcfb891016b9e.zip
XFAIL TestCppNsImport for gcc-4.9 inclusive.
llvm-svn: 247863
-rw-r--r--lldb/test/lang/cpp/nsimport/TestCppNsImport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/nsimport/TestCppNsImport.py b/lldb/test/lang/cpp/nsimport/TestCppNsImport.py
index 2da4f712510..64a1b103451 100644
--- a/lldb/test/lang/cpp/nsimport/TestCppNsImport.py
+++ b/lldb/test/lang/cpp/nsimport/TestCppNsImport.py
@@ -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()
OpenPOWER on IntegriCloud