<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/tests, branch 0.7.5</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.5</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.5'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2017-09-10T02:35:19+00:00</updated>
<entry>
<title>Redo/add seq precision logic.</title>
<updated>2017-09-10T02:35:19+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-09-10T02:35:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=7f2b0ceabdf5121bb2f502e93e1ed6c738493d51'/>
<id>urn:sha1:7f2b0ceabdf5121bb2f502e93e1ed6c738493d51</id>
<content type='text'>
Josh Gao hit a case where "seq 1000000 1000001" output 1e+06, and while he
was there changed several things to work like existing seq implementations.
I changed a couple back (commenting out the test cases) until somebody
came come up with a reason (or existing use case) to do it that way.
</content>
</entry>
<entry>
<title>Tighten up wc -m tests (which no longer depend on $LANG).</title>
<updated>2017-09-06T11:12:09+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-09-06T11:12:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=5f6850fa5eccca80cd446593a21edc462a1dfad1'/>
<id>urn:sha1:5f6850fa5eccca80cd446593a21edc462a1dfad1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix iconv build and add trivial test.</title>
<updated>2017-08-23T07:21:54+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2017-08-22T21:03:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=709a44246456a49c06d73dfbe84daa5b4ba5fec5'/>
<id>urn:sha1:709a44246456a49c06d73dfbe84daa5b4ba5fec5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't unnecessarily use printf in wc.test when echo will do.</title>
<updated>2017-08-04T08:01:22+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2017-08-04T00:13:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=94a898150d5e1fbb89ec46ba56a8600be954a809'/>
<id>urn:sha1:94a898150d5e1fbb89ec46ba56a8600be954a809</id>
<content type='text'>
(And is much faster if your shell doesn't have a builtin printf.)
</content>
</entry>
<entry>
<title>Test that our rm -rf can zap chmod 000 directories. (Skip test on host</title>
<updated>2017-07-25T20:13:16+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-07-25T20:13:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=105595524ead12dbbc03da683042960b8cbba072'/>
<id>urn:sha1:105595524ead12dbbc03da683042960b8cbba072</id>
<content type='text'>
because ubuntu's can't.)
</content>
</entry>
<entry>
<title>Add basic env.test</title>
<updated>2017-07-23T19:32:27+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-07-23T19:32:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=cd64fbd192ba304ea8b94c5192bd8b613dd96834'/>
<id>urn:sha1:cd64fbd192ba304ea8b94c5192bd8b613dd96834</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Posix says strings should only output hits that end with NUL or newline.</title>
<updated>2017-07-07T21:36:45+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-07-07T21:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=61d0115171681e63366e1321c03ba0ad2d904f6f'/>
<id>urn:sha1:61d0115171681e63366e1321c03ba0ad2d904f6f</id>
<content type='text'>
We don't currently do that, but a test suite checking that we don't
do that is requiring us to violate posix to pass it.
</content>
</entry>
<entry>
<title>strings -t oxd tests</title>
<updated>2017-07-07T21:27:56+00:00</updated>
<author>
<name>Ilya Kuzmich</name>
<email>ilya.kuzmich@gmail.com</email>
</author>
<published>2017-05-29T14:57:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=1ae3703a9faa7165ebc46dbf80895971ca64a004'/>
<id>urn:sha1:1ae3703a9faa7165ebc46dbf80895971ca64a004</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix dd tests so TEST_HOST passes. (Ubuntu's dd doesn't support hex values</title>
<updated>2017-07-07T08:43:24+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2017-07-07T08:43:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=7450ecd568e94e9bdde01afc3b60dc953a12bdc1'/>
<id>urn:sha1:7450ecd568e94e9bdde01afc3b60dc953a12bdc1</id>
<content type='text'>
and don't expect a specific error message, just that it errored.)
</content>
</entry>
<entry>
<title>strings tests and bugfixes</title>
<updated>2017-07-03T01:28:47+00:00</updated>
<author>
<name>Ilya Kuzmich</name>
<email>ilya.kuzmich@gmail.com</email>
</author>
<published>2017-05-29T04:05:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=24dfc146470aa8098c49f37a6f10a0687aa66c72'/>
<id>urn:sha1:24dfc146470aa8098c49f37a6f10a0687aa66c72</id>
<content type='text'>
Fixes missing newline in output if last byte of the input is string.
Fixes one-off offset bug.
Adds strings tests.

Signed-off-by: Ilya Kuzmich &lt;ilya.kuzmich@gmail.com&gt;
</content>
</entry>
</feed>
