From b3d7e4edf61979007d116e9d2291e2b0ff01cfb4 Mon Sep 17 00:00:00 2001 From: Andrew Pollack Date: Wed, 21 Sep 2022 00:24:24 +0000 Subject: [PATCH] Adding ignore fuchsia tests for execvp (pre_exec) --- src/test/ui/command/command-pre-exec.rs | 1 + 1 file changed, 1 insertion(+) 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;