summaryrefslogtreecommitdiff
path: root/t/base
Commit message (Collapse)AuthorAgeFilesLines
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
|
* modernise t/cmd/while.tGerard Goossen2011-01-081-0/+33
| | | | | | | Add t/base/while.t testing the basic of a while loop with minimal dependencies. Change t/cmd/while.t into a non-base test using "test.pl". (Includes bugfixes by Zefram over Gerard's original patch.)
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-1/+1
| | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81916] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81916 >
* Add lib to @INC in t/base/rs.tFather Chrysostomos2010-09-221-3/+9
| | | | | | | | | | | | | | | | | | | | | t/base/rs.t needs to @INClude the lib directory before requiring PerlIO::scalar, even if the require is in an eval, because it will otherwise pick up a previously-installed copy. Since 87b9e1600 (Eliminate PL_* accessor functions under ithreads), a binary-incompatible change, I’ve been getting these errors: t/base/rs......................................................dyld: lazy symbol binding failed: Symbol not found: _Perl_Istack_sp_ptr Referenced from: /usr/local/lib/perl5/5.13.5/darwin-thread-multi-2level/auto/PerlIO/scalar/scalar.bundle Expected in: dynamic lookup dyld: Symbol not found: _Perl_Istack_sp_ptr Referenced from: /usr/local/lib/perl5/5.13.5/darwin-thread-multi-2level/auto/PerlIO/scalar/scalar.bundle Expected in: dynamic lookup FAILED--no leader found Failed a basic test (base/rs.t) -- cannot continue. make: *** [test] Error 255
* Tests for allowing uppercase X/B in hexadecimal/binary numbers (#76296).Bo Lindbergh2010-07-061-1/+14
| | | | Signed-off-by: David Golden <dagolden@cpan.org>
* Move the test for the deprecated feature <<; out of t/base/lext.tNicholas Clark2009-10-161-4/+5
| | | | Tests in base can't utilise pragmata, specifically no warnings 'deprecated';
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-081-5/+1
|
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-066-0/+0
|
* Amelioration of the error message "Unrecognized character %s in column %d"Claes Jakobsson2009-05-141-1/+1
| | | | | | Changes the error message to "Unrecognized character %s; marked by <-- HERE after %s<-- HERE near column %d". This should make it a little simpler to spot and correct the suspicious character.
* Better test case for [perl #63854] Error parsing "[~"Ian Goodacre2009-03-141-5/+2
|
* Return OPERATOR('[') for '[' without falling through to case '~', avoiding ↵Ian Goodacre2009-03-141-1/+9
| | | | misinterpreting "[~" as an OP_SMARTMATCH.
* Re: testing $/ with in memory filesBram2008-06-151-1/+4
| | | | | Message-ID: <20080614182005.yxuyk1mntwkog0o0@horde.wizbit.be> p4raw-id: //depot/perl@34054
* Fwd: [PATCH-2] Re: testing $/ with in memory filesBram2008-06-081-2/+2
| | | | | Message-ID: <20080526091258.vbcecy2dc00gwg08@horde.wizbit.be> p4raw-id: //depot/perl@34024
* Re: [PATCH] testing $/ with in memory filesBram2008-04-301-76/+144
| | | | | Message-ID: <20080430115530.a09bjj6tic480c80@horde.wizbit.be> p4raw-id: //depot/perl@33769
* Re: [PATCH] Adding more information to "Unrecognized character" error in toke.cClaes Jacobsson2007-08-101-1/+5
| | | | | Message-Id: <57CEC660-0020-48DF-A72A-931BCADC2AEE@surfar.nu> p4raw-id: //depot/perl@31699
* Silence mandatory warning by using @# instead of $#.Rafael Garcia-Suarez2007-07-131-1/+1
| | | | | | | | "no warnings" is probably a bit inappropriate for a base test. Putting -X on the command-line is probably not a good idea, since it may hide other interesting warnings in the future. p4raw-id: //depot/perl@31601
* Typo fix.Abigail2007-04-241-1/+1
| | | | | Message-ID: <20070423224826.GC544@abigail.nl> p4raw-id: //depot/perl@31048
* sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with ↵Jarkko Hietaniemi2006-04-081-8/+13
| | | | | | | | | | $/=\0?) Message-Id: <20060408152533.C4D5F6D08C@ugli.hut.fi> (although I should add that this version of Coverity is actually raising a false positive here, albeit something still interesting) p4raw-id: //depot/perl@27744
* Pulling ancient RCS commentsAndy Lester2005-11-204-8/+0
| | | | | Message-ID: <20051119061639.GA25086@petdance.com> p4raw-id: //depot/perl@26178
* skip num.t #47 on VMSCraig A. Berry2004-01-051-2/+5
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3FF8F32A.5000108@mac.com> p4raw-id: //depot/perl@22058
* Perl 5.8.3 patches from the BS2000 portDorner Thomas2003-12-201-1/+4
| | | | | Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de> p4raw-id: //depot/perl@21938
* Some Ultrix test dodgings.Jarkko Hietaniemi2003-08-291-2/+7
| | | p4raw-id: //depot/perl@20931
* Re: mysterious bytecode.t failureAdrian M. Enache2003-08-221-1/+4
| | | | | Message-ID: <20030822084934.GA1257@ratsnest.hole> p4raw-id: //depot/perl@20840
* Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.tAllen Smith2002-09-081-1/+7
| | | | | | From: "Allen Smith" <easmith@beatrice.rutgers.edu> Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu> p4raw-id: //depot/perl@17874
* Re: 5.8.0 sprintf (?) problem with floats?Dave Mitchell2002-08-181-2/+17
| | | | | Message-id: <20020816233107.E9388@fdgroup.com> p4raw-id: //depot/perl@17736
* OS/2: fp stringification fudge.Jarkko Hietaniemi2002-05-291-6/+17
| | | | | (After this the whole suite passes 98.30%) p4raw-id: //depot/perl@16864
* Re: [PATCH] tests for GconvertYitzchak Scott-Thoennes2002-03-081-6/+2
| | | | | Message-ID: <KpAi8gzkganW092yn@efn.org> p4raw-id: //depot/perl@15106
* Long doubles give you long doubles.Jarkko Hietaniemi2002-03-071-1/+5
| | | p4raw-id: //depot/perl@15083
* Re: [PATCH] tests for GconvertYitzchak Scott-Thoennes2002-03-071-1/+1
| | | | | Message-ID: <esuh8gzkg2/b092yn@efn.org> p4raw-id: //depot/perl@15078
* tests for GconvertYitzchak Scott-Thoennes2002-03-061-1/+49
| | | | | Message-ID: <hRWh8gzkgONX092yn@efn.org> p4raw-id: //depot/perl@15052
* Cray FP strikes again: things like 1.1 + 0.1 are easilyJarkko Hietaniemi2002-02-261-5/+10
| | | | | 1.1999999999999996, or thereabouts (yes, even sprintf). p4raw-id: //depot/perl@14884
* In case of failure be more verbose.Jarkko Hietaniemi2002-02-071-30/+31
| | | p4raw-id: //depot/perl@14591
* Sanity checks to see that the IV/NV and the PV of numericJarkko Hietaniemi2002-02-071-0/+101
| | | | | | scalars stay in sync (unearthed this via the OS/390 gcvt() brokenness) p4raw-id: //depot/perl@14581
* check return of closeAndreas König2001-12-271-1/+1
| | | | | Message-ID: <m3ellhgicd.fsf@anima.de> p4raw-id: //depot/perl@13903
* Test For Echo, take 2Michael G. Schwern2001-12-071-2/+2
| | | | | Message-ID: <20011207035634.GO22648@blackrider> p4raw-id: //depot/perl@13507
* [PATCH t/base/lex.t, term.t] Purging echo from base testsMichael G. Schwern2001-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Date: Thu, 6 Dec 2001 15:15:28 -0500 Message-ID: <20011206201528.GF16414@blackrider> (just the term.t, not the lex.t) Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now From: Michael G Schwern <schwern@pobox.com> Date: Thu, 6 Dec 2001 15:22:22 -0500 Message-ID: <20011206202222.GG16414@blackrider> Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic From: Michael G Schwern <schwern@pobox.com> Date: Thu, 6 Dec 2001 15:31:58 -0500 Message-ID: <20011206203158.GI16414@blackrider> Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge From: Michael G Schwern <schwern@pobox.com> Date: Thu, 6 Dec 2001 17:38:55 -0500 Message-ID: <20011206223855.GC22648@blackrider> p4raw-id: //depot/perl@13503
* Retract #13496 for now.Jarkko Hietaniemi2001-12-062-3/+3
| | | p4raw-id: //depot/perl@13499
* (retracted by #13499)Michael G. Schwern2001-12-062-3/+3
| | | | | | Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests Message-ID: <20011206201528.GF16414@blackrider> p4raw-id: //depot/perl@13496
* Integrate changes #12549 and #12550 from maintperl;Jarkko Hietaniemi2001-10-221-3/+33
| | | | | | | | | | | readline() doesn't work with our variables; it confuses them with my variables (change#4227 was incomplete) p4raw-link: @12549 on //depot/maint-5.6/perl: 5e948b4e169e88676c1f1359a0a62d670c4b4221 p4raw-link: @4227 on //depot/perl: 77ca0c92d2c0e47301d906d355d9ab3afb6f6bcb p4raw-id: //depot/perl@12561 p4raw-integrated: from //depot/maint-5.6/perl@12558 'copy in' t/base/rs.t (@8152..) 'edit in' toke.c (@12549..)
* Integrate 11778 into mainline.Abhijit Menon-Sen2001-08-311-1/+6
| | | p4raw-id: //depot/perl@11799
* Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %ConfigPeter Prymmer2001-07-171-25/+0
| | | | | | | | Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com> Move t/base/commonsense.t to t/lib/commonsense.t - base tests should not depend on existance of Config.pm p4raw-id: //depot/perl@11398
* The $^N is now taken (by #11038).Jarkko Hietaniemi2001-06-301-10/+10
| | | p4raw-id: //depot/perl@11044
* Fix for ID 20010619.002 "When building hash, hash keys thatJarkko Hietaniemi2001-06-201-1/+16
| | | | | are function calls are not being called", from Abhijit. p4raw-id: //depot/perl@10763
* [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperlPhilip Newton2001-06-121-1/+1
| | | | | Message-Id: <200106120802.LAA08992@taas.iki.fi> p4raw-id: //depot/perl@10527
* [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperlChris Nandor2001-06-111-2/+3
| | | | | Message-Id: <p05100306b749ec0eaade@[10.0.1.177]> p4raw-id: //depot/perl@10512
* Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.Jarkko Hietaniemi2001-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perl's internal variables are not for public consumption, move their docs from perlapi.pod to perlintern.pod support for -Dusethreads build under HP-UX 10.20 and DCE threads library (11.0 and later have pthreads but 10.x don't) avoid uninitialized value warnings canonicalize paths when doing chdir() on windows (or Cwd::getcwd() gets weird results) perldoc nit on windows make it possible to run the tests outside the source tree (there's still a dependency on ../lib being the library location) p4raw-link: @8612 on //depot/maint-5.6/perl: 21b80573951053245624647c6ea0077acae22b99 p4raw-link: @8611 on //depot/maint-5.6/perl: 706e8e4d2d0a6985197cb1cb76dc3d2575cd159e p4raw-link: @8610 on //depot/maint-5.6/perl: fc1aae957f18d75529c72450055ab0d424b7d318 p4raw-link: @8609 on //depot/maint-5.6/perl: 13b98125bf15a4dfacaa2c6f56d3742c97180500 p4raw-link: @8608 on //depot/maint-5.6/perl: f893c726cdaa1ccdec167db9b2ff5c2fdc19e29b p4raw-id: //depot/perl@8614 p4raw-integrated: from //depot/maint-5.6/perl@8596 'copy in' t/lib/dprof/V.pm t/op/flip.t utils/perldoc.PL (@8159..) win32/bin/search.pl (@8166..) t/io/tell.t (@8175..) hints/hpux.sh (@8601..) thread.h (@8606..) 'ignore' pod/perlintern.pod (@7766..) pod/perlapi.pod (@8605..) 'merge in' intrpvar.h t/base/term.t (@7895..) win32/vdir.h (@8156..) thrdvar.h (@8602..) perlapi.c (@8606..)
* [patch perl@8102] dos/djgpp updateLaszlo Molnar2000-12-161-1/+2
| | | | | Message-ID: <20001216014052.A335@freemail.hu> p4raw-id: //depot/perl@8142
* Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)Andreas König2000-12-101-0/+24
| | | | | Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de> p4raw-id: //depot/perl@8069
* [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not builtAndy Dougherty2000-12-081-5/+2
| | | | | Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@8035
* [ID 20000901.017] [PATCH] Basic test failure in an untidy world Mike Guy2000-09-011-0/+2
| | | | | Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@6979