tests: remove redundant //@ ignore-{wasm,wasm32,emscripten}

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2025-02-03 18:50:25 +08:00
parent 613bdd4997
commit 190a8a65db
14 changed files with 7 additions and 19 deletions

View file

@ -1,5 +1,4 @@
//@ revisions: edition2021 edition2024
//@ ignore-wasm no panic support
//@ needs-subprocess
//@ [edition2024] edition: 2024
//@ run-pass

View file

@ -17,8 +17,6 @@
//@ ignore-msvc see #62897 and `backtrace-debuginfo.rs` test
//@ ignore-android FIXME #17520
//@ ignore-openbsd no support for libbacktrace without filename
//@ ignore-wasm no panic support
//@ ignore-emscripten no panic support
//@ ignore-fuchsia Backtraces not symbolized
//@ needs-subprocess

View file

@ -1,5 +1,5 @@
thread 'main' panicked at $DIR/issue-47429-short-backtraces.rs:26:5:
thread 'main' panicked at $DIR/issue-47429-short-backtraces.rs:24:5:
explicit panic
stack backtrace:
0: std::panicking::begin_panic

View file

@ -18,7 +18,6 @@
//@ ignore-android FIXME #17520
//@ ignore-openbsd no support for libbacktrace without filename
//@ ignore-wasm no backtrace support
//@ ignore-emscripten no panic support
//@ ignore-fuchsia Backtrace not symbolized
//@ needs-subprocess

View file

@ -1,5 +1,5 @@
thread 'main' panicked at $DIR/runtime-switch.rs:29:5:
thread 'main' panicked at $DIR/runtime-switch.rs:28:5:
explicit panic
stack backtrace:
0: std::panicking::begin_panic

View file

@ -5,7 +5,6 @@
//@ needs-unwind
//@ ignore-android FIXME #17520
//@ ignore-openbsd no support for libbacktrace without filename
//@ ignore-emscripten no panic
//@ ignore-sgx Backtraces not symbolized
//@ ignore-fuchsia Backtraces not symbolized
//@ ignore-msvc the `__rust_{begin,end}_short_backtrace` symbols aren't reliable.

View file

@ -1,5 +1,5 @@
thread 'main' panicked at $DIR/short-ice-remove-middle-frames-2.rs:63:5:
thread 'main' panicked at $DIR/short-ice-remove-middle-frames-2.rs:62:5:
debug!!!
stack backtrace:
0: std::panicking::begin_panic

View file

@ -5,7 +5,6 @@
//@ needs-unwind
//@ ignore-android FIXME #17520
//@ ignore-openbsd no support for libbacktrace without filename
//@ ignore-emscripten no panic
//@ ignore-sgx Backtraces not symbolized
//@ ignore-fuchsia Backtraces not symbolized
//@ ignore-msvc the `__rust_{begin,end}_short_backtrace` symbols aren't reliable.

View file

@ -1,5 +1,5 @@
thread 'main' panicked at $DIR/short-ice-remove-middle-frames.rs:59:5:
thread 'main' panicked at $DIR/short-ice-remove-middle-frames.rs:58:5:
debug!!!
stack backtrace:
0: std::panicking::begin_panic

View file

@ -4,8 +4,6 @@
//@ run-flags: --test-threads=1
//@ needs-unwind
//@ ignore-wasm no panic support
//@ ignore-emscripten no panic support
//@ needs-subprocess
#![cfg(test)]

View file

@ -7,8 +7,6 @@
//@ normalize-stdout: "finished in \d+\.\d+s" -> "finished in $$TIME"
//@ ignore-android #120567
//@ ignore-wasm no panic support
//@ ignore-emscripten no panic support
//@ needs-subprocess
#![cfg(test)]

View file

@ -1,11 +1,11 @@
thread 'main' panicked at $DIR/test-panic-abort-nocapture.rs:34:5:
thread 'main' panicked at $DIR/test-panic-abort-nocapture.rs:32:5:
assertion `left == right` failed
left: 2
right: 4
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at $DIR/test-panic-abort-nocapture.rs:28:5:
thread 'main' panicked at $DIR/test-panic-abort-nocapture.rs:26:5:
assertion `left == right` failed
left: 2
right: 4

View file

@ -7,8 +7,6 @@
//@ normalize-stdout: "finished in \d+\.\d+s" -> "finished in $$TIME"
//@ ignore-android #120567
//@ ignore-wasm no panic support
//@ ignore-emscripten no panic support
//@ needs-subprocess
#![cfg(test)]

View file

@ -18,7 +18,7 @@ testing123
---- it_fails stderr ----
testing321
thread 'main' panicked at $DIR/test-panic-abort.rs:39:5:
thread 'main' panicked at $DIR/test-panic-abort.rs:37:5:
assertion `left == right` failed
left: 2
right: 5