summaryrefslogtreecommitdiff
path: root/t/run
Commit message (Expand)AuthorAgeFilesLines
* 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
* t/run/locale.t: Fix skip count; uninit warningKarl Williamson2018-03-051-1/+2
* t/run/locale.t: Add, revise testsKarl Williamson2018-03-041-10/+35
* t/run/locale.t: Update skip countKarl Williamson2018-03-041-1/+1
* locale.c: Fix bug in parsing a localeKarl Williamson2018-03-031-1/+12
* Alternate backup file rename test for VMS.Craig A. Berry2018-01-051-4/+17
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-2/+7
* merge branch zefram/dumb_matchZefram2017-12-171-7/+2
|\
| * change "when" keyword to "whereso"Zefram2017-12-051-1/+1
| * eviscerate smartmatchZefram2017-11-221-6/+1
| * regularise "when"Zefram2017-11-211-1/+1
* | fixup test that was broken by 3c67ad9b9.Yves Orton2017-12-011-1/+1
* | (perl #132506) deal with un-/partly implemented *at() functionsTony Cook2017-11-301-1/+4
|/
* fix naming of some test temp filesZefram2017-11-142-36/+36
* locale.c: Tighten what is considered a LC variableKarl Williamson2017-11-061-1/+1
* Delete useless references to DG/UXAaron Crane2017-10-211-2/+2
* (perl #127663) skip the new in-place edit tests if File::Spec not loadableTony Cook2017-09-211-1/+4
* Revise tests to account for d_linkat.James E Keenan2017-09-181-0/+2
* (perl #127663) work around what appears to be a freebsd bugTony Cook2017-09-181-1/+14
* t/run/locale.t: Move function callKarl Williamson2017-09-141-1/+1
* (perl #127663) fallback to looking for work file if st_ino unusableTony Cook2017-09-111-1/+1
* (perl #127663) reject a changed directory for relative in-place filenamesTony Cook2017-09-111-2/+23
* (perl #127663) test we fail if the work file can't be renamedTony Cook2017-09-111-4/+34
* (perl #127663) test we fail if the backup rename failsTony Cook2017-09-111-1/+16
* (perl #127663) clean up any files left behindTony Cook2017-09-111-0/+3
* (perl #127663) don't do inplace renaming etc in child processesTony Cook2017-09-111-1/+33
* (perl #127663) don't do inplace renaming etc in child threadsTony Cook2017-09-111-1/+22
* (perl #127663) test chdir() within an in-place edit loopTony Cook2017-09-111-1/+23