mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user