This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Test-Simple-0.94
[perl5.git] / t /
2009-10-10 Jesse VincentAdded a TODO test for RT#69332 - PerlIO returns undef...
2009-10-09 Nicholas ClarkMake _quote_args() return a result, rather than passing...
2009-10-09 Nicholas ClarkAvoid using ++, op= and anon hash constructors in the...
2009-10-09 Nicholas ClarkAdd a test for the bootstrap rules for tests in t/
2009-10-09 Nicholas ClarkDon't use require in comp/fold.t, as require isn't...
2009-10-09 Nicholas ClarkGive names to all tests in t/comp/fold.t
2009-10-09 Nicholas ClarkMove the require './test.pl' to the end of t/comp/hints.t
2009-10-09 Nicholas ClarkDon't use require in comp/multiline.t, as require isn...
2009-10-09 Nicholas ClarkDon't use require in comp/opsubs.t, as require isn...
2009-10-09 Nicholas ClarkDon't use require in comp/our.t, as require isn't teste...
2009-10-09 Nicholas ClarkDon't use require in comp/parser.t, as require isn...
2009-10-09 Nicholas ClarkDon't use require in comp/retainedlines.t, as require...
2009-10-09 Nicholas ClarkAvoid relying on prototypes working for tests to pass...
2009-10-09 Nicholas ClarkDon't use require in comp/uproto.t, as require isn...
2009-10-09 Nicholas ClarkIn opt(), use is(..., undef) rather than ok(!defined...
2009-10-09 Nicholas ClarkMove the test for require 5.11.0 not loading strictures...
2009-10-09 Nicholas ClarkDon't use require in comp/utf.t, as require isn't teste...
2009-10-09 Nicholas ClarkUse require.t's bytes_to_utf() in place of PerlIO layer...
2009-10-09 Nicholas ClarkPrint the encoding name as part of the test, rather...
2009-10-09 Nicholas ClarkRefactor bytes_to_utf16() into a more generic routine...
2009-10-09 Nicholas ClarkReplace longhand invocations of test() with 3 nested...
2009-10-09 Nicholas ClarkTest utf8 with BOMs, like we already test utf16be and...
2009-10-09 Nicholas ClarkMove tests for use for "new style version numbers"...
2009-10-08 Nicholas ClarkMove &do_require to the top of require.t, so that ...
2009-10-08 Nicholas ClarkMove the test for RT #49472 to op/attrs.t from comp...
2009-10-08 Rafael Garcia-SuarezMerge branch 'feature/package-name-version' into blead
2009-10-08 Nicholas ClarkAvoid using bytes in require.t, as pack "C0U" does...
2009-10-08 Nicholas ClarkAvoid using the strict pragma in retainedlines.t -...
2009-10-08 Nicholas ClarkAvoid using the strict pragma in colon.t - use may...
2009-10-08 Nicholas ClarkAvoid using pragmata in fold.t - use may not work yet.
2009-10-08 Nicholas ClarkAvoid using pragmata in opsubs.t - use may not work...
2009-10-08 Nicholas ClarkAvoid using the warnings pragma in proto.t - use may...
2009-10-08 Rafael Garcia-SuarezProperly return a syntax error instead of segfaulting...
2009-10-08 Nicholas ClarkMove script.t from t/comp to t/run, as it's a test...
2009-10-07 Nicholas ClarkMakefile and makefile only exist on case-sensitive...
2009-10-07 Max MaischeinRemove BEGIN{}, use '..', part deux
2009-10-06 Rafael Garcia-SuarezAdd tests for syntax errors in "package Name VERSION"
2009-10-06 David GoldenAdd 'package NAME VERSION' syntax
2009-10-06 Nicholas Clarksort @files once, outside the loop.
2009-10-06 Nicholas ClarkStandardise t/lib/*.t on ./test.pl, and remove BEGIN...
2009-10-06 Nicholas ClarkRemove commented out reference to Test::More
2009-10-06 Nicholas ClarkStandarise t/porting/*.t on ./test.pl, and remove BEGIN...
2009-10-06 Nicholas ClarkReplace a hardcoded temporary file name with test.pl...
2009-10-06 Nicholas ClarkStandardise t/uni/*.t on ./test.pl, and remove PERL_COR...
2009-10-06 Nicholas ClarkDon't attempt UTF-8 cache assertion for SVs with invali...
2009-10-06 Jesse Vincentpodcheck.t now uses MANIFEST to choose which files...
2009-10-06 Jesse VincentWe don't actually want to check .PL files
2009-10-06 Max MaischeinCheck POD in lib/, ext/ and pod/
2009-10-05 Max MaischeinRemove :raw open mode from tests
2009-10-05 Yves Ortonadd tests to make sure the \s and [\s] match the same...
2009-10-03 Rafael Garcia-SuarezChange warning "Unicode character is illegal" to more...
2009-10-03 Rafael Garcia-SuarezAdapt test to accept local uncommitted changes
2009-10-02 Nicholas ClarkMove Time::HiRes from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Test::Simple from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Pod::Simple from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Pod::Parser from ext/ to cpan/
2009-10-02 Nicholas ClarkMove parent from ext/ to cpan/
2009-10-02 Nicholas ClarkMove MIME::Base64 from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Math::BigRat from ext/ to cpan/
2009-10-02 Nicholas ClarkMove Math::BigInt from ext/ to cpan/
2009-10-02 Nicholas ClarkMove IO::Compress from ext/ to cpan/
2009-10-02 David GoldenMake t/harness have non-zero exit if tests fail
2009-10-01 Nicholas ClarkMove Compress::Raw::Zlib from ext/ to cpan/
2009-10-01 Nicholas ClarkMove Compress::Raw::Bzip2 from ext/ to cpan/
2009-10-01 Nicholas ClarkMove B::Debug from ext/ to cpan/
2009-10-01 Nicholas ClarkMove t/pod/diag.t to t/porting, as it's really a code...
2009-09-30 Nicholas ClarkMove 3 porting sanity tests from t/lib/ to t/porting...
2009-09-30 Nicholas ClarkMove Unicode::Collate from ext/ to dist/
2009-09-30 Nicholas ClarkMove Unicode::Normalize from ext/ to cpan/
2009-09-29 Steve HayPut a watchdog on openpid.t: it has been found to hang...
2009-09-28 Josh ben JoreFix when( scalar ... ) bug
2009-09-28 Leon BrocardCheck that sparse files hold at least a block (bug...
2009-09-27 Zefram[perl #69384] numericness failure in sorting
2009-09-27 Nicholas ClarkTests running in cpan (and dist) are also allowed to...
2009-09-27 Nicholas ClarkRemove IPC::SysV from the list of PERL_CORE=1 testing...
2009-09-26 Nicholas ClarkSupport building extensions in dist/ as well as cpan...
2009-09-26 Nicholas ClarkMove Devel::PPPort from ext/ to cpan/
2009-09-26 Nicholas ClarkMove Tie::RefHash from ext/ to cpan/
2009-09-26 Nicholas ClarkMove podlators from ext/ to cpan/
2009-09-26 Nicholas ClarkMove Parse::CPAN::Meta from ext/ to cpan/
2009-09-26 Nicholas ClarkMove NEXT from ext/ to cpan/
2009-09-26 Nicholas ClarkTests in cpan/ should run from their directory, as...
2009-09-26 Nicholas Clarkt/pod/diag.t skips ../ext, so it should skip ../cpan...
2009-09-23 Nicholas ClarkFor miniperl, disable PERL_UNICODE and -C.
2009-09-22 Leon BrocardUpdate URL to the current Perl-QA Wiki
2009-09-19 Yves Ortondropped a test by accident the last go, so ressurect...
2009-09-19 Yves Ortonsplit t/re/pat.t into new pieces
2009-09-19 Yves Ortoncopy pat.t into five new files
2009-09-18 Nicholas ClarkAvoid re-creating a temporary file with constant conten...
2009-09-18 Nicholas ClarkAvoid using lib.pm in miniperl's tests.
2009-09-14 Nicholas ClarkConvert Porting/checkARGS_ASSERT.pl to a regresion...
2009-09-13 Nicholas ClarkMove Test::Simple from lib to ext.
2009-09-13 Leon BrocardUse alternative URLs for links which are now broken...
2009-09-13 Bo Borgersonsplit: Improve performance in scalar context
2009-09-13 Bo Borgersonsplit: Remove implicit split to @_
2009-09-13 Nicholas ClarkMove Unicode::Collate from lib to ext.
2009-09-13 Nicholas ClarkMove NEXT from lib to ext.
2009-09-13 Nicholas ClarkMove Getopt::Long from lib to ext.
2009-09-13 Nicholas ClarkMove Pod::Parser from lib (and t/pod) to ext.
2009-09-13 Nicholas ClarkMove podlators from lib to ext.
next