summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-11-24 18:59:51 +0000
committerEd Maste <emaste@freebsd.org>2015-11-24 18:59:51 +0000
commit860e29e0c372fba6d8079664887bf16ada71cefa (patch)
treef3cc6ca7a18ad66c4004f800beb825afdf6d3938 /lldb/packages/Python/lldbsuite/test/lang/cpp
parent45d4cb9a14b532f282966d27f93f1c04b4fd4bac (diff)
downloadbcm5719-llvm-860e29e0c372fba6d8079664887bf16ada71cefa.tar.gz
bcm5719-llvm-860e29e0c372fba6d8079664887bf16ada71cefa.zip
Temporarily add expectedFailureFreeBSD to tests that fail to detect Clang on FreeBSD
On FreeBSD we may get Clang via CC=cc or CC=/usr/bin/cc. llvm.org/pr25626 llvm-svn: 254006
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/incomplete-types/TestCppIncompleteTypes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/incomplete-types/TestCppIncompleteTypes.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/incomplete-types/TestCppIncompleteTypes.py
index dff793dbdb2..69ea26edbdf 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/incomplete-types/TestCppIncompleteTypes.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/incomplete-types/TestCppIncompleteTypes.py
@@ -6,6 +6,7 @@ class TestCppIncompleteTypes(TestBase):
mydir = TestBase.compute_mydir(__file__)
+ @expectedFailureFreeBSD("llvm.org/pr25626 test executable not built correctly on FreeBSD")
@skipIfGcc
def test_limit_debug_info(self):
self.build()
OpenPOWER on IntegriCloud