summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c: Tighten embedded patterns in regex setsKarl Williamson2018-12-161-2/+2
* Correct previous perldelta entry, and add a testKarl Williamson2018-12-161-1/+6
* t/io/eintr.t: Skip some tests on pre-16 Darwin.Abigail2018-12-151-55/+62
* regcomp.c: Allow more EXACTFish nodes to be trieableKarl Williamson2018-12-071-1/+1
* t/harness: Catch incorrect serial directory specificationKarl Williamson2018-12-071-0/+6
* t/harness: Actually run IO::Zlib tests sequentiallyKarl Williamson2018-12-071-1/+1
* t/re/anyof.t: Remove duplicate test caseKarl Williamson2018-12-061-1/+0
* Use consistent spelling in qr// dumpingKarl Williamson2018-12-061-182/+182
* Fix t/porting/manifest.t failures when run in a foreign git checkoutNiko Tyni2018-12-061-4/+3
* Correct typoJames E Keenan2018-11-291-1/+1
* PATCH: [perl #133423]Karl Williamson2018-11-291-0/+3
* handle /(?(?{code}))/ mixed compile-and runtimeDavid Mitchell2018-11-271-1/+16
* (perl #133659) make an in-place edit successful if the exit status is zeroTony Cook2018-11-262-3/+3
* (perl #133659) tests for global destruction handling of inplace editingTony Cook2018-11-261-1/+27
* update list of customized filesKaren Etheridge2018-11-201-0/+1
* t/perf/benchmarks.t: improve do error checksDavid Mitchell2018-11-201-2/+7
* t/harness: Run tests for IO::Zlib sequentiallyKarl Williamson2018-11-191-1/+1
* PATCH: [perl #133649] fails on OpenBSD-6.4 unthreadedKarl Williamson2018-11-191-1/+12
* ext/File-Find: support parallel testingDavid Mitchell2018-11-191-1/+1
* Add regnode NANYOFMKarl Williamson2018-11-171-1/+1
* Find optimizations for /[[:posix:]]/aKarl Williamson2018-11-161-1/+1
* PATCH: [perl #133642] Double freeKarl Williamson2018-11-161-1/+4
* t/re/reg_mesg.t: Add testKarl Williamson2018-11-161-0/+1
* re/re_tests: Add testKarl Williamson2018-11-161-0/+1
* t/re/pat.t: Add a testKarl Williamson2018-11-161-1/+4
* Add ext/File-Find/t to list of badly-behaved test directories.James E Keenan2018-11-141-1/+1
* Add more parallelism to t/harnessKarl Williamson2018-11-141-2/+44
* Ensure same count of tests on different OSes.James E Keenan2018-11-101-1/+2
* Don't localise array / hash slice ref assignmentDavid Mitchell2018-11-051-1/+37
* Handle OSes where filesystems can be mounted with 'noatime' optionJames E Keenan2018-10-311-4/+5
* PATCH: [perl #133620] heap buffer overflowKarl Williamson2018-10-311-0/+1
* Move subroutine definition to end of file.James E Keenan2018-10-301-59/+58
* Regularize indents within subroutine definition.James E Keenan2018-10-301-53/+52
* Fully encapsulate check_utime_result()James E Keenan2018-10-301-2/+3
* Remove code commented out since March 2002.James E Keenan2018-10-301-8/+4
* Repeatedly hard-coding an integer is a mistake.James E Keenan2018-10-301-9/+11
* Make descriptions more self-documentingJames E Keenan2018-10-301-6/+6
* Add notes so it's easier to see where we are in test file.James E Keenan2018-10-301-2/+4
* Use t/test.pl's note() functionJames E Keenan2018-10-301-5/+5
* Note locales available and those used in tests.James E Keenan2018-10-281-1/+3
* (perl #133604) fix binmode on Win32 :crlf layersTony Cook2018-10-222-3/+0
* (perl #133604) test for binmode removing :utf8Tony Cook2018-10-221-1/+17
* (perl #133604) skip a new test on Win32 that fails only on Win32Tony Cook2018-10-221-0/+2
* regcomp.c: Generate new regnode for /[[:posix:]]/lKarl Williamson2018-10-201-2/+2
* t/re/reg_mesg.t: Turn off warns for experimentalKarl Williamson2018-10-201-0/+1
* t/lib/warnings/regcomp: Turn off warns for experimentalKarl Williamson2018-10-201-6/+12
* (perl #125760) add fatal :utf8 tests for recv and sendTony Cook2018-10-181-0/+90
* fix 'for reverse @array' bug on AIXDavid Mitchell2018-10-171-1/+15
* Implement fatalization of dump()James E Keenan2018-10-174-43/+13
* Fatalize use of $* and $#James E Keenan2018-10-178-98/+77