[Lldb-commits] [lldb] [LLDB] Run API tests with PDB too (PR #149305)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 8 12:01:38 PDT 2025
================
@@ -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
More information about the lldb-commits
mailing list