Skip to content

Commit 2fa1220

Browse files
author
Kevin Frei
authored
Missed disabling the baseline test for DWP stuff (llvm#98351)
This should disable the failing test on the ubuntu build bots @JDevlieghere (I forgot to disable the 'baseline' test, as it tests the debugger's basic handling of DWP files, but again, the API infrastructure doesn't quite support DWP generation) llvm#98344 (comment)
1 parent 196ee23 commit 2fa1220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/debuginfod/SplitDWARF/TestDebuginfodDWP.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class DebugInfodDWPTests(TestBase):
2525
# No need to try every flavor of debug inf.
2626
NO_DEBUG_INFO_TESTCASE = True
2727

28-
@skipUnlessPlatform(["linux", "freebsd"])
28+
@skipUnlessPlatform(["linux_freebsd_but_old_dwp_tools_on_build_bots_are_broken"])
2929
def test_normal_stripped(self):
3030
"""
3131
Validate behavior with a stripped binary, no symbols or symbol locator.

0 commit comments

Comments
 (0)