Skip to content

Commit

Permalink
Rollup merge of rust-lang#102073 - andrewpollack:add-execvp-call-igno…
Browse files Browse the repository at this point in the history
…re, r=tmandry

Adding ignore fuchsia tests for execvp

Adding ignore fuchsia tests for execvp

cc. `@djkoloski`

r? `@tmandry`
  • Loading branch information
matthiaskrgr committed Sep 21, 2022
2 parents 8a7599d + ad52e32 commit 7600262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/ui/command/command-exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand Down

0 comments on commit 7600262

Please sign in to comment.