diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-09-24 07:38:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-24 07:38:54 +0200 |
| commit | 49ef55c708b34069c364ed75fa0cc319c2f16c5b (patch) | |
| tree | 4c633ba43eec132d796105d79bf18fad63997fbd | |
| parent | 3baf5f8d9a453767e349c2c080a907ee4100e8df (diff) | |
| parent | b3d7e4edf61979007d116e9d2291e2b0ff01cfb4 (diff) | |
| download | rust-49ef55c708b34069c364ed75fa0cc319c2f16c5b.tar.gz rust-49ef55c708b34069c364ed75fa0cc319c2f16c5b.zip | |
Rollup merge of #102081 - andrewpollack:add-execvp-calls-ignore, r=tmandry
Adding ignore fuchsia tests for execvp (pre_exec) Adding ignore fuchsia tests for pre_exec, which calls execvp cc. `@djkoloski` r? `@tmandry`
| -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; |
