Age | Commit message (Expand) | Author |
2006-03-22 | Fix "seq 1 1". | Rob Landley |
2006-03-18 | Make the new chroot environment creation infrastructure more flexible about | Rob Landley |
2006-03-18 | My mount testsuite. Not automatically run at the moment, need to figure out | Rob Landley |
2006-03-16 | More test updates. | Rob Landley |
2006-03-16 | Redo test suite to be able to test more than one command at a time. Eliminate | Rob Landley |
2006-03-09 | I'm about to introduce tests that need to run as root (like mount.tests), | Rob Landley |
2006-03-01 | When gnu fails this one we shouldn't let it _hang_... | Rob Landley |
2006-03-01 | Yet more sed tests. Passing these is a to-do item for 1.1.2 or 1.2, not a | Rob Landley |
2006-02-24 | Add a test suite for seq. | Rob Landley |
2006-02-23 | Lots of tests the fix to sed needs to pass... | Rob Landley |
2006-02-22 | test to make sure applets are in alphabetical order | Mike Frysinger |
2006-02-16 | Putting together OPTIONFLAGS, sed needs the global flag to handle multiple | Rob Landley |
2006-02-16 | When setting an environment variable by piping something into grep, backquotes | Rob Landley |
2006-01-25 | use LC_ALL, not LANG, for forcing C | Mike Frysinger |
2006-01-25 | ignore whitespace | Tim Riker |
2006-01-25 | LANG=C should help | Tim Riker |
2005-11-10 | Ok, I've converted the contents of the "testing/sed" directory into a | Rob Landley |
2005-11-07 | It was a bit out of date. | Rob Landley |
2005-11-07 | Fix the test suite so that individual *.tests files can be run ala | Rob Landley |
2005-10-06 | - add a few basic tests for pidof(8) | Bernhard Reutner-Fischer |
2005-10-06 | - support make check V=1 to run the checks in verbose mode | Bernhard Reutner-Fischer |
2005-09-24 | cleanup option parsing | Mike Frysinger |
2005-09-23 | - remove dangling symlinks after the runs | Bernhard Reutner-Fischer |
2005-09-23 | - set executable bit | Bernhard Reutner-Fischer |
2005-09-23 | - introduce variable _BB_CONFIG_DEP to the new test harness. | Bernhard Reutner-Fischer |
2005-09-20 | Get "make check" ($srcdir) to work with the new testsuite. | Rob Landley |
2005-09-20 | The testsuite/links directory wasn't being created. | Rob Landley |
2005-09-14 | Test full susv3 spec for uniq (except internationalization). | Rob Landley |
2005-09-07 | Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings. | Rob Landley |
2005-09-05 | Regarding 11330: when you fix a bug that the testsuite doesn't catch, add | Rob Landley |
2005-09-04 | Remove trailing crud from busybox.tests. (Sleep deprivation strikes again...) | Rob Landley |
2005-09-04 | General cleanup of command line parsing to allow "busybox" to work as a prefix. | Rob Landley |
2005-09-02 | This goes along with the new testsuite code... | Rob Landley |
2005-09-02 | Working on a new test harness. Moved the sort tests into it. | Rob Landley |
2005-05-18 | Patch from Colin Watson (mangled slightly by Rob Landley): | Rob Landley |
2004-10-08 | egor duda writes: | Eric Andersen |
2004-04-18 | Add two fundamental tests for copying directories | Glenn L McGrath |
2004-04-06 | Minor tar test update | Eric Andersen |
2004-04-06 | Kill off the old 'tests' stuff. Write a ton of new tests for the | Eric Andersen |
2004-04-06 | Fix the test suite script so it actually works and actually flags | Eric Andersen |
2004-04-05 | Some test additions | Eric Andersen |
2003-12-26 | Isolate code better for unused options, config option to enable long | Glenn L McGrath |
2003-11-20 | Update status of tests which should pass | Glenn L McGrath |
2003-11-20 | remove controversial tests | Glenn L McGrath |
2003-09-16 | Configuration option to define wether to follows GNU sed's behaviour
| Glenn L McGrath |
2003-09-16 | Fix a bug that creapt in recently with substitution subprinting, and add | Glenn L McGrath |
2003-09-15 | Fix a simple mistake with pattern space, and add a test for it | Glenn L McGrath |
2003-09-15 | Add a test for the 'P' command and fix current implementation so it | Glenn L McGrath |
2003-09-15 | A test and fix for the sed 'n' command | Glenn L McGrath |
2003-09-15 | Test for use of newline in regex's, this feature is used by most | Glenn L McGrath |