Skip to content

Commit 9d338ff

Browse files
committed
test: ignore some consts on windows-gnu
1 parent 06a5ca2 commit 9d338ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc-test/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,8 @@ fn test_windows(target: &str) {
859859
"SIG_DFL" | "SIG_IGN" | "SIG_GET" | "SIG_SGE" | "SIG_ACK" => true,
860860
// FIXME(windows): newer windows-gnu environment on CI?
861861
"_O_OBTAIN_DIR" if gnu => true,
862+
// FIXME: These constants have been changed since windows-2022 20251014.68.1:
863+
"L_tmpnam" | "TMP_MAX" => true,
862864
_ => false,
863865
}
864866
});

0 commit comments

Comments
 (0)