[Lldb-commits] [lldb] 2fa1220 - Missed disabling the baseline test for DWP stuff (#98351)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 10 11:07:04 PDT 2024
Author: Kevin Frei
Date: 2024-07-10T11:07:01-07:00
New Revision: 2fa1220a37a3f55b76a29803d8333b3a3937d53a
URL: https://github.com/llvm/llvm-project/commit/2fa1220a37a3f55b76a29803d8333b3a3937d53a
DIFF: https://github.com/llvm/llvm-project/commit/2fa1220a37a3f55b76a29803d8333b3a3937d53a.diff
LOG: Missed disabling the baseline test for DWP stuff (#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)
https://github.com/llvm/llvm-project/pull/98344#issuecomment-2221000566
Added:
Modified:
lldb/test/API/debuginfod/SplitDWARF/TestDebuginfodDWP.py
Removed:
################################################################################
diff --git a/lldb/test/API/debuginfod/SplitDWARF/TestDebuginfodDWP.py b/lldb/test/API/debuginfod/SplitDWARF/TestDebuginfodDWP.py
index 129f402c6a124..437c83a820fb7 100644
--- a/lldb/test/API/debuginfod/SplitDWARF/TestDebuginfodDWP.py
+++ b/lldb/test/API/debuginfod/SplitDWARF/TestDebuginfodDWP.py
@@ -25,7 +25,7 @@ class DebugInfodDWPTests(TestBase):
# No need to try every flavor of debug inf.
NO_DEBUG_INFO_TESTCASE = True
- @skipUnlessPlatform(["linux", "freebsd"])
+ @skipUnlessPlatform(["linux_freebsd_but_old_dwp_tools_on_build_bots_are_broken"])
def test_normal_stripped(self):
"""
Validate behavior with a stripped binary, no symbols or symbol locator.
More information about the lldb-commits
mailing list