This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove full stop in the 'try' feature heading
[perl5.git] / t / test.pl
2023-01-13 Richard Leacht/test.pl - assign caller() to separate vars in _where()
2023-01-12 Yves Ortontest.pl - add support for rtriming fresh perl output
2022-10-25 Karl Williamsont/test.pl: Fix threads signalling watchdog cancellation
2022-10-18 Karl Williamsont/test.pl: Outdent a wrongly indented line
2022-10-18 Karl Williamsont/test.pl: Add ability to cancel an watchdog timer
2022-08-27 Kenneth OlwingCustom timeout in watchdog in -T tests fails
2022-08-24 Karl WilliamsonConsolidate PERL_TEST_TIME_OUT_FACTOR to watchdog()
2022-08-02 Paul "LeoNerd" EvansAdd a refcount_is() helper to t/test.pl
2022-05-28 Yves OrtonRevert "Revert "mg.c, Cwd.pm - Empty path is the same...
2022-04-20 Yves OrtonRevert "mg.c, Cwd.pm - Empty path is the same as "...
2022-04-20 Yves Ortonmg.c, Cwd.pm - Empty path is the same as "." which...
2022-03-10 Yves Ortonhv.c - rework PL_hash_rand_bits update logic, add tests...
2022-03-10 Yves Ortontest.pl - rework runperl_and_capture() to be a bit...
2022-03-10 Yves Ortontest.pl - move runperl_and_capture() out of runenv.t
2022-03-10 Yves Ortontest.pl - add unlink_tempfiles()
2022-03-10 Yves Ortontest.pl - allow more than 676 tempfiles() in one process
2021-11-02 James E KeenanOne character spelling error
2021-10-08 Dagfinn Ilmari Man... Remove NetWare support
2021-08-25 Nicholas ClarkcmpVERSION.pl and test.pl now handle checkouts from... 19082/head
2020-12-21 Karl Williamsont/test.pl: Note 2nd spelling for fcn
2020-11-04 Tony Cookrun_multiple_progs: allow the EXPECT to contain only...
2020-11-04 Tony Cookrun_multiple_progs: allow fatal to be turned off too
2020-11-03 Tony Cookallow watchdog() to work in taint mode on non-threaded...
2020-10-13 Todd RinaldoFix t/test.pl and t/TEST to be strict compliant.
2020-09-16 Christian Waldeprevent a spurious error output from test.pl when killi...
2020-08-24 Nicolas Rrun_multiple_progs: option to abort on first failure
2020-08-24 Nicolas Rrun_multiple_progs: advertise file and line number...
2020-08-24 Nicolas Rrun_multiple_progs: auto tag test when name is mising
2020-07-18 Karl Williamsont/test.pl: Display an ESC control char as \e
2020-03-13 Nicolas RFetch git history to run tests like t/porting/cmp-version.t
2020-01-19 Karl Williamsont/test.pl: Add comments about runperl vs fresh_perl
2020-01-19 Karl Williamsont/test.pl: fresh_perl has only 2 args
2019-12-26 Karl Williamsont/test.pl: Fix to display properly on EBCDIC
2019-11-07 Karl WilliamsonRemove lib/unicore/Heavy.pl
2018-12-06 Niko TyniFix t/porting/manifest.t failures when run in a foreign...
2018-09-21 Nicolas RMove the is_linux_container test helper to test.pl
2018-06-25 Karl Williamsont/test.pl: Add $|=1;
2017-12-07 Yves Ortonin capture_warnings() we need to properly localize...
2017-11-14 Zeframfix naming of some test temp files
2017-10-24 Dominic HargreavesSkip various tests if PERL_BUILD_PACKAGING is set
2017-06-15 Dagfinn Ilmari Man... Avoid ++ in test.pl
2017-01-08 Hugo van der Sanden[perl #130495] add fresh_perl() option for prog with...
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-12-07 Karl Williamsont/test.pl: Clarify syntax for tests in t/lib/*
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2016-08-01 Dan Collins[RT #128574] Fix use of fresh_perl in tests
2016-07-16 Karl Williamsont/test.pl: Add fresh_perl() function
2016-05-16 Aaron Crane[perl #128052] make t/test.pl compatible with older...
2016-01-30 Karl WilliamsonEscape t/test.pl got vs expected strings
2015-05-19 Steve HayRevert Windows test watchdog() to kill('KILL', ...)
2015-05-09 Steve HayDo not use bareword TERM or KILL in kill() call in...
2015-03-08 Karl Williamsont/test.pl: Actually change the code
2015-03-08 Karl Williamsont/test.pl: Remove use of more recent feature
2015-03-05 Karl Williamsont/test.pl: EBCDIC, utf8 fixes
2015-02-15 Yves Ortonadd a comment so people looking for "sub run_perl"...
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-14 Karl Williamsont/test.pl: Rmv obsolete comment
2014-11-24 Karl Williamsont/test.pl: Fix for non-ASCII platforms
2014-11-21 Father Chrysostomostest.pl:runperl: Allow multiline prog
2014-11-15 Jarkko HietaniemiThe miniperl skip in utf8cache.t was wrong.
2014-09-23 Jarkko HietaniemiFurther tweaking for bad skip() usage.
2014-09-21 Jarkko HietaniemiGuard against bad skip() arguments, swapped (15ed07b0...
2014-09-03 Father Chrysostomosskip_all_without_unicode_tables
2014-09-03 Father ChrysostomosPut miniperl @INC logic in test.pl
2014-07-02 Tony Cookallow test.pl tests to use C<< plan skip_all => $reason >>
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2014-05-31 Karl WilliamsonCreate new testing helper file
2014-05-31 Karl WilliamsonUse already existing functions in some .t files
2014-05-30 Karl Williamsont/test.pl: Use existing variable instead of recalculating
2014-03-24 bulk88#121395 fix, on Win32 test.pl watchdog always blocks...
2014-02-15 Karl Williamsont/test.pl: Don't read uninitialized variable
2014-02-15 Karl Williamsont/test.pl: Add option to runperl to suppress STDERR
2014-02-13 Brad GilbertAdd register_tempfile() to t/test.pl
2014-01-18 Craig A. BerryMake runperl normalize newlines with multiple output...
2014-01-01 Karl Williamsont/test.pl: Reword comment
2013-12-16 Dennis KaarsemakerMake tests work with detached git dir
2013-09-10 SmylersEnhance runperl doc to mention its return value
2013-09-01 Father Chrysostomostest.pl:runperl: more portability warnings
2013-08-29 Karl Williamsont/test.pl: Add comment about EBCDIC
2013-08-29 Karl Williamsont/test.pl: Allow native/latin1 string conversions to...
2013-08-29 Karl Williamsont/test.pl: Simplify ord to/from native fcns
2013-08-11 Nicholas Clarktest.pl's runperl() can now optionally redirect STDIN...
2013-08-11 Nicholas ClarkRemove the two "VMS adjustments" from test.pl's _fresh_perl
2013-07-28 David Mitchellfix /test_bootstrap.t under -DPERL_NO_COW
2013-07-23 Tony Cook[perl #116190] feed an empty stdin to run_multiple_prog...
2013-07-22 Nicholas ClarkReport useful file names and line numbers from run_mult...
2013-07-22 Nicholas ClarkMerge the file parsing code for run_multiple_progs...
2013-07-22 Nicholas ClarkMove file parsing code from t/lib/common.pl to t/test.pl
2012-12-17 Tony CookSKIP in run_multiple_progs() was parsed but unimplement...
2012-11-02 Hugo van der Sandentest.pl: allow for undefs in eq_hash
2012-10-24 Karl Williamsontest.pl: Fix description of how PREFIX works
2012-10-24 Karl Williamsontest.pl: Allow NAME to be used with --FILE--
2012-09-25 Brad GilbertRework tempfile() in t/test.pl to use _num_to_alpha()
2012-09-25 Brad GilbertAdded optional char limit to _num_to_alpha() in test.pl
2012-09-25 Brad GilbertAdd _num_to_alpha() to test.pl
2012-09-25 Brad GilbertMove @letters in test.pl earlier
2012-08-31 Jerry D. HeddenFix skip_without_dynamic_extension to just skip
2012-08-31 Father Chrysostomostest.pl:run_multiple_progs: Document cmdline switches
2012-08-31 Father Chrysostomostest.pl: Add skip_without_dynamic_extension
2012-08-21 Michael G. SchwernClean up heredoc.t
next