summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* [SV 63516] [DOS] Support include files with drivespecsPaul Smith2022-12-181-1/+11
* [SV 63417] Ensure global .NOTINTERMEDIATE disables all intermediatesDmitry Goncharov2022-11-281-3/+0
* [SV 63347] Always add command line variable assignments to MAKEFLAGSDmitry Goncharov2022-11-281-30/+243
* Add specific hints for errors due to invalid conditionalsPaul Smith2022-11-152-20/+49
* [SV 63333] Be more lenient when failing to create temporary filesDmitry Goncharov2022-11-132-1/+32
* Keep going if we can't connect to the jobserverPaul Smith2022-11-131-14/+19
* [SV 63315] tests: Simplify TERM signalingPaul Smith2022-11-133-2/+9
* tests: Don't convert \ to / when checking regex'sPaul Smith2022-11-132-154/+133
* Fix issues found by ASAN and CoverityPaul Smith2022-10-314-14/+7
* tests: Avoid the use of File::Temp->newdir()Paul Smith2022-10-293-33/+30
* [SV 62174] Force locale to be "C" before retrieving error messagesPaul Smith2022-10-281-72/+75
* * tests/scripts/features/exec: Don't test with C shellsPaul Smith2022-10-251-3/+11
* Increase the test framework timeout from 5s to 60sPaul Smith2022-10-253-6/+6
* [SV 63098] Enhance detection of missing peer also-make targetsPaul Smith2022-10-221-0/+22
* Collect failure details when the regression tests failPaul Smith2022-10-221-0/+1
* Enhance tests to work on different systemsPaul Smith2022-10-229-28/+35
* [SV 63243] tests: Avoid SIGTERM racing with make error messagesDmitry Goncharov2022-10-222-4/+8
* * NEWS: Use GNU Make instead of GNU makePaul Smith2022-10-181-1/+1
* Update URLs to use https rather than httpPaul Smith2022-10-188-11/+11
* Add preprocessor macros for different platformsPaul Smith2022-10-181-1/+1
* [SV 63157] Ensure temporary files are removed when signaledPaul Smith2022-10-152-0/+52
* * tests/test_driver.pl (toplevel): [SV 63156] Keep temp env varsDmitry Goncharov2022-10-081-3/+3
* [SV 63098] Temporarily revert the change to pattern rule behaviorPaul Smith2022-10-021-4/+23
* [SV 63100] Set the floc of every created goal dep structDmitry Goncharov2022-09-251-4/+23
* Always restore global environ if we use vforkPaul Smith2022-09-251-0/+9
* * tests/script/parallelism: Force wait to remove races.Paul Smith2022-09-201-46/+43
* [SV 56301] Fail if an included makefile can't be builtDmitry Goncharov2022-09-202-31/+35
* * tests/scripts/features/statipattrules: [SV 17374] Add testPaul Smith2022-09-201-1/+12
* [SV 12078, SV 62809] Rebuild grouped targets if any is missingPaul Smith2022-09-207-210/+208
* * tests/scripts/targets/WAIT: [SV 63071] Remove possible test races.Dmitry Goncharov2022-09-171-8/+8
* [SV 13862] Implement the .WAIT special targetPaul Smith2022-09-121-0/+193
* [SV 63045] Reload each intact unloaded shared objectDmitry Goncharov2022-09-121-0/+82
* [SV 63047] Fix shuffle of SECONDEXPANSION prerequisitesSergei Trofimovich2022-09-121-0/+9
* Support the MAKE_TMPDIR environment variablePaul Smith2022-09-111-0/+10
* [SV 63044] load: Update .LOADED if the setup function returns -1Dmitry Goncharov2022-09-101-5/+34
* [SV 63037] Fix tests for newer OS / compilerPaul Smith2022-09-102-9/+12
* [SV 63040] shell: Fall back to the callers environmentPaul Smith2022-09-101-0/+16
* [SV 63016] Don't fail exporting to $(shell ...)Paul Smith2022-09-081-0/+10
* Fix tests for MacOS and WindowsPaul Smith2022-08-305-33/+33
* Rework output sync to lock a temp file on POSIXPaul Smith2022-08-301-2/+4
* test_driver: check for leftover temp files after each testPaul Smith2022-08-292-36/+52
* [SV 62908] Don't free fifo_name twice during error handlingDmitry Goncharov2022-08-221-0/+15
* Fix bootstrap.bat for bootstrapping on WindowsPaul Smith2022-08-222-2/+4
* Support implementing the jobserver using named pipesPaul Smith2022-08-022-9/+43
* [SV 62706] Only second-expand targets that might be builtDmitry Goncharov2022-07-303-7/+390
* Disable the jobserver in non-recursive childrenPaul Smith2022-07-301-5/+21
* Ensure that MAKEFLAGS is set when invoking $(shell ...)Paul Smith2022-07-302-0/+25
* * tests/run_make_tests.pl: Exit 1 if we detect an error.Paul Smith2022-07-091-3/+3
* [SV 10593] Export variables to $(shell ...) commandsPaul Smith2022-07-091-4/+51
* [SV 62650] Show correct warning when combining targetsDmitry Goncharov2022-07-092-8/+18