aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/printf/tests/regress.sh
Commit message (Collapse)AuthorAgeFilesLines
* printf: Add test for width and precision in %b formatJilles Tjoelker2018-08-131-1/+2
| | | | | | | | PR: 229641 Submitted by: pfg Notes: svn path=/head/; revision=337728
* Update number of tests.Pedro F. Giffuni2014-05-291-1/+1
| | | | | | | Suggested by: jmmv Notes: svn path=/head/; revision=266854
* printf(1): add tests for warn about incomplete uses n$Pedro F. Giffuni2014-05-261-0/+8
| | | | | | | | Submitted by: jilles MFC after: 2 weeks Notes: svn path=/head/; revision=266691
* Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino2014-03-161-0/+23
I'm starting with the easy cases. The leftovers need to be looked at a bit more closely. Note that this change _does_ modify the code of the old tests. This is required in order to allow the code to locate the data files in the source directory instead of the current directory, because Kyua automatically changes the latter to a temporary directory. Also note that at least one test is known to be broken here. Actually, the test is not really broken: it's marked as a TODO but unfortunately Kyua's TAP parser currently does not understand that. Will have to be fixed separately. Notes: svn path=/head/; revision=263227