<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/tests, branch 0.7.7</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.7</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.7'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2018-06-14T20:06:32+00:00</updated>
<entry>
<title>More cut tests.</title>
<updated>2018-06-14T20:06:32+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-06-14T20:06:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d948ac5f32cbb15a43c9785e152a21c1e6b01339'/>
<id>urn:sha1:d948ac5f32cbb15a43c9785e152a21c1e6b01339</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests for file stdin behavior.</title>
<updated>2018-06-12T19:03:20+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2018-06-11T20:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=42ad032a945ff437bc032b0882fb0ce3386bc247'/>
<id>urn:sha1:42ad032a945ff437bc032b0882fb0ce3386bc247</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove also "symlink" after file.test</title>
<updated>2018-05-07T13:18:54+00:00</updated>
<author>
<name>Reverend Homer</name>
<email>mk.43.ecko@gmail.com</email>
</author>
<published>2018-05-07T06:20:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=a5604f2901211a98987bb16ae6e3d781c834b140'/>
<id>urn:sha1:a5604f2901211a98987bb16ae6e3d781c834b140</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support fractional seconds (and other time units) in `top -d`.</title>
<updated>2018-05-06T15:23:22+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2018-05-03T22:09:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=eee28e7b5851a6eb16f7969393d8c6292b1f8754'/>
<id>urn:sha1:eee28e7b5851a6eb16f7969393d8c6292b1f8754</id>
<content type='text'>
LTP uses `top -d 0.1`, which isn't convincingly useful, but general
support for other time units might be useful, and switching to xparsetime
addresses both at once.

Also fix 3169d948c049664bcf7216d4c4ae751881099d3e where I mistakenly
treated `rev` and `toys.optflags&amp;FLAG_b` as interchangeable. (Without
this second fix, `top -b` looks fine but `top` is broken!)

Also fix xparsetime to reject input such as "monkey" or "1monkey".
</content>
</entry>
<entry>
<title>Add uuidgen.</title>
<updated>2018-05-03T23:59:01+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2018-05-03T05:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=ec66213424e671c70d1d8dd3675b85ae24d10e5f'/>
<id>urn:sha1:ec66213424e671c70d1d8dd3675b85ae24d10e5f</id>
<content type='text'>
Reuse create_uuid, but make it match the current RFC.
</content>
</entry>
<entry>
<title>Add readlink -m to show where a missing path would be.</title>
<updated>2018-04-09T01:50:10+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-04-09T01:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=cd3f81ebe5c82f1fd5f610b0f2e0fa07ac27903e'/>
<id>urn:sha1:cd3f81ebe5c82f1fd5f610b0f2e0fa07ac27903e</id>
<content type='text'>
Note: ubuntu will show -m through a file, this treat that as error.
</content>
</entry>
<entry>
<title>Ubuntu's ln -f dies if you do "ln -s link link; ln -sf / link". Toybox's</title>
<updated>2018-04-08T22:02:55+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-04-08T22:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=bd3a4a0308e1a5e0bb60d9b99aaf547d5d767a53'/>
<id>urn:sha1:bd3a4a0308e1a5e0bb60d9b99aaf547d5d767a53</id>
<content type='text'>
ln -f does the rm and retry if the first attempt fails for any reason.

So if you run the readlink test with an ubuntu host $PATH, it fails, but
it works with a toybox host path.
</content>
</entry>
<entry>
<title>Rename demo_human_readable.c-&gt;demo_number.c and have it do atolx() too.</title>
<updated>2018-03-26T22:36:33+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2018-03-26T22:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=16c4357f0d0df0ce4f91d424cc57ce571ccf4e91'/>
<id>urn:sha1:16c4357f0d0df0ce4f91d424cc57ce571ccf4e91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add xxd -o.</title>
<updated>2018-03-12T19:18:46+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2018-03-12T17:02:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=30e23c72a12fa3a95d25b15cf9a0517dae07db8b'/>
<id>urn:sha1:30e23c72a12fa3a95d25b15cf9a0517dae07db8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix hang in losetup test.</title>
<updated>2018-01-23T07:20:23+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2018-01-22T22:04:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=1fec45a2a57f431bef990b7a17449f7ff96cac30'/>
<id>urn:sha1:1fec45a2a57f431bef990b7a17449f7ff96cac30</id>
<content type='text'>
Switch the printf over to %s because the input is actually hex (so %d
is wrong), but without the leading "0x" that %x would require.

For some reason the NODE assignment wasn't providing any input to awk
(hence the hang), and awk wasn't looking for the correct field anyway.

The tests still fail for me:

  losetup: /dev/block/loop0: No such device or address
  losetup: /dev/block/loop0: No such device or address
  losetup: file: No such file or directory
  losetup: needs 1 arg (see "losetup --help")

But at least now they allow the other tests to continue!
</content>
</entry>
</feed>
