Ignore '-C panic=abort' tests for now

We are currently building `libpanic_abort` with the wrong panic
strategy, due to Xargo missing a hack used by `bootstrap`.
This commit is contained in:
Aaron Hill 2019-11-17 08:40:34 -05:00
parent 08d3fbc76b
commit b06d99b8a0
No known key found for this signature in database
GPG key ID: B4087E510E98B164
4 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// ignore-test: Abort panics are not yet supported
// error-pattern: the evaluated program panicked
// compile-flags: -C panic=abort
fn main() {

View file

@ -1,3 +1,4 @@
// ignore-test: Abort panics are not yet supported
// error-pattern: the evaluated program panicked
// compile-flags: -C panic=abort

View file

@ -1,3 +1,4 @@
// ignore-test: Abort panics are not yet supported
//error-pattern: the evaluated program panicked
// compile-flags: -C panic=abort

View file

@ -1,3 +1,4 @@
// ignore-test: Abort panics are not yet supported
//error-pattern: the evaluated program panicked
// compile-flags: -C panic=abort