diff options
author | Ed Maste <emaste@freebsd.org> | 2016-02-10 00:03:52 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2016-02-10 00:03:52 +0000 |
commit | 9d67c1e3524c9d3ea3286fc03350951ef3723e04 (patch) | |
tree | af2c23443440ebb8bc8f8a9bece27f471e1edee7 /lldb/packages/Python/lldbsuite/test/lang/cpp | |
parent | 762b6e702db4089e6195cbc0168487f48ff2294a (diff) | |
download | bcm5719-llvm-9d67c1e3524c9d3ea3286fc03350951ef3723e04.tar.gz bcm5719-llvm-9d67c1e3524c9d3ea3286fc03350951ef3723e04.zip |
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/incomplete-types/TestCppIncompleteTypes.py | 1 |
1 files changed, 0 insertions, 1 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 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() |