summaryrefslogtreecommitdiff
path: root/t/lib/1_compile.t
Commit message (Collapse)AuthorAgeFilesLines
* Remove O from the untested modules list.Rafael Garcia-Suarez2002-05-171-1/+0
| | | p4raw-id: //depot/perl@16659
* Let's try the "no Net:: if no Socket" again.Jarkko Hietaniemi2002-05-031-1/+0
| | | p4raw-id: //depot/perl@16377
* If no Socket should not try to test Net::Jarkko Hietaniemi2002-05-031-3/+6
| | | p4raw-id: //depot/perl@16365
* Integrate #16254 from macperl;Jarkko Hietaniemi2002-04-281-1/+5
| | | | | Fix most tests on MacOS (not yet ext/ or /lib) p4raw-id: //depot/perl@16257
* +B::Disassembler -B::CRafael Garcia-Suarez2002-03-301-1/+1
| | | | | Message-ID: <20020330221946.A28497@rafael> p4raw-id: //depot/perl@15630
* 1_compile.t fix for VMSCraig A. Berry2002-03-271-2/+4
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01> p4raw-id: //depot/perl@15554
* Can't test Net:: much in OS/390 without Convert::EBCDIC.Jarkko Hietaniemi2002-03-261-3/+8
| | | p4raw-id: //depot/perl@15519
* Simplified untested module testing, plus Extutils::MM_NW5 not compilingMichael G. Schwern2002-03-241-201/+31
| | | | | | | Message-ID: <20020324023232.GA29972@blackrider> (with Russ Allbery's simplifications) p4raw-id: //depot/perl@15458
* Schwern's wallet is a bit more loose.Jarkko Hietaniemi2002-03-211-0/+14
| | | p4raw-id: //depot/perl@15379
* TODO - Make Schwern PoorerNicholas Clark2002-03-201-2/+10
| | | | | Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15366
* Re: use utf8; with bad utf8Nicholas Clark2001-12-131-0/+1
| | | | | Message-ID: <20011213170939.L21702@plum.flirble.org> p4raw-id: //depot/perl@13674
* Update the test list.Jarkko Hietaniemi2001-11-261-0/+10
| | | p4raw-id: //depot/perl@13285
* No Socket, little Net.Jarkko Hietaniemi2001-11-251-0/+2
| | | p4raw-id: //depot/perl@13277
* Revert the /proc/self/auxv experiment for now.Jarkko Hietaniemi2001-11-251-7/+1
| | | p4raw-id: //depot/perl@13257
* Now is Solaris if you start the t/perl in the t/Jarkko Hietaniemi2001-11-251-1/+7
| | | | | as "./perl", the $^X will be "../perl", not "./perl". p4raw-id: //depot/perl@13255
* Update 1_compile for new known tests.Jarkko Hietaniemi2001-11-241-0/+5
| | | p4raw-id: //depot/perl@13231
* Update the list of modules having tests.Jarkko Hietaniemi2001-11-211-0/+2
| | | p4raw-id: //depot/perl@13157
* Update the list of tests.Jarkko Hietaniemi2001-11-191-6/+0
| | | p4raw-id: //depot/perl@13086
* None of the libnet modules are going to work inJarkko Hietaniemi2001-10-291-1/+1
| | | | | EBCDIC without the Convert::EBCDIC. p4raw-id: //depot/perl@12764
* In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.Jarkko Hietaniemi2001-10-291-0/+4
| | | p4raw-id: //depot/perl@12761
* CPAN::Nox does now have a test.Jarkko Hietaniemi2001-10-091-0/+1
| | | p4raw-id: //depot/perl@12378
* Update the list because fo #12265.Jarkko Hietaniemi2001-10-081-1/+0
| | | p4raw-id: //depot/perl@12357
* Retract #12136, the warnings::register is alreadyJarkko Hietaniemi2001-09-241-0/+1
| | | | | | tested by t/lib/warnings/9enabled, as pointed out by Paul Marquess. p4raw-id: //depot/perl@12185
* 1_compile updates.Jarkko Hietaniemi2001-09-231-2/+0
| | | p4raw-id: //depot/perl@12163
* Add Tests forchromatic2001-09-231-0/+1
| | | | | | filetest Pragma Message-Id: <20010923181223.32427.qmail@onion.perl.org> p4raw-id: //depot/perl@12161
* Update the test on warnings/register.t.Jarkko Hietaniemi2001-09-221-2/+2
| | | p4raw-id: //depot/perl@12142
* blib does have a detectable test.Jarkko Hietaniemi2001-09-091-2/+1
| | | p4raw-id: //depot/perl@11960
* [REPATCH] Re: [PATCH] new test lib/blib.tMichael G. Schwern2001-09-091-0/+1
| | | | | Message-ID: <20010908194546.C9193@blackrider> p4raw-id: //depot/perl@11953
* Clean up 1_compile.t; move tests to more consistentJarkko Hietaniemi2001-09-071-116/+19
| | | | | | | places (t/ subdirectories); add integer.t (much of the pragma is tested elsewhere but there is no one centralized place) p4raw-id: //depot/perl@11940
* vars very much has a test.Jarkko Hietaniemi2001-09-071-0/+1
| | | p4raw-id: //depot/perl@11936
* Add Tests for the less Pragmachromatic2001-09-071-0/+1
| | | | | Message-ID: <20010907051609.91459.qmail@onion.perl.org> p4raw-id: //depot/perl@11929
* Add more modules to the list of modules that have tests,Jarkko Hietaniemi2001-09-071-1/+10
| | | | | | | | Schwern's wallet is getting more nervous. (Run t/lib/1_compile.t manually to see which modules are lacking tests, or the tests can't be run for some reason or another, such as the Net:: modules) p4raw-id: //depot/perl@11927
* Compile failure message tidying.Jarkko Hietaniemi2001-08-141-1/+1
| | | p4raw-id: //depot/perl@11663
* Decommission Time::Piece; unnecessary Yet Another Time-Date Module.Jarkko Hietaniemi2001-08-101-1/+0
| | | p4raw-id: //depot/perl@11631
* Remove unicode::distinct, as per Inaba Hiroto.Jarkko Hietaniemi2001-07-131-1/+0
| | | p4raw-id: //depot/perl@11342
* Retract #11309 since #11310 is a better fix.Jarkko Hietaniemi2001-07-121-3/+0
| | | p4raw-id: //depot/perl@11311
* Temporary workaround.Jarkko Hietaniemi2001-07-121-0/+3
| | | p4raw-id: //depot/perl@11309
* UCD typo in #11306 and add also more known-to-be-testedJarkko Hietaniemi2001-07-121-1/+13
| | | | | modules to the skip list. p4raw-id: //depot/perl@11308
* Rename Unicode::UCD to UnicodeCD to avoidJarkko Hietaniemi2001-07-121-2/+4
| | | | | messups with case-insensitive filesystems. p4raw-id: //depot/perl@11307
* Add the new modules to the list of having those own tests.Jarkko Hietaniemi2001-07-091-0/+2
| | | p4raw-id: //depot/perl@11242
* [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on ↵Spider Boardman2001-06-191-0/+1
| | | | | | | alpha-dec_osf-perlio 4.0f (UNINSTALLED) Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US> p4raw-id: //depot/perl@10730
* Integrate Memoize 0.64. Few tweaks were required inJarkko Hietaniemi2001-06-161-0/+4
| | | | | | the test scripts. Note that the speed and expire* tests take several dozen seconds to run. p4raw-id: //depot/perl@10645
* Upgrade to Attribute::Handlers 0.70.Jarkko Hietaniemi2001-06-031-3/+4
| | | | | | NOTE: this unearthed the "too late for CHECK block" bug, that's why the 1_compile.t change. p4raw-id: //depot/perl@10407
* Add Attribute::Handlers 0.61 from Damian Conway.Jarkko Hietaniemi2001-06-011-0/+1
| | | p4raw-id: //depot/perl@10385
* Re: [PATCH] Tests for File::CompareAlexander Gough2001-05-311-0/+1
| | | | | Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk> p4raw-id: //depot/perl@10354
* Add tests for Time::gmtime and Time::localtime.Jarkko Hietaniemi2001-05-291-0/+3
| | | p4raw-id: //depot/perl@10291
* Add test for File::stat.Jarkko Hietaniemi2001-05-291-0/+1
| | | p4raw-id: //depot/perl@10290
* Add test for Net::servent.Jarkko Hietaniemi2001-05-291-0/+2
| | | p4raw-id: //depot/perl@10289
* Add test for Net::netent.Jarkko Hietaniemi2001-05-291-0/+1
| | | p4raw-id: //depot/perl@10287
* Add test for User::grent. Portability doubtful.Jarkko Hietaniemi2001-05-291-0/+1
| | | p4raw-id: //depot/perl@10286