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:
parent
08d3fbc76b
commit
b06d99b8a0
4 changed files with 4 additions and 0 deletions
|
|
@ -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,3 +1,4 @@
|
|||
// ignore-test: Abort panics are not yet supported
|
||||
// error-pattern: the evaluated program panicked
|
||||
// compile-flags: -C panic=abort
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// ignore-test: Abort panics are not yet supported
|
||||
//error-pattern: the evaluated program panicked
|
||||
// compile-flags: -C panic=abort
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// ignore-test: Abort panics are not yet supported
|
||||
//error-pattern: the evaluated program panicked
|
||||
// compile-flags: -C panic=abort
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue