mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
gnu-tests: disable some tests that implementation-specific
This commit is contained in:
parent
ab791b6c0b
commit
dbaff49de6
1 changed files with 8 additions and 0 deletions
|
@ -213,3 +213,11 @@ sed -i -e "s/timeout 10 sleep 0x.002p1/#timeout 10 sleep 0x.002p1/" tests/misc/s
|
|||
|
||||
# install verbose messages shows ginstall as command
|
||||
sed -i -e "s/ginstall: creating directory/install: creating directory/g" tests/install/basic-1.sh
|
||||
|
||||
# GNU doesn't support padding < -LONG_MAX
|
||||
# disable this testcase
|
||||
sed -i -Ez "s/\n([^\n#]*pad-3\.2[^\n]*)\n([^\n]*)\n([^\n]*)/\n# uutils\/numfmt supports padding = LONG_MIN\n#\1\n#\2\n#\3/" tests/misc/numfmt.pl
|
||||
|
||||
# GNU doesn't support width > INT_MAX
|
||||
# disable these testcases
|
||||
sed -i -E "s|^([^#]*2_31.*)$|#\1|g" tests/misc/printf-cov.pl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue