Skip to content

Commit 9d67c1e

Browse files
committed
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
1 parent 762b6e7 commit 9d67c1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/packages/Python/lldbsuite/test/lang/cpp/incomplete-types/TestCppIncompleteTypes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ class TestCppIncompleteTypes(TestBase):
77

88
mydir = TestBase.compute_mydir(__file__)
99

10-
@expectedFailureFreeBSD("llvm.org/pr25626 test executable not built correctly on FreeBSD")
1110
@skipIf(compiler="gcc")
1211
def test_limit_debug_info(self):
1312
self.build()

0 commit comments

Comments
 (0)