summaryrefslogtreecommitdiff
path: root/t/TEST
Commit message (Collapse)AuthorAgeFilesLines
* Move Module::Pluggable tests up under main test directory.Craig A. Berry2007-04-221-0/+1
| | | p4raw-id: //depot/perl@31019
* Re: new C3 MRO patchBrandon Black2007-04-191-1/+1
| | | | | | From: "Brandon Black" <blblack@gmail.com> Message-ID: <84621a60704171114k29b0460el5b08ce5185d55ed5@mail.gmail.com> p4raw-id: //depot/perl@30980
* Shorten 'skipping...' test messageJerry D. Hedden2007-03-291-1/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <213529.35369.qm@web30214.mail.mud.yahoo.com> p4raw-id: //depot/perl@30777
* [patch] make test.valgrind capable of running cachegrindJim Cromie2006-10-231-4/+13
| | | | | Message-ID: <4539363F.9020205@gmail.com> p4raw-id: //depot/perl@29088
* Remove perlcc and the byteloaderRafael Garcia-Suarez2006-09-061-94/+0
| | | p4raw-id: //depot/perl@28790
* Add Win32API::File to the coreSteve Hay2006-06-301-1/+2
| | | | | | For discussions, see the thread starting here: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-06/msg00710.html p4raw-id: //depot/perl@28460
* Make t/TEST more helpfulAndy Lester2006-05-241-8/+10
| | | | | Message-ID: <20060524020748.GA16729@petdance.com> p4raw-id: //depot/perl@28294
* TEST needs to binmode the file handle that is reading the TAP, else itNicholas Clark2006-05-141-0/+5
| | | | | | can get killed if TEST's environment has made it default all opens to UTF-8 but the TAP is not UTF-8. p4raw-id: //depot/perl@28192
* Adapt test.valgrind make target to recent valgrinds (3.x)Rafael Garcia-Suarez2006-01-141-1/+1
| | | | | by Jim Cromie p4raw-id: //depot/perl@26846
* Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)Yitzchak Scott-Thoennes2006-01-091-0/+3
| | | | | Message-ID: <20060109143825.GB4132@efn.org> p4raw-id: //depot/perl@26757
* Provide a crude way for specifying the command line forNicholas Clark2005-11-141-3/+4
| | | | | make test.valgrind p4raw-id: //depot/perl@26129
* t/TEST should require Time::HiRes only when it uses it.Rafael Garcia-Suarez2005-10-251-2/+2
| | | | | This fixes minitest. p4raw-id: //depot/perl@25847
* Stas' croak patch and then someAndy Lester2005-10-131-5/+14
| | | | | Message-ID: <20051013214212.GA1122@petdance.com> p4raw-id: //depot/perl@25754
* Understand "ok" with no numberMichael G. Schwern2005-07-121-68/+71
| | | | | Message-ID: <20050712014130.GA20855@windhund.schwern.org> p4raw-id: //depot/perl@25114
* make t/TEST print summary times consistently to two decimal placesDave Mitchell2005-05-181-1/+1
| | | p4raw-id: //depot/perl@24498
* t/TEST's new error messages now include the prefix 'FAILURE--'Dave Mitchell2005-05-081-7/+7
| | | p4raw-id: //depot/perl@24417
* strictifying t/TEST stopped it handling '1..n todo' correctlyDave Mitchell2005-05-051-1/+1
| | | | | (made scope of %toto too narrow) p4raw-id: //depot/perl@24392
* make t/TEST detect various failure modes in testfile outputsDave Mitchell2005-05-051-33/+51
| | | | | | | | | in particular: multiple leader lines leader line not first or last line of file unrecognised lines out-of-sequence test numbers p4raw-id: //depot/perl@24390
* strictify t/TESTDave Mitchell2005-05-041-76/+88
| | | | | | | make most variables lexical, narrow their scope, and give some of them more meaningful names. Also fix a harmless bug where the wrong filehandles are closed (A+B rather than U+A) p4raw-id: //depot/perl@24389
* 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAPH.Merijn Brand2005-04-061-2/+5
| | | | | 2. Removed the depricated 'my $foo if expr' there p4raw-id: //depot/perl@24173
* Make TEST and harness skip tests for extensions that were notNicholas Clark2004-10-311-1/+41
| | | | | | configured. Currently this skipping is silent - maybe they should report what they are skipping. p4raw-id: //depot/perl@23448
* Minor tweaks for the test.utf16 target, by JarkkoRafael Garcia-Suarez2004-10-121-1/+4
| | | p4raw-id: //depot/perl@23362
* Make the perl interpreter more tolerant of UTF-16-encoded scriptRafael Garcia-Suarez2004-10-081-6/+35
| | | | | (patch by Jarkko Hietaniemi) p4raw-id: //depot/perl@23351
* t/TESTAbe Timmerman2004-06-131-2/+6
| | | | | Message-Id: <200406131141.50361.abe@ztreet.demon.nl> p4raw-id: //depot/perl@22932
* TEST needs to ignore SCM filesAlan Burlison2004-05-281-1/+2
| | | | | Message-ID: <40B66C7C.8030303@sun.com> p4raw-id: //depot/perl@22852
* Fix new B::Concise test outputJim Cromie2004-05-171-1/+2
| | | | | | Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu) Message-ID: <40A8D7E4.1020007@divsol.com> p4raw-id: //depot/perl@22824
* Work on eliminating systematic failures on make minitest:Nicholas Clark2004-03-021-0/+1
| | | | | | | | make minitest passes a -minitest flag to t/TEST t/TEST sees this and sets $ENV{PERL_CORE_MINITEST} Tests can choose to skip based on this. (Other tactic is to make loading of Errno by %! happen at run time.) p4raw-id: //depot/perl@22423
* Re: [perl #948] $, untieable?Richard Clamp2003-10-251-1/+1
| | | | | | | | Message-ID: <20031020230249.GA31123@mirth.demon.co.uk> Plus a small fix to t/TEST to recognize the added TODO test as a TODO test. p4raw-id: //depot/perl@21532
* Add a test.taintwarn makefile target,Rafael Garcia-Suarez2003-10-221-3/+10
| | | | | to run the whole test suite with the -t switch. p4raw-id: //depot/perl@21515
* Re: ByteLoader and MSWin32Adrian M. Enache2003-09-021-5/+13
| | | | | Message-ID: <20030902004511.GA1442@ratsnest.hole> p4raw-id: //depot/perl@20993
* valgrind updateMarcus Holland-Moritz2003-08-251-12/+18
| | | | | Message-ID: <21671.1061797917@www38.gmx.net> p4raw-id: //depot/perl@20872
* Re: valgrind as a leak hound?Marcus Holland-Moritz2003-08-231-21/+23
| | | | | | | | From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2> Add the leak detection to valgrind testing. p4raw-id: //depot/perl@20850
* t/TEST fails to fail when it can't find tests.Rafael Garcia-Suarez2003-08-191-1/+1
| | | p4raw-id: //depot/perl@20786
* Add valgrind testing target.Jarkko Hietaniemi2003-08-161-2/+47
| | | p4raw-id: //depot/perl@20732
* TEST script (Was: Not ok 20712ff)Andreas König2003-08-151-16/+28
| | | | | Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de> p4raw-id: //depot/perl@20721
* Bytecode patching from Enache.Jarkko Hietaniemi2003-08-051-1/+1
| | | p4raw-id: //depot/perl@20485
* Further Byteloader tweaks from Enache.Jarkko Hietaniemi2003-07-271-5/+3
| | | p4raw-id: //depot/perl@20235
* Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at allAdrian M. Enache2003-07-271-4/+31
| | | | | Message-ID: <20030718201537.GA1574@ratsnest.hole> p4raw-id: //depot/perl@20220
* various Deparse fixesDave Mitchell2003-07-021-1/+1
| | | | | Message-ID: <20030702171045.GF2137@fdgroup.com> p4raw-id: //depot/perl@19939
* Because of #16909 MANIFEST changes.Jarkko Hietaniemi2002-05-311-1/+1
| | | p4raw-id: //depot/perl@16910
* More Third Degree.Jarkko Hietaniemi2002-05-171-3/+4
| | | p4raw-id: //depot/perl@16640
* Third Degree tweaks.Jarkko Hietaniemi2002-05-171-4/+3
| | | p4raw-id: //depot/perl@16639
* Third Degree: name the op/foo.t as op_foo.Jarkko Hietaniemi2002-05-151-1/+1
| | | p4raw-id: //depot/perl@16602
* #!/usr/bin/perl-current misparseMichael G. Schwern2002-05-131-1/+1
| | | | | Message-ID: <20020512233258.GK696@blackrider> p4raw-id: //depot/perl@16570
* Don't do JAPHs unless doing "make torturetest".Jarkko Hietaniemi2002-05-101-3/+6
| | | | | Document the less obvious make test targets. p4raw-id: //depot/perl@16534
* PATCH t/TESTMark-Jason Dominus2002-04-271-1/+1
| | | | | Message-ID: <20020427180656.5422.qmail@plover.com> p4raw-id: //depot/perl@16223
* t/TEST ported to VMSCraig A. Berry2002-04-261-11/+38
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]> p4raw-id: //depot/perl@16184
* MANIFEST is needlessly held open for entire duration of "make test"Gurusamy Sarathy2002-04-261-0/+1
| | | p4raw-id: //depot/perl@16174
* t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)Abigail2002-04-151-2/+3
| | | | | | | | Message-ID: <20020415154117.1559.qmail@foad.org> (With EBCDIC skippage added, and the skip reason skippage on the two ?? loops tweaked.) p4raw-id: //depot/perl@15937
* Prettyprinting: shorten the lines to avoid linewrapping.Jarkko Hietaniemi2002-04-111-16/+16
| | | p4raw-id: //depot/perl@15863