================
@@ -804,6 +804,13 @@ def setUpCommands(cls):
             )
         return commands
 
+    def getDebugInfoSetupCommands(self):
+        if self.getDebugInfo() == "native-pdb":
----------------
Nerixyz wrote:

Sure, I merged them into one test now. Unless the setting is specified, it will 
use the default PDB plugin. `@expectFailureAll` won't be able to check for the 
PDB plugin right now. Not sure if that should be done in this PR.

> Maybe testing both would be better suited for a bot configuration, like the 
> [Matrix 
> Bot](https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-cmake-matrix/)
>  on GreenDragon?

Probably. It would need to include a Windows runner, though.

https://github.com/llvm/llvm-project/pull/149305
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to