about summary refs log tree commit diff
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2017-05-10 15:28:25 -0400
committerZack Weinberg <zackw@panix.com>2017-05-10 15:28:25 -0400
commit72588a2b2a1af655b81fcd3c1c467707d9c237c2 (patch)
tree5e05dedb1d0ac1f5554ff7e052cbbf32e6386b83
parent4ab3bcb9ca137ad6e6ee4ae4a70a234d92b6d4ab (diff)
Skip print-stdout-eprint-stderr test on emscripten
-rw-r--r--src/test/run-pass/print-stdout-eprint-stderr.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/print-stdout-eprint-stderr.rs b/src/test/run-pass/print-stdout-eprint-stderr.rs
index f65d841700e..0a0f30aba72 100644
--- a/src/test/run-pass/print-stdout-eprint-stderr.rs
+++ b/src/test/run-pass/print-stdout-eprint-stderr.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-emscripten spawning processes is not supported
+
 use std::{env, process};
 
 fn child() {