summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/make
AgeCommit message (Expand)AuthorFilesLines
2020-08-30Add regress test case for make/varmodifiers.c r1.48tb2-1/+20
2019-12-22turns out I did fix the POSIX behavior of SHELL a while back.espie1-7/+3
2019-06-19use REGRESS_EXPECTED_FAILURESespie1-22/+11
2019-05-21forgot to add the testcase sorryespie1-0/+6
2019-05-21while writing new code, I just figured out I fucked upespie1-2/+5
2017-07-20extra test because mk38 triggers two issues and fixing the first oneespie2-5/+10
2017-07-07Disable tests that fail due to known make bugs, fix the others.bluhm4-20/+50
2017-07-07trigger default .l.o rule and check the produced file has the right nameespie2-3/+15
2017-01-29ouch, smallest regress ever. Can't believe no-one got bitten by thisespie2-3/+15
2016-10-31MALLOC_OPTION 'A' no longer exists.tb1-2/+2
2016-10-31fix a few suspicious (according to emacs) linesjasper1-5/+5
2015-12-21add parsing tests that must not segfault based on Jonathan Gray initialespie3-2/+17
2015-11-29now that targets are dedup'd, we can fix that one too.espie1-1/+2
2015-11-08groupling tests that now passespie3-2/+17
2014-12-08Add some more makefiles that often cause a crash.jsg3-2/+12
2014-12-07Add a test which would previously often cause make to crash when runjsg2-2/+8
2014-09-17Stop using the Z malloc option which has been tedu'd by tedu@ sometimelteo1-2/+2
2014-01-06add a proper test for error message location as well.espie2-4/+9
2014-01-06turn mk34 into a proper full-fledged test.espie3-6/+20
2014-01-04to do: this is a fatal error, we want a decent error messageespie1-0/+5
2013-12-26to be dealt withespie1-0/+5
2012-10-13we are now warning about this !espie2-0/+2
2012-10-13fix test now that we forbid unclosed specsespie2-6/+1
2012-08-20consensus says this should be an errorespie2-3/+2
2012-08-17ouch, this should not workespie3-1/+15
2011-06-30regress for fixed bugespie1-2/+5
2011-06-30"normal" failure implies actual exit. If $? >= 128, that means a signalespie1-9/+9
2009-11-11Regress for skipping evaluation of else-type conditional if previousfgsch6-2/+31
2008-11-24new regress test, bug from NetBSDespie2-2/+20
2007-09-17Add a test for .BEGIN/.END keywordsespie3-2/+38
2007-08-06Add a regress test for -lthing dependencies. As bizarre as it may seem,espie4-3/+39
2007-08-05check curly targets work. No need to look at the output. If curly targets don'tespie2-2/+14
2007-08-02update output to match recent make changes; ok espie@david1-1/+2
2006-09-17fix badly named regress, and add suffixes rules.espie2-6/+42
2005-07-15testcase for recent bug-report.espie2-3/+10
2004-11-29checking lazy evaluation of recursive variablesespie4-3/+22
2004-11-21subtle bug in for loop expansions,espie3-4/+24
2002-09-09Some posix tests we don't pass yet, and won't until I've added a `magic'espie5-4/+24
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.avsm1-2/+2
2002-04-16and Makefile, oops.espie1-3/+6
2002-04-16Another test case: this one holds too many open conditionals, and exactly enoughespie1-0/+14
2002-04-16Bug in cond-parser, ends up having too many open conds.espie2-4/+17
2002-04-16Stumbled upon a very inefficient construct by mistake...espie2-2/+219
2002-02-26Add test for PR 2311espie2-4/+15
2002-01-03Add some missing CLEANFILES.art1-2/+2
2002-01-01convert to bsd.regress.mk. This allows us to have the testsart1-6/+3
2001-11-21make currently incorrectly uses annotations for suffixes rules forespie2-5/+20
2001-09-07Add one further testespie3-5/+10
2001-07-11Space strippingespie3-2/+14
2001-05-26Check curly braces expansion.espie3-2/+30