commit: b40a319ef3b5c38308acabd69ae6792da360956a Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Jan 13 17:51:14 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Jan 13 18:55:17 2025 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=b40a319e
tests: drop utimensat-3 This is really testing glibc more than sandbox. With the upcoming behavior change in glibc-2.41, it's just not worth it. Bug: https://bugs.gentoo.org/948046 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> tests/utimensat-3.sh | 17 ----------------- tests/utimensat.at | 1 - 2 files changed, 18 deletions(-) diff --git a/tests/utimensat-3.sh b/tests/utimensat-3.sh deleted file mode 100755 index a7b9843..0000000 --- a/tests/utimensat-3.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# make sure NULL filename is handled correctly - -# Note: this test is dependent on glibc internals -# other libcs chose not to validate invalid parameters: -# https://bugs.gentoo.org/549108#c28 -# https://www.openwall.com/lists/musl/2019/06/25/1 -# Run this test only on glibc systems. - -case $HOST in - *-linux-gnu);; - *) exit 77;; -esac - -addwrite $PWD - -exec utimensat-0 -1:22 'f:O_WRONLY|O_CREAT:0666' NULL NULL 0 diff --git a/tests/utimensat.at b/tests/utimensat.at index 1909650..ea07acb 100644 --- a/tests/utimensat.at +++ b/tests/utimensat.at @@ -1,4 +1,3 @@ SB_CHECK(1) SB_CHECK(2) -SB_CHECK(3) SB_CHECK(4)
