Commit graph

13 commits

Author SHA1 Message Date
rillig
fd7861c39a Added a test new case for /bin/sh. 2006-11-09 12:39:55 +00:00
rillig
915d764b85 Added a testsuite for sed(1) to make sure it can handle character
classes.
2006-09-20 07:39:54 +00:00
rillig
aa0acb70fa Added a test for the "sort" tool. Fixed pkglint warnings. 2006-06-25 21:47:28 +00:00
rillig
f0eca5584b Double the length of the command line argument after each iteration. 2006-05-31 13:10:49 +00:00
rillig
477fc93c59 Added more tests for tr(1), including one that feeds 65536 bytes through
tr(1). Let's see if there's an implementation with bounded line lengths.
2005-11-24 19:46:45 +00:00
rillig
d6e5c93e15 Added testsuite for tr(1). 2005-11-24 19:39:23 +00:00
rillig
dc73dcb087 Oops. I had put the awk-specific functions into test.subr. Moved back. 2005-11-24 19:20:18 +00:00
rillig
cfadbbe5f6 Factored out the generally useable shell functions into tests.subr, as they
will be used by almost all test cases.
2005-11-24 19:18:45 +00:00
rillig
7460df377f Don't require too much from a simple awk. 6144 bytes per line must be
enough. At least for Solaris.
2005-11-19 22:55:24 +00:00
rillig
307b3cd8c8 Print the name of the test case when starting it. This helps in detecting
which test case fails.
2005-11-19 22:03:54 +00:00
rillig
5a1ed27747 Make sure that awk can handle strings of length 4096 on the command line
and of length 2^20 when copying from stdin to stdout.
2005-11-19 21:59:51 +00:00
rillig
4504993e92 Added comments. 2005-11-19 21:31:10 +00:00
rillig
27610dfc4b Regression test for the capabilities of the TOOLS. Most of them have
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.
2005-11-19 21:27:06 +00:00