Age | Commit message (Expand) | Author |
2020-08-30 | Add regress test case for make/varmodifiers.c r1.48 | Theo Buehler |
2019-12-22 | turns out I did fix the POSIX behavior of SHELL a while back. | Marc Espie |
2019-06-19 | use REGRESS_EXPECTED_FAILURES | Marc Espie |
2019-05-21 | forgot to add the testcase sorry | Marc Espie |
2019-05-21 | while writing new code, I just figured out I fucked up | Marc Espie |
2017-07-20 | extra test because mk38 triggers two issues and fixing the first one | Marc Espie |
2017-07-07 | Disable tests that fail due to known make bugs, fix the others. | Alexander Bluhm |
2017-07-07 | trigger default .l.o rule and check the produced file has the right name | Marc Espie |
2017-01-29 | ouch, smallest regress ever. Can't believe no-one got bitten by this | Marc Espie |
2016-10-31 | MALLOC_OPTION 'A' no longer exists. | Theo Buehler |
2016-10-31 | fix a few suspicious (according to emacs) lines | Jasper Lievisse Adriaanse |
2015-12-21 | add parsing tests that must not segfault based on Jonathan Gray initial | Marc Espie |
2015-11-29 | now that targets are dedup'd, we can fix that one too. | Marc Espie |
2015-11-08 | groupling tests that now pass | Marc Espie |
2014-12-08 | Add some more makefiles that often cause a crash. | Jonathan Gray |
2014-12-07 | Add a test which would previously often cause make to crash when run | Jonathan Gray |
2014-09-17 | Stop using the Z malloc option which has been tedu'd by tedu@ sometime | Lawrence Teo |
2014-01-06 | add a proper test for error message location as well. | Marc Espie |
2014-01-06 | turn mk34 into a proper full-fledged test. | Marc Espie |
2014-01-04 | to do: this is a fatal error, we want a decent error message | Marc Espie |
2013-12-26 | to be dealt with | Marc Espie |
2012-10-13 | we are now warning about this ! | Marc Espie |
2012-10-13 | fix test now that we forbid unclosed specs | Marc Espie |
2012-08-20 | consensus says this should be an error | Marc Espie |
2012-08-17 | ouch, this should not work | Marc Espie |
2011-06-30 | regress for fixed bug | Marc Espie |
2011-06-30 | "normal" failure implies actual exit. If $? >= 128, that means a signal | Marc Espie |
2009-11-11 | Regress for skipping evaluation of else-type conditional if previous | Federico G. Schwindt |
2008-11-24 | new regress test, bug from NetBSD | Marc Espie |
2007-09-17 | Add a test for .BEGIN/.END keywords | Marc Espie |
2007-08-06 | Add a regress test for -lthing dependencies. As bizarre as it may seem, | Marc Espie |
2007-08-05 | check curly targets work. No need to look at the output. If curly targets don't | Marc Espie |
2007-08-02 | update output to match recent make changes; ok espie@ | David Krause |
2006-09-17 | fix badly named regress, and add suffixes rules. | Marc Espie |
2005-07-15 | testcase for recent bug-report. | Marc Espie |
2004-11-29 | checking lazy evaluation of recursive variables | Marc Espie |
2004-11-21 | subtle bug in for loop expansions, | Marc Espie |
2002-09-09 | Some posix tests we don't pass yet, and won't until I've added a `magic' | Marc Espie |
2002-09-02 | Rename a bunch of the old bsd.regress.mk variables into the new ones. | Anil Madhavapeddy |
2002-04-16 | and Makefile, oops. | Marc Espie |
2002-04-16 | Another test case: this one holds too many open conditionals, and exactly enough | Marc Espie |
2002-04-16 | Bug in cond-parser, ends up having too many open conds. | Marc Espie |
2002-04-16 | Stumbled upon a very inefficient construct by mistake... | Marc Espie |
2002-02-26 | Add test for PR 2311 | Marc Espie |
2002-01-03 | Add some missing CLEANFILES. | Artur Grabowski |
2002-01-01 | convert to bsd.regress.mk. This allows us to have the tests | Artur Grabowski |
2001-11-21 | make currently incorrectly uses annotations for suffixes rules for | Marc Espie |
2001-09-07 | Add one further test | Marc Espie |
2001-07-11 | Space stripping | Marc Espie |
2001-05-26 | Check curly braces expansion. | Marc Espie |