Skip to content

Commit b06d99b

Browse files
committed
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`.
1 parent 08d3fbc commit b06d99b

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tests/compile-fail/panic1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignore-test: Abort panics are not yet supported
12
// error-pattern: the evaluated program panicked
23
// compile-flags: -C panic=abort
34
fn main() {

tests/compile-fail/panic2.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignore-test: Abort panics are not yet supported
12
// error-pattern: the evaluated program panicked
23
// compile-flags: -C panic=abort
34

tests/compile-fail/panic3.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignore-test: Abort panics are not yet supported
12
//error-pattern: the evaluated program panicked
23
// compile-flags: -C panic=abort
34

tests/compile-fail/panic4.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignore-test: Abort panics are not yet supported
12
//error-pattern: the evaluated program panicked
23
// compile-flags: -C panic=abort
34

0 commit comments

Comments
 (0)