compiletest: can't run debuginfo tests for only 1 debugger #134468
Labels
A-compiletest
Area: The compiletest test runner
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
AFAICT you can't run debuginfo test suite but for only one debugger. Would be helpful if you can just run the test suite for a particular debugger cdb/lldb/gdb without having to deal with e.g. "no module named
_lldb
was found".The text was updated successfully, but these errors were encountered: