summaryrefslogtreecommitdiff
path: root/regress/tools
AgeCommit message (Collapse)AuthorFilesLines
2016-06-11Fixed pkglint warnings.rillig2-3/+6
2014-06-21Add PLISTs for all regression tests. The infrastructure now setsbsiegert1-0/+0
PKG_FAIL_REASON if there is no PLIST, breaking all but one test. Goes from "1 passed, 12 failed" to "6 passed, 7 failed" on Mac OS. "haha" schmonz@
2009-04-09Remove redundant EXTRACT_ONLY and NO_CHECKSUM declarations.joerg1-2/+1
Retire NO_PACAKGE as there is no technical reason for it.
2008-03-04Resign from maintaining a lot of packages, so everyone is free to updaterillig1-2/+2
them at will.
2007-09-09Added a testcase for tar.rillig2-3/+27
2006-11-09Added a test new case for /bin/sh.rillig2-4/+45
2006-09-20Added a testsuite for sed(1) to make sure it can handle characterrillig2-3/+42
classes.
2006-06-25Added a test for the "sort" tool. Fixed pkglint warnings.rillig2-6/+47
2006-05-31Double the length of the command line argument after each iteration.rillig1-1/+2
2005-11-24Added more tests for tr(1), including one that feeds 65536 bytes throughrillig1-1/+20
tr(1). Let's see if there's an implementation with bounded line lengths.
2005-11-24Added testsuite for tr(1).rillig2-3/+40
2005-11-24Oops. I had put the awk-specific functions into test.subr. Moved back.rillig2-19/+27
2005-11-24Factored out the generally useable shell functions into tests.subr, as theyrillig2-31/+36
will be used by almost all test cases.
2005-11-19Don't require too much from a simple awk. 6144 bytes per line must berillig1-3/+6
enough. At least for Solaris.
2005-11-19Print the name of the test case when starting it. This helps in detectingrillig2-3/+10
which test case fails.
2005-11-19Make sure that awk can handle strings of length 4096 on the command linerillig1-14/+45
and of length 2^20 when copying from stdin to stdout.
2005-11-19Added comments.rillig1-1/+4
2005-11-19Regression test for the capabilities of the TOOLS. Most of them haverillig3-0/+53
many different implementations and are by no way easy to use. This test collects some assumptions about what the tools must be able to handle. It is also meant as a guide on using these tools correctly and reliably.