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
4 changed files with 4 additions and 0 deletions
+1
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() {
+1
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
+1
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
+1
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