Age | Commit message (Expand) | Author |
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 |
2003-09-15 | Test the N command | Glenn L McGrath |
2003-09-15 | Check sed doesnt go into an infinite loop (yes it does) | Glenn L McGrath |
2003-09-14 | Update sed branch tests | Glenn L McGrath |
2003-09-14 | Add two new tests, sed-recurses-properly should always work | Glenn L McGrath |
2003-05-18 | Handle -O preceding -x. | Matt Kraai |
2003-01-13 | Patch from Tito to rework strings applet, and some testsuite | Eric Andersen |
2002-11-28 | left out a \" | Glenn L McGrath |
2002-11-28 | This test was hanging | Glenn L McGrath |
2002-06-11 | * testsuite/sed/sed-recurses-properly: Mark XFAIL. | Matt Kraai |
2002-04-15 | * archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standard | Matt Kraai |
2002-04-13 | Sed can go into an infinite loop | Eric Andersen |
2002-04-01 | * editors/sed.c (process_file): Stop processing deleted lines. | Matt Kraai |
2002-03-27 | * testsuite/which/which-uses-default-path: Remove extra echo. | Matt Kraai |