mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
Ignore threaded capture tests on WASM w/o threads
This commit is contained in:
parent
db15596c57
commit
7c4fe00213
@ -3,6 +3,7 @@
|
||||
// run-flags: --test-threads=1
|
||||
// check-run-results
|
||||
// exec-env:RUST_BACKTRACE=0
|
||||
// ignore-emscripten no threads support
|
||||
|
||||
#[test]
|
||||
fn thready_pass() {
|
||||
|
@ -10,7 +10,7 @@ fee
|
||||
fie
|
||||
foe
|
||||
fum
|
||||
thread 'main' panicked at 'explicit panic', $DIR/test-thread-capture.rs:29:5
|
||||
thread 'main' panicked at 'explicit panic', $DIR/test-thread-capture.rs:30:5
|
||||
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
||||
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
// run-flags: --test-threads=1 --nocapture
|
||||
// check-run-results
|
||||
// exec-env:RUST_BACKTRACE=0
|
||||
// ignore-emscripten no threads support
|
||||
|
||||
#[test]
|
||||
fn thready_pass() {
|
||||
|
@ -1,2 +1,2 @@
|
||||
thread 'main' panicked at 'explicit panic', $DIR/test-thread-nocapture.rs:29:5
|
||||
thread 'main' panicked at 'explicit panic', $DIR/test-thread-nocapture.rs:30:5
|
||||
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
||||
|
Loading…
Reference in New Issue
Block a user