diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2021-01-29 15:08:17 +0100 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2021-01-29 20:59:09 +0100 |
| commit | 0363655e8b08b4cbc80178fe9cb01a2fb13c446f (patch) | |
| tree | b3538bb4e4a666a6736ee472f29354ff52208e66 /src/test/ui/command/command-setgroups.rs | |
| parent | b122908617436af187252572ed5db96850551380 (diff) | |
| download | rust-0363655e8b08b4cbc80178fe9cb01a2fb13c446f.tar.gz rust-0363655e8b08b4cbc80178fe9cb01a2fb13c446f.zip | |
Update test-various to Ubuntu 20.04
The test command-setgroups.rs is adjusted to skip on musl, where `sysconf(_SC_NGROUPS_MAX)` always returns a dummy value of 32, even though the actual value is 65536. I'm not sure why this becomes relevant only now though, as this was apparently the case since kernel 2.6.4.
Diffstat (limited to 'src/test/ui/command/command-setgroups.rs')
| -rw-r--r-- | src/test/ui/command/command-setgroups.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/command/command-setgroups.rs b/src/test/ui/command/command-setgroups.rs index 28f2bfdd3a7..2067314f740 100644 --- a/src/test/ui/command/command-setgroups.rs +++ b/src/test/ui/command/command-setgroups.rs @@ -3,6 +3,7 @@ // ignore-cloudabi // ignore-emscripten // ignore-sgx +// ignore-musl - returns dummy result for _SC_NGROUPS_MAX #![feature(rustc_private)] #![feature(setgroups)] |
