From 9d67c1e3524c9d3ea3286fc03350951ef3723e04 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 10 Feb 2016 00:03:52 +0000 Subject: Remove FreeBSD failure decorator from TestCppIncompleteTypes CFLAGS is now being set correctly to pass -flimit-debug-info or -fno-limit-debug-info on FreeBSD. I'm not sure which change is responsible for the fix, though. llvm.org/pr25626 llvm-svn: 260330 --- .../lldbsuite/test/lang/cpp/incomplete-types/TestCppIncompleteTypes.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test') 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 adfe0873893..1e3359ecde4 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 @@ -7,7 +7,6 @@ class TestCppIncompleteTypes(TestBase): mydir = TestBase.compute_mydir(__file__) - @expectedFailureFreeBSD("llvm.org/pr25626 test executable not built correctly on FreeBSD") @skipIf(compiler="gcc") def test_limit_debug_info(self): self.build() -- cgit v1.2.3