aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runtest
AgeCommit message (Expand)Author
2017-01-24remove "local" bashism from a few scriptsDenys Vlasenko
2011-08-11testsuite: fixes after randomconfig runDenys Vlasenko
2010-08-29testsuite: show the number of failures after a test runDan Fandrich
2010-04-02testsuite fixesChris Metcalf
2010-03-14testsuite: don't run grep NUL tests when we know the would failDenys Vlasenko
2010-01-31cal: add a unicode testDenys Vlasenko
2010-01-16fix testing of busybox "applet" itselfDenys Vlasenko
2009-07-18minor tweaks in testsuiteDenys Vlasenko
2009-07-18fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko
2009-07-18touch: implement -d --date (our own testsuite needs that)Denys Vlasenko
2009-06-15seq: fix testsuite failuresDenys Vlasenko
2008-07-11testsuite: uniformly use $ECHO with -n -eDenis Vlasenko
2008-05-15testsuite instrumentation fixes by ChristianDenis Vlasenko
2008-05-02runtest: the saga continues :(Denis Vlasenko
2008-04-29runtest: more cleanupsDenis Vlasenko
2008-04-27runtest: fix fallout from mucking with runtest :( [vda's fault]Denis Vlasenko
2008-04-27runtest: even more fixes from CristianDenis Vlasenko
2008-04-27runtest: further fixes from Cristian Ionescu-Idbohrn <cristian.ionescu-idbohr...Denis Vlasenko
2008-04-26runtest: use numeric compare instead of string where appropriateDenis Vlasenko
2008-04-25testsuite/runtest: remove (last) bashismDenis Vlasenko
2008-04-23testsuite: runtest enhancements by Cristian Ionescu-IdbohrnDenis Vlasenko
2008-02-13sort: -z outputs NUL terminated lines. Closes bug 1591.Denis Vlasenko
2007-12-02dd: fix a bug where we don't report write errorsDenis Vlasenko
2007-11-26testsuite: add tests for cut and grep;Denis Vlasenko
2007-11-25which: fix testsuite failureDenis Vlasenko
2007-11-13tr: more of code shrink (getopt32-ification)Denis Vlasenko
2007-02-25stop using bash'isms ('function')Denis Vlasenko
2006-05-25make the testsuite a little less brittle:Bernhard Reutner-Fischer
2006-04-01silence error if busybox.links doesnt exist and run tests that begin with "all_"Mike Frysinger
2006-03-16More test updates.Rob Landley
2006-02-16Putting together OPTIONFLAGS, sed needs the global flag to handle multipleRob Landley
2005-11-07Fix the test suite so that individual *.tests files can be run alaRob Landley
2005-10-06- support make check V=1 to run the checks in verbose modeBernhard Reutner-Fischer
2005-09-23- remove dangling symlinks after the runsBernhard Reutner-Fischer
2005-09-23- introduce variable _BB_CONFIG_DEP to the new test harness.Bernhard Reutner-Fischer
2005-09-20Get "make check" ($srcdir) to work with the new testsuite.Rob Landley
2005-09-20The testsuite/links directory wasn't being created.Rob Landley
2005-09-04General cleanup of command line parsing to allow "busybox" to work as a prefix.Rob Landley
2005-09-02Working on a new test harness. Moved the sort tests into it.Rob Landley
2004-10-08egor duda writes:Eric Andersen
2004-04-06Kill off the old 'tests' stuff. Write a ton of new tests for theEric Andersen
2004-04-06Fix the test suite script so it actually works and actually flagsEric Andersen
2002-03-27* testsuite/runtest (run_applet_testcase): Return test case status, notMatt Kraai
2002-02-19* testsuite/runtest (show_result): Change UPASS to XPASS.Matt Kraai
2002-02-19* testsuite/README: Change "UNSUPPORTED" tag to "FEATURE".Matt Kraai
2002-02-19* testsuite/runtest (run_applet_testcase): Return UNTESTED instead ofMatt Kraai
2002-01-02* testsuite/README: Document -v option.Matt Kraai
2001-10-30Merge test suite.Matt Kraai