Rollup merge of #102073 - andrewpollack:add-execvp-call-ignore, r=tmandry

Adding ignore fuchsia tests for execvp

Adding ignore fuchsia tests for execvp

cc. ``@djkoloski``

r? ``@tmandry``
This commit is contained in:
Yuki Okushi 2022-09-22 09:03:54 +09:00 committed by GitHub
commit 6d7ee6839c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)]