| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct one regression test (which was expected an incorrect answer), and | gad | 2005-07-15 | 1 | -1/+66 |
* | Upgrade these regression tests to track recent changes to `env'. | gad | 2005-06-21 | 1 | -3/+78 |
* | Add a suite of regression tests for all the recent changes to `env', | gad | 2005-06-20 | 3 | -0/+801 |
* | Add a test for escaped newline handling. | harti | 2005-06-01 | 8 | -0/+45 |
* | Add support for TODO tests. These are tests that are supposed to fail, | harti | 2005-06-01 | 2 | -23/+43 |
* | Change the test infrastructure so that tests are easier to maintain and | harti | 2005-05-31 | 192 | -623/+910 |
* | Add a test to check whether in compat mode make detectes builtins | harti | 2005-05-20 | 6 | -0/+51 |
* | Add a test to ensure that in compat mode when a line contains no | harti | 2005-05-20 | 6 | -0/+51 |
* | Add a test that test whether we can replace the shell to use by | harti | 2005-05-20 | 6 | -0/+54 |
* | Some test cases for .SHELL target: builtin shell selection and | harti | 2005-05-19 | 17 | -0/+179 |
* | o -n option added. | marcel | 2005-05-15 | 10 | -2/+47 |
* | Add an initial regression test suite for make(1). | harti | 2005-04-28 | 65 | -0/+958 |
* | Also test \0 in the format string. | stefanf | 2005-04-14 | 2 | -1/+1 |
* | Add a few regression tests for printf(1). | stefanf | 2005-04-13 | 12 | -1/+38 |
* | Add regression tests for pkill/pgrep. | pjd | 2005-03-20 | 25 | -0/+803 |
* | Repo-copy tools/regression/usr.bin/make to tools/build/make_check | harti | 2005-03-02 | 8 | -323/+1 |
* | Fix builds with a read-only directory and a make upgrade. This is done | harti | 2004-12-07 | 1 | -6/+4 |
* | Make this work under debugging, e.g., "make -dl". | ru | 2004-12-06 | 1 | -1/+1 |
* | Make the tests runnable on a read-only src. To do this you must make sure | harti | 2004-12-02 | 2 | -49/+63 |
* | Chmod the shell testscript to be executable if it isn't already. According | harti | 2004-11-30 | 1 | -0/+1 |
* | Add some regression tests for the .SHELL target. I'm not sure that the | harti | 2004-11-25 | 4 | -1/+65 |
* | Switch over to a different, more flexible test output protocol that's | nik | 2004-11-11 | 19 | -37/+90 |
* | Add a regression test for the alternate shell specification. | ru | 2004-10-23 | 1 | -0/+10 |
* | Now that make more correctly handles variable assignments | harti | 2004-08-12 | 1 | -3/+1 |
* | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived | dds | 2004-08-09 | 2 | -8/+0 |
* | Back out something I'm working on that crept in with the last commit. | harti | 2004-08-05 | 1 | -1/+3 |
* | Remove extra spaces. Remove double quotes around error messages - | harti | 2004-08-05 | 1 | -13/+11 |
* | Add another test that checks for a working '+' command flag. | harti | 2004-08-05 | 1 | -0/+19 |
* | Add a regression test for the passing of command line | harti | 2004-08-04 | 1 | -0/+87 |
* | A new version that does exponents and lots of other neat things. Update | smkelly | 2004-05-01 | 1 | -59/+335 |
* | Add a test for what was broken in rev. 1.28 and fixed in rev. 1.29 | ru | 2004-01-30 | 1 | -0/+8 |
* | Add a test for what was fixed in revs. 1.28 and 1.29 of make/str.c. | ru | 2004-01-29 | 1 | -0/+11 |
* | Fix a bug that prevented exists() from finding "foo/", "foo/." | ru | 2003-10-02 | 1 | -0/+11 |
* | Test 8.16 in sed.test tests the ability of a sed to handle an empty | dds | 2003-07-22 | 2 | -22/+38 |
* | Fixed broken arithmetic expression parser. | ru | 2003-07-04 | 1 | -0/+12 |
* | Add tests for the behaviour of substitution when the regex can match | fanf | 2003-06-04 | 5 | -0/+8 |
* | The regression-tests for 'make' *expect* to trigger make's warning: | gad | 2003-02-10 | 1 | -1/+1 |
* | Add a test for what was fixed in revisions 1.39 and 1.50 of | ru | 2002-11-28 | 1 | -0/+9 |
* | Moved make(1) regression tests from src/Makefile to where they | ru | 2002-11-28 | 1 | -1/+25 |
* | Hide the test in <target> under '.if make(<target>)' so as to not get any | jmallett | 2002-10-25 | 1 | -0/+4 |
* | As of revision 1.38 of make/parse.c, our make(1) will warn too. Note that | jmallett | 2002-07-28 | 1 | -2/+3 |
* | Update another mention of <CR><CR> I missed the first time around (rev 1.2) | tjr | 2002-07-04 | 1 | -1/+1 |
* | Note that two carriage returns aren't required after entering the | tjr | 2002-07-03 | 1 | -2/+3 |
* | The wrong y/// output got spammed into this file; from green@ indirectly. | jmallett | 2002-06-27 | 1 | -1/+1 |
* | Correct the psl regression test for sed(1)'s now-fixed newline | green | 2002-06-27 | 3 | -0/+8 |
* | Erk, I forgot that regress.in has an ending newline, so change the test for | jmallett | 2002-06-26 | 2 | -5/+2 |
* | Reduce internal code duplication, add REGRESSION_PASSFAIL([testname]) to | jmallett | 2002-06-25 | 1 | -19/+14 |
* | Add a regression test for transliterate which happens to match characters | jmallett | 2002-06-25 | 2 | -0/+5 |
* | I explicitly meant to not move any of this over to the new m4(1) framework, | jmallett | 2002-06-24 | 2 | -2/+11 |
* | Move all remaining tests except for: | jmallett | 2002-06-24 | 10 | -73/+23 |