54e8313d6ac41fb822ce8f15e7cbffcff44f58e0 |
|
18-Oct-2016 |
Rob Landley <rob@landley.net> |
Add a printf test that shows a bug.
/external/toybox/tests/printf.test
|
bf950cde6646dfbf4e7550184cde22d4b22185c4 |
|
04-Jul-2016 |
Rob Landley <rob@landley.net> |
Fix a bug (octal digits are 0-7, not 0-8) and deal with a case where posix is explicitly outright insane (%b handles octal escapes differently for no obvious reason).
/external/toybox/tests/printf.test
|
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/printf.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/printf.test
|
5d431d1e1f9172587775c00a07b767f9b544cb91 |
|
28-Mar-2015 |
Rob Landley <rob@landley.net> |
Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss.
/external/toybox/tests/printf.test
|
d0dead30a53c0353fd1c31aa5183fdcc2b30491b |
|
11-Jan-2015 |
Rob Landley <rob@landley.net> |
One more bugfix for printf.c, with test suite entry. (Make %-3d etc work.)
/external/toybox/tests/printf.test
|
70cbfe8eda34df26cc91c51cd77098612e33fd80 |
|
11-Jan-2015 |
Rob Landley <rob@landley.net> |
More half-finished cleanup of printf.c, and more test suite entries.
/external/toybox/tests/printf.test
|
dd2cc65fdffad9820b2c1ab1d16309a91af8f579 |
|
06-Jan-2015 |
Rob Landley <rob@landley.net> |
Since "printf" is a shell builtin, printf.test wasn't actually testing anything.
/external/toybox/tests/printf.test
|
cc39d95a344240bec8f0c74a02c74d54620b735d |
|
06-Jan-2015 |
Rob Landley <rob@landley.net> |
More printf cleanup, and test suite entries. Fixes bug introduced last time where toys.optargs was both snapshotted and used directly and the two fell out of sync.
/external/toybox/tests/printf.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/printf.test
|