Rollup merge of #54964 - tromey:run-both-gdb-and-lldb-tests, r=nikomatsakis
Run both lldb and gdb tests Currently lldb tests are run only on macOS, and gdb tests are only run elsewhere. This patch changes this to run tests depending on what is available. One test is changed, as it was previously marked as failing on macOS, whereas really it is a generic failure with lldb. Closes #54721
This commit is contained in:
commit
43ac030d7e
6 changed files with 183 additions and 62 deletions
|
|
@ -9,7 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// min-lldb-version: 310
|
||||
// ignore-macos FIXME #48807
|
||||
// ignore-lldb FIXME #48807
|
||||
|
||||
// compile-flags:-g -Zdebug-macros
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue