aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2002-10-18disambiguate a testEric Andersen
2001-11-10|2001-10-08 Rodney Brown <rbrown64@csc.com.au>Eric Andersen
| | * editors/sed.c: Fix multiline [aic] commands. Make # an endline | comment for compatibility. Codespace reduction. | * tests/testcases: Cope with move to subdirectories. | * testsuite/sed/sed-aic-commands: Add. | | text data bss dec hex filename | 3772 16 0 3788 ecc editors/sed.o | 4516 16 0 4532 11b4 editors/sed.o.bu
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
-Erik
2001-08-27Remove traces of rpmunpack (patch by Laurence Anderson).Matt Kraai
2001-06-26rpm2cpio applet by Laurence AndersonGlenn L McGrath
2001-06-11 - Fixed bug where you couldn't mix line number and regexes in two-address cmdsMark Whitley
- Fixed bug where you couldn't use two addresses for a 'c' cmd - Moved the do_sed_cmd function into process_file to simplify some things - Reduced a buncha lines of code in the process
2001-06-07Another hush update from Larry:Eric Andersen
Fixes the interaction between if/then/else/fi syntax and variables. I planned to do it right from the beginning, but my implementation was buggy. Also adds the relevant test cases. Also adds some old Matt Kraai variable test cases that got left out somehow.
2001-06-05Added a new testcase from Larry Doolittle (inspired by a note from VadimMatt Kraai
Berkgaut).
2001-05-24More shell / quoting testcases from Larry.Mark Whitley
2001-05-24'Nother patch from Larry to fix a buglet in how the line gets sed-ified.Mark Whitley
Also, more testcases and comments on bugs and formatting differences in some of the testcases.
2001-05-24Added support for grep -e and grep -f, closes bug #1164. Also added someMark Whitley
testcases for these new features.
2001-05-24Numerous new testcases from Larry Doolittle and a patch to tester.sh to avoidMark Whitley
a bash2-ism and quote variables that contain strings.
2001-05-23Patch from larry to fix some grammar errors.Eric Andersen
2001-05-14Added some testcases for grep and sed (many more could still be added)Mark Whitley
2001-03-27Some more tests for cut. Craig Matsuura said he saw some problems along theseMark Whitley
lines. "Works for me", but we'll keep these tests around for regression.
2001-03-15Applied patch from Larry Doolittle to fix problem where multibuild.pl wouldMark Whitley
build the wrong files. Made the same changes to multifeat.pl.
2001-03-15Added some tests for some recently found / fixed bugs in the shell.Mark Whitley
2001-03-13Some new testcases, some improvements to the tester.sh script.Mark Whitley
2001-03-12Program for testing concurrent access to syslogd.Mark Whitley
2001-03-10Created new regression testing framework with a number of testcases (many moreMark Whitley
can be added). Also changed 'test' target in makefile to run the new tester.sh. (Hopefully, we should be able to remove all the tests/*.mk files soon.)
2001-03-09Added script that tests turning on features in busybox one at a time andMark Whitley
compiling to see if things break. Initial revision.
2001-02-16Revert multibuild.pl change.Eric Andersen
2001-02-16Patch from Larry Doolittle to cross things in multibuild.plEric Andersen
2001-02-01Apply a patch from Larry Doolittle to add "-all" and "-none" switchesEric Andersen
to multibuild.pl. I did a little formatting adjustments to make it _very_ obvious when things stop working. I also removed the USE_PROCFS config option -- just do the right thing when USE_DEVPS_PATCH is enabled. -Erik
2001-01-29Test applets containing numbers in their name. Thanks to Larry Doolittle.Matt Kraai
2001-01-25Cleanup from Larry DoolittleEric Andersen
2001-01-24more bugs fixed -- found doing regression testingEric Andersen
-Erik
2001-01-24Fix _old_ bug so that the regression test actually works.Eric Andersen
-Erik
2001-01-04Added new script from Larry Doolittle that builds each applet individually.Mark Whitley
2000-12-11Test suite update from Larry Doolittle to disable some problematicEric Andersen
ambiguous cases. Everything now passes the test suite...
2000-08-21Script to do regression test, by combining all possible options.Eric Andersen
-Erik
2000-08-21Script to do regression test, by combining all possible options.Eric Andersen
Run this to check for combinitorial type build errors. -Erik
2000-06-14Remove trailing space char.Eric Andersen
-Erik
2000-06-14Integrate Tomi Ollila's telnet. Costs 3k. :)Eric Andersen
-Erik
2000-04-21Some more updates and such...Erik Andersen
-Erik
2000-04-19Make the sys logger for so that concurrent logging will workErik Andersen
properly (see tests/syslog_test.c for example). -Erik
2000-03-04A few updates (including the cp fix the Craig has been looking for)Erik Andersen
-Erik
2000-02-11Add this inErik Andersen
-Erik
2000-02-07A few minor updates. ;-)Erik Andersen
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik