summaryrefslogtreecommitdiff
path: root/lib/warnings.t
Commit message (Collapse)AuthorAgeFilesLines
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-1/+1
| | | | | require calls now require ./ to be prepended to the file since . is no longer guaranteed to be in @INC.
* t/lib/common.pl can use caller to infer the name of the pragma under test.Nicholas Clark2010-07-011-6/+2
| | | | | | | This avoids needing to use a variable in package main to pass in information. Also, remove an unnecessary $ENV{PERL5LIB} assignment cargo-culted into most users of t/lib/common,pl, and remove the BEGIN block as the code it contained doesn't need to run at BEGIN time.
* Use the new conditional TODOs to mark as TODO the warning testsNicholas Clark2007-02-051-0/+1
| | | | | | failing due to HEKs leaked by OPs for unthreaded perls tested with a UTF-8 locale. p4raw-id: //depot/perl@30124
* latest switch/say/~~Robin Houston2005-12-191-196/+2
| | | | | Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk> p4raw-id: //depot/perl@26400
* Silence STDERR grumblings from Borland's math library.Steve Hay2005-06-171-5/+0
| | | | | | This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and renders change 24870 obsolete, hence it is reverted here). p4raw-id: //depot/perl@24883
* Teach lib/warnings.t about Borland CRT error messagesSteve Hay2005-06-161-0/+5
| | | p4raw-id: //depot/perl@24870
* follow-up to #23765Craig A. Berry2005-01-121-0/+3
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41E49307.7080900@mac.com> p4raw-id: //depot/perl@23783
* make lib/warnings.t use t/test.plCraig A. Berry2005-01-071-24/+12
| | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41DDCA71.1080704@mac.com> Date: Thu, 06 Jan 2005 17:32:01 -0600 p4raw-id: //depot/perl@23765
* Re: [PATCH lib/warnings.t] Adding TODO functionality to lib/warnings.Abigail2003-10-061-4/+15
| | | | | Message-ID: <20031001121943.GA29419@abigail.nl> p4raw-id: //depot/perl@21414
* Test tweaks for VMS from Craig Berry.Jarkko Hietaniemi2003-06-231-2/+2
| | | p4raw-id: //depot/perl@19845
* [perl #15987] Tests fail when sources are under CVS controlWarren Jones2002-08-121-0/+1
| | | | | | From: Warren Jones (via RT) <perlbug@perl.org> Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org> p4raw-id: //depot/perl@17719
* Integrate macperl patch #16868.Jarkko Hietaniemi2002-05-301-3/+25
| | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16882 p4raw-integrated: from //depot/macperl@16881 'copy in' ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t ext/Socket/Socket.t lib/AutoSplit.t lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl lib/Test/Harness/t/callback.t lib/blib.pm lib/strict.t lib/subs.t t/lib/filter-util.pl t/lib/warnings/doio t/lib/warnings/mg t/x2p/s2p.t (@16123..) lib/Test/Simple/t/exit.t (@16230..) lib/open.t lib/warnings.t (@16255..) perl.c (@16475..) lib/Unicode/Collate.pm lib/Unicode/UCD.t (@16651..) ext/PerlIO/t/fallback.t lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/test-harness.t (@16825..) p4raw-integrated: from //depot/macperl@16868 'copy in' lib/blib.t (@16123..) t/lib/warnings/op (@16230..) ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t (@16475..) 'merge in' ext/Storable/t/utf8hash.t lib/Test/Harness/Straps.pm (@16730..)
* Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}Nick Ing-Simmons2002-04-281-2/+2
| | | | | | as gate on layer tests which fail on -Dusesfio (ext/XS/Typemap/Typemap.t still fails on -Dusesfio) p4raw-id: //depot/perlio@16245
* If no perlio no perlio warnings, either.Jarkko Hietaniemi2002-03-251-0/+1
| | | p4raw-id: //depot/perl@15500
* warnings for perlio + othersPaul Marquess2002-03-251-0/+9
| | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@15485
* The "used only once" warnings (from gv_check) comeJarkko Hietaniemi2002-01-281-1/+24
| | | | | | | in pseudorandom hash order-- in EBCDIC the order is different. Add a new option that allow the warnings to come in any order (Paul Marquess). p4raw-id: //depot/perl@14465
* [PATCH] check return of closeAndreas König2001-12-271-15/+15
| | | | | | | | | | | | | | | | | | | | | Date: 27 Dec 2001 09:47:30 +0100 Message-ID: <m3ellhgicd.fsf@anima.de> Subject: [PATCH] improve error reporting From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 27 Dec 2001 09:54:55 +0100 Message-ID: <m3adw5gi00.fsf@anima.de> Subject: [PATCH] check return value of close From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 27 Dec 2001 10:03:55 +0100 Message-ID: <m3666tghl0.fsf@anima.de> Subject: [PATCH] return of close From: andreas.koenig@anima.de (Andreas J. Koenig) Date: 27 Dec 2001 10:22:15 +0100 Message-ID: <m31yhhggqg.fsf@anima.de> p4raw-id: //depot/perl@13904
* Integrate macperl changes from Chris Nandor:Jarkko Hietaniemi2001-09-261-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 12192 11817 11815 11813 11778 11775 Update CPAN.pm to work with new Mac::BuildTools instead of ExtUtils::MM_MacOS "orphan" functions Fix test Make syntax check report in MPW style, fix tests to use Mac::err=unix to get normal-style error messages. More module and test ports from Thomas Wegner et al Fix open of /dev/null for Mac OS Allow for platforms to override formatting of errors on output from Matthias Neeracher (core files) p4raw-id: //depot/perl@12235 p4raw-edited: from //depot/maint-5.6/macperl@12234 'edit in' lib/File/DosGlob.pm t/op/magic.t (@11007..) p4raw-integrated: from //depot/maint-5.6/macperl@12234 'copy in' lib/File/Spec/Mac.pm lib/File/Temp.pm (@11007..) 'merge in' ext/File/Glob/Glob.pm lib/CPAN.pm (@11007..) ext/File/Glob/bsd_glob.c t/base/term.t (@11185..) t/op/runlevel.t (@11198..) t/pod/testp2pt.pl (@11500..) p4raw-integrated: from //depot/maint-5.6/macperl@11815 'merge in' perl.c (@11806..) p4raw-integrated: from //depot/maint-5.6/macperl@11775 'merge in' perl.h pp_ctl.c util.c (@11007..)
* tweak warnings.t and kill_perl.t for VMSCraig A. Berry2001-09-051-1/+7
| | | | | Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01> p4raw-id: //depot/perl@11894
* Removing 2>&1 requirement (was Re:Michael G. Schwern2001-08-271-4/+11
| | | | | | bleadperl on fire, Win95+4NT) Message-Id: <20010827165442.F9436@blackrider> p4raw-id: //depot/perl@11763
* [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on ↵Spider Boardman2001-06-191-2/+2
| | | | | | | alpha-dec_osf-perlio 4.0f (UNINSTALLED) Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US> p4raw-id: //depot/perl@10730
* One missed file.Jarkko Hietaniemi2001-06-181-0/+131
p4raw-id: //depot/perl@10679