From 4971a587e62aae730cf17db38947c610095f1b2e Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Tue, 25 Apr 2023 04:47:32 +0900 Subject: Unignore `statx` test on sparc64 Signed-off-by: Yuki Okushi --- libc-test/build.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/libc-test/build.rs b/libc-test/build.rs index a4df4571a5..0a8b175c34 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -3781,9 +3781,6 @@ fn test_linux(target: &str) { // https://github.com/gnzlbg/ctest/issues/68 "lio_listio" if musl => true, - // FIXME: the glibc version used by the Sparc64 build jobs - // which use Debian 10.0 is too old. - "statx" if sparc64 => true, // Needs glibc 2.34 or later. "posix_spawn_file_actions_addclosefrom_np" if gnu && sparc64 => true, // Needs glibc 2.35 or later. -- cgit v1.2.1