mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
tests: remove redundant //@ ignore-{wasm,wasm32,emscripten}
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
//@ revisions: edition2021 edition2024
|
||||
//@ ignore-wasm no panic support
|
||||
//@ needs-subprocess
|
||||
//@ [edition2024] edition: 2024
|
||||
//@ run-pass
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)]
|
||||
|
||||
@@ -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)]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user