History log of /external/toybox/tests/tar.test
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
336c44adca1768ada1e1e2f4d7dbbc33e994e582 02-Mar-2016 Rob Landley <rob@landley.net> Factor out command name at the start of test name, have runtest.sh print it.
/external/toybox/tests/tar.test
9ef6fbfc2bdc32be2a94040337f9b7fef5c18554 02-Mar-2016 Rob Landley <rob@landley.net> Try to consistently print command name at the start of each test.
/external/toybox/tests/tar.test
28711d308d9d70801ac0c9552df834ddafff2385 10-Feb-2016 Tom Marshall <tdm@cyngn.com> toybox: tar: Fix support for long names

Pathnames may be longer than the name field in the header, so use
strncpy() instead of xstrncpy() to avoid bailing out.

Also add unit tests to ensure proper handling of short and long
pathnames.

Change-Id: Id025891993746889564b479e5185cf9721b54a55
/external/toybox/tests/tar.test
5b61086cac812b60d21e8cfe0e74920f791bc5bc 10-Feb-2016 Tom Marshall <tdm@cyngn.com> toybox: tar: Fix tar tests

Don't rely on ordering of readdir for tests.

Change-Id: Ice24bb64ce453acb0006e3746677d619db933ab1
/external/toybox/tests/tar.test
dec4669fa1285945910ffd47ff5830f250e1c1ed 12-May-2015 Rob Landley <rob@landley.net> Set the executable bits on all the *.test files. (Wasn't consistent, is now.)
/external/toybox/tests/tar.test
387edf547eb09b27ca6d49772eb048d729f09cf4 20-Sep-2014 Rob Landley <rob@landley.net> Move testsuite out of scripts/test into its own top level tests directory, and make ctrl-c kill "make test" more reliably.
/external/toybox/tests/tar.test