Skip to content

Commit

Permalink
Ignore wasm in process termination tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mzohreva committed Apr 29, 2020
1 parent db1fbd4 commit 9d8f117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -2,6 +2,7 @@
// https://github.com/fortanix/rust-sgx/issues/109

// run-pass
// ignore-wasm no threads support

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

Expand Down
@@ -1,6 +1,7 @@
// program should terminate when std::process::exit is called from any thread

// run-pass
// ignore-wasm no threads support

use std::{process, thread};

Expand Down

0 comments on commit 9d8f117

Please sign in to comment.