summaryrefslogtreecommitdiff
path: root/t/test.pl
Commit message (Expand)AuthorAgeFilesLines
* test_pl tests - we have not been testing test.pl for some time, fix testsYves Orton2023-03-171-2/+5
* t/test.pl - support obfu conflict markers for code via run_multiple_progs()Yves Orton2023-02-171-0/+5
* t/test.pl - support NOTE comments in code for run_multiple_progs()Yves Orton2023-02-171-0/+3
* Ensure 'ok #' test output includes a locationPaul "LeoNerd" Evans2023-02-071-1/+1
* t/test.pl - assign caller() to separate vars in _where()Richard Leach2023-01-131-2/+2
* test.pl - add support for rtriming fresh perl outputYves Orton2023-01-121-3/+19
* t/test.pl: Fix threads signalling watchdog cancellationKarl Williamson2022-10-251-1/+16
* t/test.pl: Outdent a wrongly indented lineKarl Williamson2022-10-181-3/+6
* t/test.pl: Add ability to cancel an watchdog timerKarl Williamson2022-10-181-5/+35
* Custom timeout in watchdog in -T tests failsKenneth Olwing2022-08-271-0/+1
* Consolidate PERL_TEST_TIME_OUT_FACTOR to watchdog()Karl Williamson2022-08-241-2/+14
* Add a refcount_is() helper to t/test.plPaul "LeoNerd" Evans2022-08-021-0/+13
* Revert "Revert "mg.c, Cwd.pm - Empty path is the same as "." which is forbidd...Yves Orton2022-05-281-0/+5
* Revert "mg.c, Cwd.pm - Empty path is the same as "." which is forbidden under...Yves Orton2022-04-201-5/+0
* mg.c, Cwd.pm - Empty path is the same as "." which is forbidden under taintYves Orton2022-04-201-0/+5
* hv.c - rework PL_hash_rand_bits update logic, add tests, -Dh debug modeYves Orton2022-03-101-2/+2
* test.pl - rework runperl_and_capture() to be a bit easier to useYves Orton2022-03-101-19/+49
* test.pl - move runperl_and_capture() out of runenv.tYves Orton2022-03-101-0/+37
* test.pl - add unlink_tempfiles()Yves Orton2022-03-101-1/+6
* test.pl - allow more than 676 tempfiles() in one processYves Orton2022-03-101-10/+21
* One character spelling errorJames E Keenan2021-11-021-1/+1
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-3/+2
* cmpVERSION.pl and test.pl now handle checkouts from git-worktree.Nicholas Clark2021-08-251-1/+1
* t/test.pl: Note 2nd spelling for fcnKarl Williamson2020-12-211-1/+1
* run_multiple_progs: allow the EXPECT to contain only OPTIONSTony Cook2020-11-041-1/+2
* run_multiple_progs: allow fatal to be turned off tooTony Cook2020-11-041-0/+4
* allow watchdog() to work in taint mode on non-threaded Win32Tony Cook2020-11-031-20/+36
* Fix t/test.pl and t/TEST to be strict compliant.Todd Rinaldo2020-10-131-7/+10
* prevent a spurious error output from test.pl when killing a cygwin processChristian Walde2020-09-161-1/+1
* run_multiple_progs: option to abort on first failureNicolas R2020-08-241-0/+18
* run_multiple_progs: advertise file and line number on failuresNicolas R2020-08-241-13/+15
* run_multiple_progs: auto tag test when name is misingNicolas R2020-08-241-4/+6
* t/test.pl: Display an ESC control char as \eKarl Williamson2020-07-171-1/+1
* Fetch git history to run tests like t/porting/cmp-version.tNicolas R2020-03-131-0/+9
* t/test.pl: Add comments about runperl vs fresh_perlKarl Williamson2020-01-181-0/+4
* t/test.pl: fresh_perl has only 2 argsKarl Williamson2020-01-181-1/+1
* t/test.pl: Fix to display properly on EBCDICKarl Williamson2019-12-261-21/+11
* Remove lib/unicore/Heavy.plKarl Williamson2019-11-061-1/+1
* Fix t/porting/manifest.t failures when run in a foreign git checkoutNiko Tyni2018-12-061-4/+3
* Move the is_linux_container test helper to test.plNicolas R2018-09-211-0/+14
* t/test.pl: Add $|=1;Karl Williamson2018-06-251-0/+1
* in capture_warnings() we need to properly localize LevelYves Orton2017-12-071-0/+1
* fix naming of some test temp filesZefram2017-11-141-1/+1
* Skip various tests if PERL_BUILD_PACKAGING is setDominic Hargreaves2017-10-241-0/+3
* Avoid ++ in test.plDagfinn Ilmari Mannsåker2017-06-151-2/+2
* [perl #130495] add fresh_perl() option for prog with embedded utf8Hugo van der Sanden2017-01-081-0/+1
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
* t/test.pl: Clarify syntax for tests in t/lib/*Karl Williamson2016-12-061-2/+3
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-1/+2
* [RT #128574] Fix use of fresh_perl in testsDan Collins2016-08-011-0/+3