diff options
author | Ed Maste <emaste@freebsd.org> | 2015-12-22 19:10:09 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2015-12-22 19:10:09 +0000 |
commit | 5784ae2d67dde36e89c662b4a26e4213691d64e1 (patch) | |
tree | 6ccf9db4ed3d9501b946bda8cd3042d862589a0f /lldb/packages/Python/lldbsuite/test | |
parent | 5dced2693e4fa16b9d1f286dd8d3d08375f93c6d (diff) | |
download | bcm5719-llvm-5784ae2d67dde36e89c662b4a26e4213691d64e1.tar.gz bcm5719-llvm-5784ae2d67dde36e89c662b4a26e4213691d64e1.zip |
XFAIL TestCppNsImport on FreeBSD
It has an existing XFAIL annotation for GCC >= 4.9 but it also fails on
FreeBSD 10.x with Clang 3.4.1.
llvm.org/pr25925
llvm-svn: 256270
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py index 5257ad23288..97e9e27a6e9 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py @@ -9,6 +9,7 @@ class TestCppNsImport(TestBase): mydir = TestBase.compute_mydir(__file__) + @expectedFailureFreeBSD("llvm.org/pr25925") @expectedFailureGcc(None, ['>=', '4.9']) def test_with_run_command(self): """Tests imported namespaces in C++.""" |