We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tests/ui/command/command-setgroups.rs
1 parent cc0c81d commit 70aa4ccCopy full SHA for 70aa4cc
tests/ui/command/command-setgroups.rs
@@ -1,9 +1,8 @@
1
//@ run-pass
2
-//@ ignore-windows - this is a unix-specific test
3
-//@ ignore-wasm32
4
-//@ ignore-sgx
+//@ only-unix (this is a unix-specific test)
5
//@ ignore-musl - returns dummy result for _SC_NGROUPS_MAX
6
//@ ignore-nto - does not have `/bin/id`, expects groups to be i32 (not u32)
+//@ needs-subprocess
7
8
#![feature(rustc_private)]
9
#![feature(setgroups)]
0 commit comments