diff options
| author | Andrew Pollack <andrewpollack@google.com> | 2022-09-20 21:37:08 +0000 |
|---|---|---|
| committer | Andrew Pollack <andrewpollack@google.com> | 2022-09-20 21:37:08 +0000 |
| commit | ad52e325c650556ca9d7476fb0d0e23e45d2b9ae (patch) | |
| tree | dfd80cc9fb4740fd6a768ccce193d921f7537dc6 /src/test | |
| parent | cd8cc91045281f7f1924ecc101f2c6002f6a1eee (diff) | |
| download | rust-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.rs | 1 |
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)] |
