From 0363655e8b08b4cbc80178fe9cb01a2fb13c446f Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 29 Jan 2021 15:08:17 +0100 Subject: 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. --- src/test/ui/command/command-setgroups.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/ui/command') 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)] -- cgit 1.4.1-3-g733a5