summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Collapse)Author
2001-10-14esyscmd test, requires current m4Todd T. Fries
2001-10-10nasty, nasty... with indir calls, we might end up with expand_macro callMarc Espie
for a macro call without parenthesis...
2001-10-10Check whether __file__ is correctly quoted (probleme noticed in gm4 dumpdef)Marc Espie
2001-10-06regression test for last buglet. Thanks Dale.Marc Espie
2001-09-29test funky quotes, in normal and gnu-m4 mode.Marc Espie
2001-09-27weird testcases...Marc Espie
2001-09-27More patsubst that fail...Marc Espie
2001-09-19Add $OpenBSD$.Marc Espie
A testcase for redefining builtins.
2001-09-178 bit quotesMarc Espie
2001-09-17Scary interactionMarc Espie
2001-09-16patsubst on multi-line pattern... icky.Marc Espie
2001-09-16check pattern substMarc Espie
2001-09-07Add one further testMarc Espie
2001-08-17M4 indirection, to test other binaries more easily.Marc Espie
2001-07-12Better tsort checker: parses cycle output, and checks that it's correctMarc Espie
with respect to the input. Additional testcase, based on libcurses, that failed in the past. Activate t5, t6. Check cycles output everywhere.
2001-07-11Space strippingMarc Espie
2001-07-09trim it downMarc Espie
2001-07-09Add test that tsort fails (incorrect detection of cycle).Marc Espie
Based on a test case found by Dragos Ruiu (dr@kyx.net)
2001-05-26Check curly braces expansion.Marc Espie
2001-05-15Fun with parsingMarc Espie
2001-05-15reorder tests. Test 7 fails. That's known.Marc Espie
Add VAR:sh=cmd check
2001-05-15niklas is an idiotMarc Espie
2001-05-14Got two questions about it already: yes, t7 fails, and will until the condMarc Espie
parser gets fixed.
2001-03-07Somehow I left my tsort there...Marc Espie
and the canonical output looks much better with a blank line removed. Note that the last test needs large amounts of memory to finish (especially the perl part).
2001-02-22sort belongs in here tooTodd C. Miller
2001-02-22Add tsort regression suite. Not that our tsort is pretty bad at this game.Marc Espie
2001-02-22plopMarc Espie
2001-02-04bring in two more regression tests added by NetBSD.Eric Jackson
39: sort /usr/share/dict/words (presorted) 40: sort large files
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-12sort regression tests; moved here from the sort TEST subdirTodd C. Miller
2001-01-05Descend into directories (smat@acm.org)Angelos D. Keromytis
2000-12-31Some tests for SysV extended local variables ${@D} and the likes.Marc Espie
2000-11-24MALLOC_OPTIONS=AZJ by default.Marc Espie
2000-07-24Some variable substitutionsMarc Espie
2000-07-23Regression test, existing/non-existing files used as targets,Marc Espie
depending on .PHONY and such
2000-07-18Trip piss-poor conditional parser.Marc Espie
2000-07-18More for loops checks.Marc Espie
2000-07-18Real test for Posix compliance.Marc Espie
2000-07-17+makeMarc Espie
2000-07-17make regression tests.Marc Espie
Some of these we don't even pass, currently.
2000-07-02Bump FIBOMAX to an interesting valueMarc Espie
2000-07-01Small perl script to create fibo.out.Marc Espie
length parameter to try to push fibo.m4 further.
2000-07-01Add vicious Fibonacci test.Marc Espie
Our m4 runs against a hard limit pretty soon currently, but this will be fixed.
2000-07-01Import NetBSD's m4 regression suite (we pass, btw)Marc Espie