summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* Quote 'threads' in test.plVincent Pit2010-12-231-1/+1
* avoid emitting control characters in test commentsTony Cook2010-12-211-1/+1
* multiple watchdog()s in the one test script are meaninglessTony Cook2010-12-211-1/+0
* Re-order the tests to match the commentTony Cook2010-12-181-13/+14
* re.t: Use portable C localeKarl Williamson2010-12-181-3/+3
* re.t: Avoid encoding issues by using hex charsKarl Williamson2010-12-181-1/+1
* update warnings tests to cope with %z now being valid. use %y insteadChip Salzenberg2010-12-171-24/+24
* smoke tests for %hhd %zd %tdChip Salzenberg2010-12-171-2/+5
* In dbmt_common.pl, change checkOutput(...) to 5 calls to is().Nicholas Clark2010-12-171-16/+18
* test.pl: extend EBCDIC functions to beyond 255Karl Williamson2010-12-161-5/+10
* Remove "dead" RCS $Id$ tags from files that we own.Nicholas Clark2010-12-164-8/+0
* Move common code from ext/[GONS]DBM_File/t/[gons]dbm.t to t/lib/dbmt_common.plNicholas Clark2010-12-161-0/+513
* regex: Multi-char /i shouldnt match single char []Karl Williamson2010-12-151-5/+5
* Revamp t/uni/fold.tKarl Williamson2010-12-151-37/+105
* add some tests for the regex flags u, d, and lOtrsUser2010-12-151-1/+44
* skip_all() is a separate function in test.plJan Dubois2010-12-141-4/+4
* Convert ext/Fcntl/t/syslfs.t to Test::More and t/op/lfs.t to test.plNicholas Clark2010-12-141-52/+24
* Add $Tests_Are_Passing to test.pl, analogous to Test::Builder's is_passing().Nicholas Clark2010-12-141-1/+7
* In Fcntl's syslfs.t and t/op/lfs.t, eliminate bye().Nicholas Clark2010-12-141-23/+16
* In Fcntl's syslfs.t and t/op/lfs.t, eliminate zap().Nicholas Clark2010-12-141-7/+1
* Refactor syslfs.t and lfs.t to call bye() directly from explain() when skipping.Nicholas Clark2010-12-141-4/+4
* Reduce inconsistencies between ext/Fcntl/t/syslfs.t and t/op/lfs.tNicholas Clark2010-12-141-14/+16
* Check return values in the test programs run by syslfs.t and lfs.tNicholas Clark2010-12-141-4/+5
* permit labels to be stackedZefram2010-12-131-1/+31
* blead breaks Attribute::ConstantKarl Williamson2010-12-121-1/+9
* Fix test count in t/re/pat.tFather Chrysostomos2010-12-111-1/+1
* [perl #76026] match variables persist between calls to a sort subFather Chrysostomos2010-12-111-1/+31
* re/pat.t: Add todo test for #38133Karl Williamson2010-12-111-0/+12
* [perl #68712] caller() filenames broken by "use"Father Chrysostomos2010-12-101-2/+8
* [perl #72090] unitialized variable name wrong with no strict refsFather Chrysostomos2010-12-101-0/+7
* [perl #68658] attributes turn "state" into "my"Father Chrysostomos2010-12-081-0/+12
* Modified unlink_all in t/test.pl to return the count of unlinked files This w...Brad Gilbert2010-12-081-1/+7
* Replaced '1 while unlink' with 'unlink_all' in t/uni/write.tBrad Gilbert2010-12-081-1/+1
* Replaced '1 while unlink' with 'unlink_all' in t/run/switches.tBrad Gilbert2010-12-081-2/+2
* Replaced 'unlink' with 'unlink_all' in t/re/qr.tBrad Gilbert2010-12-081-1/+1
* Replaced 'unlink' with 'unlink_all' in t/op/sysio.tBrad Gilbert2010-12-081-2/+2
* Replaced '1 while unlink' with 'unlink_all' in t/op/stat.tBrad Gilbert2010-12-081-2/+2
* Replaced 'unlink' with 'unlink_all' in t/op/magic.tBrad Gilbert2010-12-081-1/+4
* Replaced 'unlink' with 'unlink_all' in t/op/goto.tBrad Gilbert2010-12-081-1/+1
* Replaced 'unlink' with 'unlink_all' in t/op/filetest.tBrad Gilbert2010-12-081-1/+1
* Replaced 'unlink' with 'unlink_all' in t/lib/deprecate.tBrad Gilbert2010-12-081-2/+2
* Replaced '1 while unlink' with 'unlink_all' in t/io/perlio.tBrad Gilbert2010-12-081-5/+5
* Replaced 'unlink' with 'unlink_all' in t/io/nargv.tBrad Gilbert2010-12-081-1/+1
* Replaced '1 while unlink' with 'unlink_all' in t/io/fs.tBrad Gilbert2010-12-081-1/+1
* Replaced '1 while unlink' with 'unlink_all' in t/io/argv.tBrad Gilbert2010-12-081-1/+1
* Replaced '1 while unlink' with 'unlink_all' in t/op/write.tBrad Gilbert2010-12-081-8/+8
* [perl #19135] string eval turns off readonlyness on lexicalsFather Chrysostomos2010-12-081-1/+7
* uni/fold.t: Prevent [] from being optimized outKarl Williamson2010-12-071-4/+5
* [perl #66104] Bugs in extended regexp featuresFather Chrysostomos2010-12-071-1/+2
* stopgap hack for $@ as unwinding reason indicatorZefram2010-12-071-0/+74