<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/tests/numfmt, branch master</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=master</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2026-04-16T20:41:40Z</updated>
<entry>
<title>test: avoid false failure on OpenBSD</title>
<updated>2026-04-16T20:41:40Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2026-04-16T20:41:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1c1ccadf66f1ad4361d1e9773e006ff8814945ae'/>
<id>urn:sha1:1c1ccadf66f1ad4361d1e9773e006ff8814945ae</id>
<content type='text'>
* tests/numfmt/numfmt.pl: Use standard getopt error map,
needed on OpenBSD.
Reported by Bruno Haible.
</content>
</entry>
<entry>
<title>tests: numfmt: avoid false failure on systems without long double</title>
<updated>2026-04-07T20:47:21Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2026-04-07T20:44:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5b0cb4379abfe328bc6a3838fbc59ebf6b39b720'/>
<id>urn:sha1:5b0cb4379abfe328bc6a3838fbc59ebf6b39b720</id>
<content type='text'>
* tests/numfmt/numfmt.pl: Move recently added test that depends
on long double support to the appropriately guarded set.
Also reduce the value to be in the definitely safe long double range.
Reported by Bruno Haible.
</content>
</entry>
<entry>
<title>tests: numfmt: cover GNU/uutils compatibility edge cases</title>
<updated>2026-04-06T14:57:51Z</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sylvestre@debian.org</email>
</author>
<published>2026-04-05T22:14:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=262bc9f49e8106f2770824086bd57168815e21b2'/>
<id>urn:sha1:262bc9f49e8106f2770824086bd57168815e21b2</id>
<content type='text'>
* tests/numfmt/numfmt.pl: Add tests exercising corner cases around
negative-argument rejection, large integer precision, scientific
notation rejection, '--from-unit' fractional precision, zero-padded
format sign ordering, '--to-unit' prefix selection, and
'--format=%.0f' with '--to=&lt;scale&gt;'.
https://github.com/uutils/coreutils/pull/11668
</content>
</entry>
<entry>
<title>tests: factor,numfmt: verify embedded NUL handling</title>
<updated>2026-02-25T14:52:57Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2026-02-25T14:49:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f06beebd340311ce8771d9b1f7f2b4416c5c01d8'/>
<id>urn:sha1:f06beebd340311ce8771d9b1f7f2b4416c5c01d8</id>
<content type='text'>
* tests/factor/factor.pl: Verify that embedded NULs
on stdin terminate the _number_.
* tests/numfmt/numfmt.p: Verify that embedded NULs
on stdin terminate the _line_.
https://github.com/coreutils/coreutils/pull/196
</content>
</entry>
<entry>
<title>maint: run 'make update-copyright'</title>
<updated>2026-01-01T18:56:16Z</updated>
<author>
<name>Collin Funk</name>
<email>collin.funk1@gmail.com</email>
</author>
<published>2026-01-01T18:56:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=73d3a49f45770c45808e4fdab35ae4fe248a3cd9'/>
<id>urn:sha1:73d3a49f45770c45808e4fdab35ae4fe248a3cd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>numfmt: fix dropped custom suffix when failing to parse</title>
<updated>2025-12-22T13:17:37Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-12-22T13:14:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=955dfdafa22ddb42ece2c066f12ebc4af5ba7999'/>
<id>urn:sha1:955dfdafa22ddb42ece2c066f12ebc4af5ba7999</id>
<content type='text'>
* src/numfmt.c (process_suffixed_number): Restore custom suffix
upon failure to parse number.
* tests/numfmt/numfmt.pl: Add test cases.
* NEWS: Mention the bug fix.
Fixes https://bugs.debian.org/1094581
</content>
</entry>
<entry>
<title>tests: numfmt: add non-utf8 multi-byte test</title>
<updated>2025-10-20T12:27:33Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2025-10-20T11:53:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=38b824ac7e07cb95ee2c5d4d428d84af8372f526'/>
<id>urn:sha1:38b824ac7e07cb95ee2c5d4d428d84af8372f526</id>
<content type='text'>
* tests/numfmt/mb-non-utf8.sh: Test GB18030 delimiter search.
* tests/local.mk: Reference the new test, and move
the existing numfmt.pl test from tests/misc to tests/numfmt.
</content>
</entry>
</feed>
