Skip to content

Commit 6bd568b

Browse files
committed
Ignore panic=abort tests on wasm, emscripten
1 parent 6f36f87 commit 6bd568b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/test/ui/test-panic-abort-disabled.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// run-fail
55
// check-run-results
66

7+
// ignore-wasm no panic or subprocess support
8+
// ignore-emscripten no panic or subprocess support
9+
710
#![cfg(test)]
811

912
#[test]

src/test/ui/test-panic-abort.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// run-fail
55
// check-run-results
66

7+
// ignore-wasm no panic or subprocess support
8+
// ignore-emscripten no panic or subprocess support
9+
710
#![cfg(test)]
811

912
use std::io::Write;

0 commit comments

Comments
 (0)