about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorAndrew Pollack <andrewpollack@google.com>2022-09-20 21:37:08 +0000
committerAndrew Pollack <andrewpollack@google.com>2022-09-20 21:37:08 +0000
commitad52e325c650556ca9d7476fb0d0e23e45d2b9ae (patch)
treedfd80cc9fb4740fd6a768ccce193d921f7537dc6 /src/test
parentcd8cc91045281f7f1924ecc101f2c6002f6a1eee (diff)
downloadrust-ad52e325c650556ca9d7476fb0d0e23e45d2b9ae.tar.gz
rust-ad52e325c650556ca9d7476fb0d0e23e45d2b9ae.zip
Adding ignore fuchsia tests for execvp
Diffstat (limited to 'src/test')
-rw-r--r--src/test/ui/command/command-exec.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/command/command-exec.rs b/src/test/ui/command/command-exec.rs
index 0af87214f95..032dad1840d 100644
--- a/src/test/ui/command/command-exec.rs
+++ b/src/test/ui/command/command-exec.rs
@@ -5,6 +5,7 @@
 // ignore-pretty issue #37199
 // ignore-emscripten no processes
 // ignore-sgx no processes
+// ignore-fuchsia no execvp syscall provided
 
 #![feature(process_exec)]