This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
update META.yml
[perl5.git] / t /
2010-12-18 Tony CookRe-order the tests to match the comment
2010-12-17 Karl Williamsonre.t: Use portable C locale
2010-12-17 Karl Williamsonre.t: Avoid encoding issues by using hex chars
2010-12-17 Chip Salzenbergupdate warnings tests to cope with %z now being valid...
2010-12-17 Chip Salzenbergsmoke tests for %hhd %zd %td
2010-12-17 Nicholas ClarkIn dbmt_common.pl, change checkOutput(...) to 5 calls...
2010-12-16 Karl Williamsontest.pl: extend EBCDIC functions to beyond 255
2010-12-16 Nicholas ClarkRemove "dead" RCS $Id$ tags from files that we own.
2010-12-16 Nicholas ClarkMove common code from ext/[GONS]DBM_File/t/[gons]dbm...
2010-12-15 Karl Williamsonregex: Multi-char /i shouldnt match single char []
2010-12-15 Karl WilliamsonRevamp t/uni/fold.t
2010-12-15 OtrsUseradd some tests for the regex flags u, d, and l
2010-12-15 Jan Duboisskip_all() is a separate function in test.pl
2010-12-14 Nicholas ClarkConvert ext/Fcntl/t/syslfs.t to Test::More and t/op...
2010-12-14 Nicholas ClarkAdd $Tests_Are_Passing to test.pl, analogous to Test...
2010-12-14 Nicholas ClarkIn Fcntl's syslfs.t and t/op/lfs.t, eliminate bye().
2010-12-14 Nicholas ClarkIn Fcntl's syslfs.t and t/op/lfs.t, eliminate zap().
2010-12-14 Nicholas ClarkRefactor syslfs.t and lfs.t to call bye() directly...
2010-12-14 Nicholas ClarkReduce inconsistencies between ext/Fcntl/t/syslfs.t...
2010-12-14 Nicholas ClarkCheck return values in the test programs run by syslfs...
2010-12-13 Zeframpermit labels to be stacked
2010-12-12 Karl Williamsonblead breaks Attribute::Constant
2010-12-12 Father ChrysostomosFix test count in t/re/pat.t
2010-12-12 Father Chrysostomos[perl #76026] match variables persist between calls...
2010-12-12 Karl Williamsonre/pat.t: Add todo test for #38133
2010-12-11 Father Chrysostomos[perl #68712] caller() filenames broken by "use"
2010-12-11 Father Chrysostomos[perl #72090] unitialized variable name wrong with...
2010-12-09 Father Chrysostomos[perl #68658] attributes turn "state" into "my"
2010-12-08 Brad GilbertModified unlink_all in t/test.pl to return the count...
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/uni...
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/run...
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/re/qr.t
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/op/sysio.t
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/op...
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/op/magic.t
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/op/goto.t
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/op/filetest.t
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/lib/deprecate.t
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/io...
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/io/nargv.t
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/io...
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/io...
2010-12-08 Brad GilbertReplaced '1 while unlink' with 'unlink_all' in t/op...
2010-12-08 Father Chrysostomos[perl #19135] string eval turns off readonlyness on...
2010-12-08 Karl Williamsonuni/fold.t: Prevent [] from being optimized out
2010-12-08 Father Chrysostomos[perl #66104] Bugs in extended regexp features
2010-12-06 Zeframstopgap hack for $@ as unwinding reason indicator
2010-12-05 Father ChrysostomosTo-do tests for abnormal exiting from (?{})
2010-12-05 Father ChrysostomosHideous to-do tests for (?{}) scoping issues
2010-12-04 Father ChrysostomosUn-TODO and un-SKIP the [perl #22354] tests
2010-12-04 Yves Ortonmake empty string regexp stringify to the same thing...
2010-12-03 Father ChrysostomosDeprecate tie $handle without *
2010-12-03 Father ChrysostomosFix up tests to work around tie $handle
2010-12-03 Father ChrysostomosRevert "[perl #77496] tied gets scalars and globs confused"
2010-12-03 Father ChrysostomosRevert "[perl #77688] tie $scalar can tie a handle"
2010-12-03 Father ChrysostomosRevert "Make untie check the FAKE flag on globs"
2010-12-02 Father Chrysostomos[perl #80098] Bleadperl breaks Attribute::Lexical
2010-12-02 Karl Williamsonre/fold_grind.t: Add tests for NREFFU, REFFU
2010-12-02 Karl Williamsonre/fold_grind.t: Refactor to test utf8 patterns.
2010-12-02 Karl Williamsonregcomp.c: utf8 pattern defaults to Unicode semantics
2010-12-02 Karl Williamsonre/reg_fold.t: use array size for test counts
2010-12-01 Father Chrysostomos[perl #68654] next::method doesn't see UNIVERSAL
2010-12-01 Father ChrysostomosMake next_edgecases.t easier to deal with
2010-12-01 Jerry D. HeddenSkip t/io/eintr.t on Cygwin, too - hangs
2010-11-30 Father ChrysostomosSuppress warning from t/op/attrs.t
2010-11-30 Father Chrysostomos[perl #77762] Constant assignment warning
2010-11-30 Father ChrysostomosUse ' to avoid interpolation
2010-11-30 Nick Cleaton[perl #79152] super-linear cache can prevent a valid...
2010-11-30 Father Chrysostomos[perl #68560] calling closure prototype SEGVs
2010-11-29 David GoldenFilehandle method calls load IO::File on demand
2010-11-29 Father Chrysostomos[perl #63540] bizarre closure lossage
2010-11-29 David Mitchelldocument why eintr.t needs to be skipped on Win32
2010-11-28 Nicholas ClarkMake my $pi := 4; a syntax error.
2010-11-28 David Mitchelldisable t/io/eintr.t on windows
2010-11-28 Craig A. BerrySkip eintr.t on VMS.
2010-11-28 Karl Williamsonreg_fold.t: Add tests for simple Latin1 folds
2010-11-28 Karl Williamsonreg_fold.t: Disable single char fold testing
2010-11-28 Karl Williamsonfold_grind.t: Enable EXACTish tests
2010-11-28 Karl Williamsontest.pl: Add native to uni ord fcns
2010-11-28 Karl Williamsonfold_grind.t: Make unicode semantics pattern differently
2010-11-27 Father ChrysostomosSuppress test warning added by 04698ff6
2010-11-27 Father Chrysostomos[perl #79178] STORE/FETCH of tie()d hash get stringifie...
2010-11-27 Craig A. BerrySkip t/porting/FindExt.t on VMS.
2010-11-26 Father Chrysostomos[perl #78634] Conflict in defining constant INIT
2010-11-26 David MitchellMake PerlIO marginally reentrant
2010-11-26 Father ChrysostomosStop eval "BEGIN{die}" from leaking
2010-11-26 Jan DuboisCan't spawn fresh Perl interpreter with an empty PATH
2010-11-25 Jan DuboisPass STATIC_EXT to t/porting/FindExt.t
2010-11-25 Nicholas ClarkMake BEGIN {require 5.12.0} behave as documented.
2010-11-25 Nicholas ClarkExtend -d:foo=bar to make -d:-foo expand to C<no foo...
2010-11-24 ZeframDeprecate ?PATTERN? without explicit m operator
2010-11-22 Karl Williamsonfold_grind.t: Only test [char classes]
2010-11-22 Karl Williamsonreg_fold.t: Don't duplicate fold_grind.t
2010-11-22 Karl WilliamsonAdd fold_grind.t
2010-11-22 Karl Williamsonre/pat.t: Skip tests on EBCDIC
2010-11-22 Father ChrysostomosNewly-created stashes may need effective names added
2010-11-22 Father Chrysostomosmro_package_moved must act on all effective names
2010-11-21 Nicholas ClarkMove the test for Win32's FindExt.pm to t/porting,...
2010-11-21 Father Chrysostomos[perl #77926] Glob reification during localisation
2010-11-21 Father ChrysostomosMake hv_undef leave HvENAME alone
next