Skip to content

Commit 4971a58

Browse files
committed
Unignore statx test on sparc64
Signed-off-by: Yuki Okushi <[email protected]>
1 parent 3e01cb8 commit 4971a58

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libc-test/build.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3781,9 +3781,6 @@ fn test_linux(target: &str) {
37813781
// https://github.com/gnzlbg/ctest/issues/68
37823782
"lio_listio" if musl => true,
37833783

3784-
// FIXME: the glibc version used by the Sparc64 build jobs
3785-
// which use Debian 10.0 is too old.
3786-
"statx" if sparc64 => true,
37873784
// Needs glibc 2.34 or later.
37883785
"posix_spawn_file_actions_addclosefrom_np" if gnu && sparc64 => true,
37893786
// Needs glibc 2.35 or later.

0 commit comments

Comments
 (0)