Skip to content

Commit cc830d3

Browse files
committed
test: linux: Unskip statx and statx_timestamp tests
The mentioned issues with `#include` no longer seem to happen, so start testing these again. (backport <#4760>) (cherry picked from commit 758dc77)
1 parent 8ec66a0 commit cc830d3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libc-test/build.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4138,12 +4138,6 @@ fn test_linux(target: &str) {
41384138
// glibcs (see https://github.com/rust-lang/libc/issues/1410)
41394139
"ucontext_t" if gnu => true,
41404140

4141-
// FIXME(linux): Somehow we cannot include headers correctly in glibc 2.30.
4142-
// So let's ignore for now and re-visit later.
4143-
// Probably related: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085
4144-
"statx" => true,
4145-
"statx_timestamp" => true,
4146-
41474141
// On Linux, the type of `ut_exit` field of struct `utmpx`
41484142
// can be an anonymous struct, so an extra struct,
41494143
// which is absent in musl, has to be defined.

0 commit comments

Comments
 (0)