[Lldb-commits] [lldb] [LLDB] Run API tests with PDB too (PR #149305)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 8 09:48:46 PDT 2025
================
@@ -804,6 +804,13 @@ def setUpCommands(cls):
)
return commands
+ def getDebugInfoSetupCommands(self):
+ if self.getDebugInfo() == "native-pdb":
----------------
JDevlieghere wrote:
I share Pavel's concern. To give a bit more context, we have a paragraph that talks about test variants on the website: https://lldb.llvm.org/resources/test.html#api-tests
The TL;DR is that there's many interesting variants but that leads to combinatorial explosion. 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?
https://github.com/llvm/llvm-project/pull/149305
More information about the lldb-commits
mailing list