summaryrefslogtreecommitdiff
path: root/t/run
Commit message (Expand)AuthorAgeFilesLines
* AIX: skip some locale testsTony Cook2023-05-171-0/+6
* test infra - Under -DNO_TAINT_SUPPORT skip tests that use -T or -tYves Orton2023-04-021-1/+6
* move test out of fresh_perl.t into sub.tDavid Mitchell2023-02-281-13/+0
* run/locale.t: Use 'is' not 'ok' for a testKarl Williamson2023-02-081-2/+2
* Skip one test under miniperlJames E Keenan2022-11-181-0/+1
* duplicate -F switches would overwrite PL_splitstr without freeingTony Cook2022-11-021-0/+10
* We freed PL_splitstr in each thread, allocate it in each thread tooTony Cook2022-11-021-1/+16
* t/run/locale.t: Move init stmtKarl Williamson2022-10-181-1/+1
* run/locale.t: Add debug info.Karl Williamson2022-10-181-1/+1
* locale.c: Workaround for attributes.pm breakageKarl Williamson2022-09-201-0/+25
* Stop parsing on first syntax error.Yves Orton2022-09-091-4/+0
* run/locale.t: skip illegal locale test when all are legalKarl Williamson2022-08-251-0/+4
* Use Windows system default localeKarl Williamson2022-08-231-0/+15
* run/locale.t: Use langinfo not localeconvKarl Williamson2022-08-221-1/+2
* run/locale.t white spaceKarl Williamson2022-08-221-5/+5
* locale.c: Make sure LC_ALL gets changed when necessaryKarl Williamson2022-08-181-0/+26
* run/locale.t: Skip collation test if no LC_COLLATIONKarl Williamson2022-08-171-1/+1
* Add a new env var PERL_RAND_SEEDYves Orton2022-08-121-0/+68
* run/locale.t: Skip localeconv test if not on systemKarl Williamson2022-08-101-2/+8
* skip 2 tests if built with DEBUGGING and no taint supportNeil Bowers2022-04-201-4/+9
* changes to perl tests to handle perl without taint supportNeil Bowers2022-04-202-4/+15
* runenv_hashseed.t - rework to deal with probabilistic failuresYves Orton2022-04-041-94/+278
* hv.c - rework PL_hash_rand_bits update logic, add tests, -Dh debug modeYves Orton2022-03-101-0/+136
* test.pl - move runperl_and_capture() out of runenv.tYves Orton2022-03-101-37/+0
* pad.c: Fix GH Issue #19463, -DXv fails assert when dumping anonymous constant...Yves Orton2022-03-021-2/+8
* implement a new command-line flag, -gTomasz Konojacki2022-02-191-1/+9
* t/run/switches.t: don't declare a planTomasz Konojacki2022-02-191-2/+2
* Document and test command-line switch '-?'James E Keenan2021-12-241-2/+6
* switches.t: stop testing that -E turns on ~~Ricardo Signes2021-07-251-7/+1
* switches.t: stop testing that -E includes switchRicardo Signes2021-07-251-6/+1
* Make scalar assignment to undef a compile time errorRichard Leach2021-05-251-2/+2
* t/run/locale.t: Use fresh_perl_is vs fresh_perlKarl Williamson2021-02-091-7/+6
* t/run/locale.t: Rmv LANGUAGE from environmentKarl Williamson2021-02-091-1/+1
* run/locale.t: don't setlocale() for our English locale if there isn't oneTony Cook2020-11-041-0/+2
* t/run/locale.t: use 'warnings'Karl Williamson2020-10-301-1/+2
* remove assertion that collation magic has dataTony Cook2020-10-291-0/+25
* run/switches.t: allocate the in-place edit test directory with tempfileTony Cook2020-01-281-19/+44
* Remove lib/unicore/Heavy.plKarl Williamson2019-11-061-1/+1
* Properly handle systems with crippled localesKarl Williamson2019-03-041-9/+9
* (perl #133659) make an in-place edit successful if the exit status is zeroTony Cook2018-11-261-2/+2
* PATCH: [perl #133649] fails on OpenBSD-6.4 unthreadedKarl Williamson2018-11-191-1/+12
* Ensure same count of tests on different OSes.James E Keenan2018-11-101-1/+2
* Note locales available and those used in tests.James E Keenan2018-10-281-1/+3
* t/run/locale.t - Add missing SKIP:{} blocksisyphus2018-08-021-0/+2
* t/run/locale.t: Skip some Solaris localesKarl Williamson2018-05-011-0/+7
* t/run/locale.t: Silence perl warningKarl Williamson2018-04-181-1/+1
* t/run/locale.t; Suppress wide char warningsKarl Williamson2018-04-171-0/+7
* t/run/locale.t: Refactor to use done_testing()Karl Williamson2018-04-171-313/+309
* t/run/locale.t: Add debugging codeKarl Williamson2018-04-171-17/+32
* locale.c: Handle and edge caseKarl Williamson2018-03-161-1/+3