================
@@ -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")
----------------
Nerixyz wrote:

Could this be a `@skipUnless...` annotation? I'm not sure if they work on the 
whole test class or only on individual functions.

https://github.com/llvm/llvm-project/pull/185004
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to