diff options
| author | Andrew Pollack <andrewpollack@google.com> | 2022-09-21 00:24:24 +0000 |
|---|---|---|
| committer | Andrew Pollack <andrewpollack@google.com> | 2022-09-21 00:26:43 +0000 |
| commit | b3d7e4edf61979007d116e9d2291e2b0ff01cfb4 (patch) | |
| tree | 775d84c16cb96dd52e9e5de9fd6996a469a5a818 | |
| parent | cd8cc91045281f7f1924ecc101f2c6002f6a1eee (diff) | |
| download | rust-b3d7e4edf61979007d116e9d2291e2b0ff01cfb4.tar.gz rust-b3d7e4edf61979007d116e9d2291e2b0ff01cfb4.zip | |
Adding ignore fuchsia tests for execvp (pre_exec)
| -rw-r--r-- | src/test/ui/command/command-pre-exec.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/command/command-pre-exec.rs b/src/test/ui/command/command-pre-exec.rs index 61914e22930..d366c5ffbfd 100644 --- a/src/test/ui/command/command-pre-exec.rs +++ b/src/test/ui/command/command-pre-exec.rs @@ -6,6 +6,7 @@ // ignore-windows - this is a unix-specific test // ignore-emscripten no processes // ignore-sgx no processes +// ignore-fuchsia no execvp syscall #![feature(process_exec, rustc_private)] extern crate libc; |
