[Lldb-commits] [lldb] [lldb] Fix lldb-x86_64-win bot after 454eb8bc0ac (PR #185004)

Stefan Gränitz via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 6 07:13:15 PST 2026


================
@@ -71,12 +71,11 @@ class SymStoreLocalTests(TestBase):
     TEST_WITH_PDB_DEBUG_INFO = True
 
     def build_inferior(self):
+        if self.getDebugInfo() != "pdb":
+            self.skipTest("Non-PDB debug info variants not yet supported")
----------------
weliveindetail wrote:

I don't think so. These `@skipUnless` annotations refer to the host system (like OS, srch, compiler) not the test-case type.

https://github.com/llvm/llvm-project/pull/185004


More information about the lldb-commits mailing list