summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* TODO tests for [perl #87726]Father Chrysostomos2011-04-051-5/+100
* [perl #87664] Don’t autovivify stashes when anonymising CVsFather Chrysostomos2011-04-031-1/+14
* [perl #87336] lc/uc(first) fail to taint the returned stringFather Chrysostomos2011-03-311-1/+14
* Add regen/uconfig_h.pl to regenerate uconfig.hNicholas Clark2011-03-281-1/+1
* op/cmp.t: fix failing tests under -ffast-mathDavid Mitchell2011-03-261-1/+15
* skip some tests under -UusedlDavid Mitchell2011-03-262-10/+22
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadAndy Dougherty2011-03-232-0/+8
|\
| * Skip t/porting/regen.t on VMS.Craig A. Berry2011-03-221-0/+4
| * Skip t/porting/exec-bit.t on VMS.Craig A. Berry2011-03-221-0/+4
* | Improve comment for skipped test on Solaris in t/io/eintr.tAndy Dougherty2011-03-221-0/+1
* | Skip t/io/eintr.t for Solaris 8 as wellAndy Dougherty2011-03-221-1/+2
|/
* make t/op/rand.t fail less oftenDavid Mitchell2011-03-221-2/+2
* regex .t's: Remove now passing TODOsKarl Williamson2011-03-202-9/+2
* reg_namedseq: Restructure so doesn't duplicate codeKarl Williamson2011-03-202-14/+3
* Avoid warnings in pat_advanced.t in the logic for skipping a test.Nicholas Clark2011-03-201-3/+3
* Skip test in pat_advanced_thr.t as it triggers an unrelated thread bug.Nicholas Clark2011-03-201-1/+3
* #84774: local $_ calls STORE when $_ is aliased to a tied hash elementJan Dubois2011-03-201-4/+15
* regcomp.c: RT#77414. Initialize flagKarl Williamson2011-03-191-1/+0
* pat_advanced.t: Bump watchdog timeoutKarl Williamson2011-03-191-1/+1
* Stop hang in regexKarl Williamson2011-03-191-0/+5
* charset.t: Skip locale tests depending on platformKarl Williamson2011-03-171-1/+11
* Revert "re/pat.t: Remove TODO message on passing tests"Karl Williamson2011-03-171-0/+1
* [perl #86328] coredump in cleaning up circular magicFather Chrysostomos2011-03-171-0/+34
* RT #85964: bleadperl breaks CGI-FormBuilderKarl Williamson2011-03-161-6/+6
* Read Perl code on Windows in text mode by default.Jan Dubois2011-03-161-0/+81
* Add TODO tests for #85964Karl Williamson2011-03-161-0/+14
* t/op/eval.t tweak for VMS due to record-oriented pipes.Craig A. Berry2011-03-161-0/+3
* Switch t/lib/no_load.t to done_testing() from using an explicit plan.Nicholas Clark2011-03-161-11/+3
* Convert the remainder of t/op/closure.t to test.plNicholas Clark2011-03-161-74/+51
* Convert the middle test loops of closure.t to test.plNicholas Clark2011-03-161-14/+15
* Convert the last third of t/op/closure.t to test.plNicholas Clark2011-03-161-37/+27
* Hang on to child handle after signalling SIGTERMJan Dubois2011-03-151-0/+20
* Convert t/op/oct.t's main tests to data structure and loops.Nicholas Clark2011-03-151-110/+93
* Convert t/op/oct.t to using test.pl for comparisons and diagnostics.Nicholas Clark2011-03-151-25/+18
* Don't set $ENV{PERL5LIB} in t/op/{anonsub,fork}.t as it isn't needed.Nicholas Clark2011-03-152-2/+0
* Bring the joy of strict (and warnings) to t/op/method.tNicholas Clark2011-03-141-16/+30
* Convert the remainder of t/op/eval.t to test.plNicholas Clark2011-03-141-168/+129
* In t/op/eval.t, move logic from a spawned program into the main test script.Nicholas Clark2011-03-141-45/+29
* [perl #82250] fix tainted (s)print formatDavid Mitchell2011-03-141-3/+8
* regcomp.c: utf8 pattern implies uni rulesKarl Williamson2011-03-141-0/+6
* Convert t/re/regexp_unicode_prop.t to using test.pl's functions for testing.Nicholas Clark2011-03-141-19/+17
* Convert the remainder of t/op/numconvert.t to test.pl, strict and warnings.Nicholas Clark2011-03-141-27/+22
* Convert t/re/subst_amp.t to test.pl, strict and warnings.Nicholas Clark2011-03-141-31/+20
* Add a test to ensure that test.pl doesn't mention $&Nicholas Clark2011-03-141-0/+15
* Refactor t/op/assignwarn.t to generate all the tested code from data structuresNicholas Clark2011-03-131-68/+44
* Convert t/op/anonsub.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-64/+23
* In test.pl, avoid using a closure to capture warnings.Nicholas Clark2011-03-131-3/+8
* Convert t/re/reg_mesg.t to test.pl and strict.Nicholas Clark2011-03-131-87/+32
* Move t/re/reg_unsafe.t's test to a fresh_perl_is() inside pat_advanced.tNicholas Clark2011-03-132-19/+16
* Convert t/re/reg_email.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-7/+8