about summary refs log tree commit diff
path: root/src/test/ui/process
diff options
context:
space:
mode:
authorAndrew Pollack <andrewpollack@google.com>2022-10-13 21:26:52 +0000
committerAndrew Pollack <andrewpollack@google.com>2022-10-13 21:26:52 +0000
commit810cce85aa138fb59b397e6b17651f42e32f6f5a (patch)
treef4f62693ad8bb2804cb73eb860dd8e9ecf7e4d90 /src/test/ui/process
parentc97d02cdb5ca5f5e9eff1fa9e4560d220d1fd2a0 (diff)
downloadrust-810cce85aa138fb59b397e6b17651f42e32f6f5a.tar.gz
rust-810cce85aa138fb59b397e6b17651f42e32f6f5a.zip
Adding fuchsia-ignore and needs-unwind to compiler test cases
Diffstat (limited to 'src/test/ui/process')
-rw-r--r--src/test/ui/process/process-spawn-with-unicode-params.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/process/process-spawn-with-unicode-params.rs b/src/test/ui/process/process-spawn-with-unicode-params.rs
index 6e9229b6293..16dba6292db 100644
--- a/src/test/ui/process/process-spawn-with-unicode-params.rs
+++ b/src/test/ui/process/process-spawn-with-unicode-params.rs
@@ -9,6 +9,7 @@
 
 // ignore-emscripten no processes
 // ignore-sgx no processes
+// ignore-fuchsia Filesystem manipulation privileged
 
 use std::io::prelude::*;
 use std::io;