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`
This commit is contained in:
Matthias Krüger 2022-09-24 07:38:54 +02:00 committed by GitHub
commit 49ef55c708
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;