<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/tests, branch v9.8</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v9.8</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v9.8'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2025-09-22T10:23:50Z</updated>
<entry>
<title>tests: ls: avoid alignment check with non printable characters</title>
<updated>2025-09-22T10:23:50Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-09-21T23:18:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b8b486dc32f26743a8971104992ca8fe2a4c4e5c'/>
<id>urn:sha1:b8b486dc32f26743a8971104992ca8fe2a4c4e5c</id>
<content type='text'>
* tests/ls/block-size.sh: Skip the case where there are
non-printable characters in ls' output, which is the case
with NBSP thousands separators on FreeBSD 11 and 12.
We may drop the MBSW_REJECT_UNPRINTABLE in future from
ls and numfmt, but for now avoid these characters in the test.
Reported by Bruno Haible.
</content>
</entry>
<entry>
<title>tests: du: avoid false failure in racy test</title>
<updated>2025-09-21T23:09:03Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-09-21T19:14:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f9c6c730eb31299491022c1c3c3f97f873350bf1'/>
<id>urn:sha1:f9c6c730eb31299491022c1c3c3f97f873350bf1</id>
<content type='text'>
* tests/du/move-dir-while-traversing.sh: Expand the work to avoid
a false failure where du completes before the directory is moved.
Also expand the timeout to our more standard 10s to avoid the
"directory mover" being killed before du processes the directory.
This doesn't perceptibly impact the run time of the test.
Reported by Bruno Haible on a CentOS 7 system.
</content>
</entry>
<entry>
<title>maint: comment spelling fixes</title>
<updated>2025-09-21T18:30:40Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2025-09-21T18:30:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ebedbe8997506e86761b00b86fc94d630985eae1'/>
<id>urn:sha1:ebedbe8997506e86761b00b86fc94d630985eae1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: fix OMP_NUM_THREADS misspelling</title>
<updated>2025-09-21T18:30:12Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2025-09-21T18:30:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6c194dc85bc9573ed03ecd0c1a91ef2044a77da2'/>
<id>urn:sha1:6c194dc85bc9573ed03ecd0c1a91ef2044a77da2</id>
<content type='text'>
* tests/nproc/nproc-quota.sh: Fix misspelling.
</content>
</entry>
<entry>
<title>tests: avoid false failure on older Linux kernels</title>
<updated>2025-09-21T15:37:26Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-09-21T15:37:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8a1f4344639795a783c0ccd39ba8f02282d833ce'/>
<id>urn:sha1:8a1f4344639795a783c0ccd39ba8f02282d833ce</id>
<content type='text'>
* tests/fold/fold-zero-width.sh: Check the shell was able to create
the redirection file, as intermittently on CentOS 5,6,7 this wasn't
the case, with the shell giving an xmalloc failure due to the ulimit.
Reported by William Bader and Bruno Haible.
</content>
</entry>
<entry>
<title>tests: tail: avoid false failure with overlayfs</title>
<updated>2025-09-21T12:45:54Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-09-21T12:45:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=076e24741685d0041d81f53fd32dc7f5878b22a9'/>
<id>urn:sha1:076e24741685d0041d81f53fd32dc7f5878b22a9</id>
<content type='text'>
* tests/tail/inotify-dir-recreate.sh: Add an extra check
that inotify is in use, as it's required for this test.
Inotify is avoided with overlayfs for which the
df --local check is not sufficient exclusion for.
</content>
</entry>
<entry>
<title>tests: fold: avoid false failures on Solaris 10</title>
<updated>2025-09-20T21:12:58Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-09-20T16:10:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=70eb250fd734d50d45314094b84a174c1ac07dec'/>
<id>urn:sha1:70eb250fd734d50d45314094b84a174c1ac07dec</id>
<content type='text'>
* tests/fold/fold-characters.sh: Ensure we have independent verification
of the width of characters before testing based on those widths.
* tests/fold/fold-zero-width.sh: Likewise.
* tests/fold/fold.pl: Only compare the exit status,
as the error message can be translated.
</content>
</entry>
<entry>
<title>tests: dd: avoid false failure on Solaris 10</title>
<updated>2025-09-20T21:12:58Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-09-20T16:46:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=df30ce36e837a2600a6559a563ed611cd541dfe9'/>
<id>urn:sha1:df30ce36e837a2600a6559a563ed611cd541dfe9</id>
<content type='text'>
* tests/dd/no-allocate.sh: Give some extra space to the
determined vm limit.
</content>
</entry>
<entry>
<title>tests: avoid false failure on CentOS 5,6,7</title>
<updated>2025-09-20T15:17:43Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-09-20T15:10:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7c217bd8accc08ea47fa81ab8d20822cac239281'/>
<id>urn:sha1:7c217bd8accc08ea47fa81ab8d20822cac239281</id>
<content type='text'>
* tests/fold/fold-zero-width.sh: Increase vm limit to avoid
failures on CentOS 5,6,7.  Match the limit used in write-errors.sh
as per commit v9.5-255-g0bd149403
</content>
</entry>
<entry>
<title>tests: env: skip a few tests if LD_LIBRARY_PATH is set</title>
<updated>2025-09-19T23:40:09Z</updated>
<author>
<name>Collin Funk</name>
<email>collin.funk1@gmail.com</email>
</author>
<published>2025-09-19T23:32:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=bbde83899d6f76c50ad202879144432184e84293'/>
<id>urn:sha1:bbde83899d6f76c50ad202879144432184e84293</id>
<content type='text'>
* tests/env/env-null.sh: Skip test if LD_LIBRARY_PATH or platform's
equivalent is set, since 'env -i' will unset it which may prevent
programs from running.
* tests/env/env-S.pl: Likewise.
Issue and suggested fix reported by Bruno Haible.
</content>
</entry>
</feed>
