1
Fork 0

Correction: ignore emscripten in process termination tests

This commit is contained in:
Mohsen Zohrevandi 2020-05-01 17:03:39 -07:00
parent 9d8f1170b1
commit 2e749a5ecd
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
// https://github.com/fortanix/rust-sgx/issues/109
// run-pass
// ignore-wasm no threads support
// ignore-emscripten no threads support
use std::{net::TcpListener, sync::mpsc, thread};

View file

@ -1,7 +1,7 @@
// program should terminate when std::process::exit is called from any thread
// run-pass
// ignore-wasm no threads support
// ignore-emscripten no threads support
use std::{process, thread};