summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2023-04-25 04:47:32 +0900
committerYuki Okushi <jtitor@2k36.org>2023-04-25 04:47:32 +0900
commit4971a587e62aae730cf17db38947c610095f1b2e (patch)
tree019436ab974aa3a931c836e74c96f3b5df251d35
parent3e01cb8d7978c12dcd1ec8a2833913d8a5d82753 (diff)
downloadrust-libc-4971a587e62aae730cf17db38947c610095f1b2e.tar.gz
Unignore `statx` test on sparc64
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
-rw-r--r--libc-test/build.rs3
1 files changed, 0 insertions, 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.