aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug where make clean complained about having both : and :: entries.bug12003-09-101-1/+2
| | | | | | | | Remove tester.log on make clean Patch by Arthur Othieno git-svn-id: svn://busybox.net/trunk/busybox@7460 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add a default clean targetandersen2003-07-221-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7087 69ca8d6d-28ef-0310-b511-8ec308f3f277
* disambiguate a testandersen2002-10-181-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5665 69ca8d6d-28ef-0310-b511-8ec308f3f277
* |2001-10-08 Rodney Brown <rbrown64@csc.com.au>andersen2001-11-101-8/+8
| | | | | | | | | | | | | | | | | * 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 git-svn-id: svn://busybox.net/trunk/busybox@3642 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Major rework of the directory structure and the entire build system.andersen2001-10-244-16/+16
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3561 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove traces of rpmunpack (patch by Laurence Anderson).kraai2001-08-271-2/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3362 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rpm2cpio applet by Laurence Andersonbug12001-06-261-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2902 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Fixed bug where you couldn't mix line number and regexes in two-address cmdsmarkw2001-06-111-1/+9
| | | | | | | | | - 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 git-svn-id: svn://busybox.net/trunk/busybox@2811 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Another hush update from Larry:andersen2001-06-071-0/+29
| | | | | | | | | | 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. git-svn-id: svn://busybox.net/trunk/busybox@2804 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added a new testcase from Larry Doolittle (inspired by a note from Vadimkraai2001-06-051-0/+6
| | | | | | | Berkgaut). git-svn-id: svn://busybox.net/trunk/busybox@2794 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More shell / quoting testcases from Larry.markw2001-05-242-2/+23
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2725 69ca8d6d-28ef-0310-b511-8ec308f3f277
* 'Nother patch from Larry to fix a buglet in how the line gets sed-ified.markw2001-05-242-4/+23
| | | | | | | | Also, more testcases and comments on bugs and formatting differences in some of the testcases. git-svn-id: svn://busybox.net/trunk/busybox@2723 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added support for grep -e and grep -f, closes bug #1164. Also added somemarkw2001-05-241-1/+2
| | | | | | | testcases for these new features. git-svn-id: svn://busybox.net/trunk/busybox@2722 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Numerous new testcases from Larry Doolittle and a patch to tester.sh to avoidmarkw2001-05-243-38/+99
| | | | | | | a bash2-ism and quote variables that contain strings. git-svn-id: svn://busybox.net/trunk/busybox@2721 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from larry to fix some grammar errors.andersen2001-05-231-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2715 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added some testcases for grep and sed (many more could still be added)markw2001-05-141-0/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2642 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some more tests for cut. Craig Matsuura said he saw some problems along thesemarkw2001-03-271-0/+6
| | | | | | | lines. "Works for me", but we'll keep these tests around for regression. git-svn-id: svn://busybox.net/trunk/busybox@2203 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Larry Doolittle to fix problem where multibuild.pl wouldmarkw2001-03-152-6/+10
| | | | | | | build the wrong files. Made the same changes to multifeat.pl. git-svn-id: svn://busybox.net/trunk/busybox@2112 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added some tests for some recently found / fixed bugs in the shell.markw2001-03-151-1/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2090 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some new testcases, some improvements to the tester.sh script.markw2001-03-132-70/+146
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2060 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Program for testing concurrent access to syslogd.markw2001-03-121-0/+44
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2046 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Created new regression testing framework with a number of testcases (many moremarkw2001-03-102-0/+405
| | | | | | | | | 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.) git-svn-id: svn://busybox.net/trunk/busybox@2036 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added script that tests turning on features in busybox one at a time andmarkw2001-03-091-0/+81
| | | | | | | compiling to see if things break. Initial revision. git-svn-id: svn://busybox.net/trunk/busybox@2020 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Revert multibuild.pl change.andersen2001-02-161-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1838 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Larry Doolittle to cross things in multibuild.plandersen2001-02-161-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1835 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply a patch from Larry Doolittle to add "-all" and "-none" switchesandersen2001-02-012-2/+22
| | | | | | | | | | 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 git-svn-id: svn://busybox.net/trunk/busybox@1739 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Test applets containing numbers in their name. Thanks to Larry Doolittle.kraai2001-01-291-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1710 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup from Larry Doolittleandersen2001-01-251-0/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1663 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more bugs fixed -- found doing regression testingandersen2001-01-241-0/+0
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1656 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix _old_ bug so that the regression test actually works.andersen2001-01-241-0/+0
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1654 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added new script from Larry Doolittle that builds each applet individually.markw2001-01-041-0/+51
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1529 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Test suite update from Larry Doolittle to disable some problematicandersen2000-12-112-3/+10
| | | | | | | ambiguous cases. Everything now passes the test suite... git-svn-id: svn://busybox.net/trunk/busybox@1422 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Script to do regression test, by combining all possible options.andersen2000-08-211-0/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@972 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Script to do regression test, by combining all possible options.andersen2000-08-211-0/+0
| | | | | | | | Run this to check for combinitorial type build errors. -Erik git-svn-id: svn://busybox.net/trunk/busybox@971 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove trailing space char.andersen2000-06-141-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@649 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Integrate Tomi Ollila's telnet. Costs 3k. :)andersen2000-06-141-53/+80
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@648 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some more updates and such...erik2000-04-211-24/+31
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@493 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make the sys logger for so that concurrent logging will workerik2000-04-193-0/+22
| | | | | | | | properly (see tests/syslog_test.c for example). -Erik git-svn-id: svn://busybox.net/trunk/busybox@489 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A few updates (including the cp fix the Craig has been looking for)erik2000-03-044-78/+165
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@386 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add this inerik2000-02-111-0/+15
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@369 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A few minor updates. ;-)erik2000-02-074-0/+501
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik git-svn-id: svn://busybox.net/trunk/busybox@351 69ca8d6d-28ef-0310-b511-8ec308f3f277