From ad52e325c650556ca9d7476fb0d0e23e45d2b9ae Mon Sep 17 00:00:00 2001 From: Andrew Pollack Date: Tue, 20 Sep 2022 21:37:08 +0000 Subject: [PATCH] Adding ignore fuchsia tests for execvp --- src/test/ui/command/command-exec.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/ui/command/command-exec.rs b/src/test/ui/command/command-exec.rs index 0af87214f9523..032dad1840d47 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)]