<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/tests, branch v9.0</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v9.0</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v9.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2021-09-24T11:17:58Z</updated>
<entry>
<title>tests: sparse-perf: avoid false failure</title>
<updated>2021-09-24T11:17:58Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2021-09-23T15:19:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=bfedefd872e6d2b0ce5c451e9d40048f09c3f692'/>
<id>urn:sha1:bfedefd872e6d2b0ce5c451e9d40048f09c3f692</id>
<content type='text'>
* tests/cp/sparse-perf.sh: Avoid the case where
we saw SEEK_DATA take 35s to return a result
against a 1TB sparse file.  This happened on
a FreeBSD 9.1 VM at least.
Reported by Nelson H. F. Beebe.
</content>
</entry>
<entry>
<title>tests: date-debug: avoid a false failure on solaris</title>
<updated>2021-09-20T22:42:03Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2021-09-20T22:35:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=23953cecf9c1fce96c9b94bce74aa5f8e3494424'/>
<id>urn:sha1:23953cecf9c1fce96c9b94bce74aa5f8e3494424</id>
<content type='text'>
* tests/misc/date-debug.sh: Use a dynamic time format,
as the C locale on solaris uses %T rather than %H:%M:%S
for the time component.
</content>
</entry>
<entry>
<title>tests: env-s.pl: avoid spurious failure on OS X</title>
<updated>2021-09-20T17:01:53Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@fb.com</email>
</author>
<published>2021-09-20T05:44:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7b0db3c69c2171e352b219d473cb5469ba635d8d'/>
<id>urn:sha1:7b0db3c69c2171e352b219d473cb5469ba635d8d</id>
<content type='text'>
* tests/misc/env-S.pl: The __CF_USER_TEXT_ENCODING envvar
would cause many of these sub-tests to fail. Ignore it.
</content>
</entry>
<entry>
<title>cksum: support more transparent emulation of older utils</title>
<updated>2021-09-20T15:21:15Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2021-09-20T10:54:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=88b7ff98fe412a32e321d8cc76c896d0fb81c51c'/>
<id>urn:sha1:88b7ff98fe412a32e321d8cc76c896d0fb81c51c</id>
<content type='text'>
* src/digest.c: Allow using the --untagged option with --check,
so that `cksum -a md5 --untagged` used to emulate md5sum for example,
may be augmented with the --check option.  Also support the --tag
option with cksum, to allow overriding a previous --untagged setting.
* doc/coreutils.texi: Adjust accordingly.
* tests/misc/cksum-a.sh: Likewise.
</content>
</entry>
<entry>
<title>tests: avoid rare race in tail-2/F-vs-rename.sh</title>
<updated>2021-09-20T10:19:53Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2021-09-17T12:31:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f80c6c267d2915eaa7851e90b44eb0893a25e41d'/>
<id>urn:sha1:f80c6c267d2915eaa7851e90b44eb0893a25e41d</id>
<content type='text'>
* tests/tail-2/F-vs-rename.sh: Keep stdout and stderr separate,
so that interspersion doesn't impact regex checks.  Also wait
for each file's data to be printed to avoid multiple writes
to a file to be printed in a single iteration, which would
impact the regex checks.  Also we refactor the check function,
rather than repeatedly redefining variations.
</content>
</entry>
<entry>
<title>tests: fix typo in cksum-a.sh</title>
<updated>2021-09-17T11:08:19Z</updated>
<author>
<name>Tianjia Zhang</name>
<email>tianjia.zhang@linux.alibaba.com</email>
</author>
<published>2021-09-17T03:06:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a2b5e9f85b572d2c441f3d7ad04cd2d0a7e92465'/>
<id>urn:sha1:a2b5e9f85b572d2c441f3d7ad04cd2d0a7e92465</id>
<content type='text'>
* tests/misc/cksum-a.sh: fix typo md5um to md5sum.
</content>
</entry>
<entry>
<title>tests: fix rare false failure in tail-2/F-vs-rename</title>
<updated>2021-09-17T00:28:14Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2021-09-17T00:22:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8922ee206c657797315db16fba564c25253cac85'/>
<id>urn:sha1:8922ee206c657797315db16fba564c25253cac85</id>
<content type='text'>
This is wrong fix really, as only introducing delay I think.

* tests/tail-2/F-vs-rename.sh: Avoid a rare false failure
due to a race in the test.  Now wait until tail has noticed
that b is replaced before writing to a, so that the subsequent
write of "y" to b will be displayed independently from
current contents of b ("x").
</content>
</entry>
<entry>
<title>tests: port removed-directory test to FreeBSD</title>
<updated>2021-09-16T23:18:03Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2021-09-16T23:17:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5134612fa78012d8a8efeca181d1a9355d1fc67f'/>
<id>urn:sha1:5134612fa78012d8a8efeca181d1a9355d1fc67f</id>
<content type='text'>
* tests/ls/removed-directory.sh: On FreeBSD 9.1 at least,
one gets ENOENT when trying to traverse the current removed dir
with ../, so instead reference the parent dir directly.
</content>
</entry>
<entry>
<title>digest: ignore empty lines when checking</title>
<updated>2021-09-16T19:39:28Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2021-09-16T11:29:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e6c57cf19b1e2660da1ceca92fc8837493cd157e'/>
<id>urn:sha1:e6c57cf19b1e2660da1ceca92fc8837493cd157e</id>
<content type='text'>
* src/digest.c (digest_check): Treat empty lines like comments,
as commented checksum files very often have empty lines.
* tests/misc/md5sum.pl: Adjust accordingly.
</content>
</entry>
<entry>
<title>tests: ensure returns_ check failures are propagated</title>
<updated>2021-09-16T11:21:16Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2021-09-16T11:21:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=814cbd56981642f55f24caf2532e250c5ae8690e'/>
<id>urn:sha1:814cbd56981642f55f24caf2532e250c5ae8690e</id>
<content type='text'>
* tests/misc/cksum-a.sh: Set fail=1 if returns_ check fails.
* tests/misc/sync.sh: Likewise.
* tests/misc/yes.sh: Likewise.
</content>
</entry>
</feed>
