Skip to content

Commit 2e749a5

Browse files
committed
Correction: ignore emscripten in process termination tests
1 parent 9d8f117 commit 2e749a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/ui/process-termination/process-termination-blocking-io.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// https://github.com/fortanix/rust-sgx/issues/109
33

44
// run-pass
5-
// ignore-wasm no threads support
5+
// ignore-emscripten no threads support
66

77
use std::{net::TcpListener, sync::mpsc, thread};
88

src/test/ui/process-termination/process-termination-simple.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// program should terminate when std::process::exit is called from any thread
22

33
// run-pass
4-
// ignore-wasm no threads support
4+
// ignore-emscripten no threads support
55

66
use std::{process, thread};
77

0 commit comments

Comments
 (0)