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:
kennytm 2018-10-18 10:47:20 +08:00
commit 43ac030d7e
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C
6 changed files with 183 additions and 62 deletions

View file

@ -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