================
@@ -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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits