index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
printf.test
Age
Commit message (
Expand
)
Author
2019-08-19
echo/printf: expand test cases, fix \x corner cases.
Elliott Hughes
2016-10-18
Add a printf test that shows a bug.
Rob Landley
2016-07-04
Fix a bug (octal digits are 0-7, not 0-8) and deal with a case where posix
Rob Landley
2016-03-02
Factor out command name at the start of test name, have runtest.sh print it.
Rob Landley
2015-05-12
Set the executable bits on all the *.test files. (Wasn't consistent, is now.)
Rob Landley
2015-03-28
Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss.
Rob Landley
2015-01-11
One more bugfix for printf.c, with test suite entry. (Make %-3d etc work.)
Rob Landley
2015-01-10
More half-finished cleanup of printf.c, and more test suite entries.
Rob Landley
2015-01-06
Since "printf" is a shell builtin, printf.test wasn't actually testing anything.
Rob Landley
2015-01-06
More printf cleanup, and test suite entries.
Rob Landley
2014-09-20
Move testsuite out of scripts/test into its own top level tests directory, an...
Rob Landley