summaryrefslogtreecommitdiff
path: root/t/run
Commit message (Collapse)AuthorAgeFilesLines
* Move some tests from t/run/fresh_perl.tRafael Garcia-Suarez2002-11-221-54/+1
| | | | | | to the new t/comp/parser.t. The goal being to get rid of fresh_perl.t at some point. p4raw-id: //depot/perl@18170
* t/run/runenv.t bugSalvador Fandiño2002-11-101-1/+17
| | | | | Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com> p4raw-id: //depot/perl@18136
* Re: [perl #18066] Bug in -I when path has double colons?Slaven Rezic2002-11-042-1/+42
| | | | | | | Message-ID: <87of9c2prs.fsf@vran.herceg.de> With the corresponding change to embed.fnc p4raw-id: //depot/perl@18102
* Reverse change #8066 and sense of test, to satisfy [perl #17763]Hugo van der Sanden2002-10-241-1/+3
| | | | | p4raw-link: @8066 on //depot/perl: bf484eac86d1083a9dc1877646bb27c0a016b364 p4raw-id: //depot/perl@18055
* Re: [perl #17951] Strange UTF errorJarkko Hietaniemi2002-10-201-0/+14
| | | | | Message-ID: <20021016155051.GB268437@lyta.hut.fi> p4raw-id: //depot/perl@18035
* Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)Abe Timmerman2002-10-171-1/+1
| | | | | Message-Id: <200210172338.34728.abe@ztreet.demon.nl> p4raw-id: //depot/perl@18028
* The -0 command-line switch wasn't setting $/ at compile-time.Rafael Garcia-Suarez2002-10-121-1/+7
| | | | | | Move the initialization of $/ just after switch parsing (it was done after yyparse().) p4raw-id: //depot/perl@18015
* Integrate maint patches #13474, #13478, #13584, and #16539;Jarkko Hietaniemi2002-07-071-0/+13
| | | | | | | | | introduce the test case of [ID 20020623.009]. Once upon a time #13474 introduced evil coredumps, but now things seem to be better (tried both with and without ithreads). p4raw-id: //depot/perl@17407 p4raw-edited: from //depot/maint-5.6/perl@17406 'ignore' op.c (@14778..)
* Recover some of the #16845.Jarkko Hietaniemi2002-05-291-6/+0
| | | p4raw-id: //depot/perl@16858
* Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501Jarkko Hietaniemi2002-05-281-0/+6
| | | | | to restore some level of sanity in the tied scalars can of worms. p4raw-id: //depot/perl@16845
* Make use vars grok UTF-8.Jarkko Hietaniemi2002-05-181-0/+10
| | | p4raw-id: //depot/perl@16670
* Re: t/op/tie.t #19 TODO ENOTWORKING Michael G. Schwern2002-05-181-6/+0
| | | | | Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@16669
* Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.Jarkko Hietaniemi2002-05-151-1/+10
| | | p4raw-id: //depot/perl@16610
* Move the noisy tie core dump test to fresh_perl from op/tie.Jarkko Hietaniemi2002-05-101-0/+7
| | | p4raw-id: //depot/perl@16531
* [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/nullAndrej Borsenkow2002-05-081-2/+2
| | | | | Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru> p4raw-id: //depot/perl@16483
* Integrate #16254 from macperl;Jarkko Hietaniemi2002-04-285-7/+11
| | | | | Fix most tests on MacOS (not yet ext/ or /lib) p4raw-id: //depot/perl@16257
* my $utf8here, our $utf8here, and package variable $utf8here.Jarkko Hietaniemi2002-04-161-0/+23
| | | | | | | | | | | | | | | The actual minimal fix is in utf8.c and from NI-S, the rest are the tests (in fresh_perl since I couldn't get them easily to work elsewhere) and a slight behaviour change: previously UTF-8 identifiers had to start with an alphabetic character. No more so, now they can start with an (Unicode) ID_Continue character (which however is not a (Unicode) digit). (Limiting the first character to ID_Start would be rather restrictive, since ID_Start allows only alphabetic letters.) TODO: use vars qw($utf8here). This I don't find to be a showstopper. p4raw-id: //depot/perl@15943
* If under UTF-8 locale the utf8.pm really needs to be found.Jarkko Hietaniemi2002-04-011-0/+1
| | | p4raw-id: //depot/perl@15652
* Configure followed by make minitestYitzchak Scott-Thoennes2002-02-081-1/+1
| | | | | Message-ID: <YIhY8gzkgSbC092yn@efn.org> p4raw-id: //depot/perl@14600
* Retract the anon leak subpatch of #14418 and #14431Jarkko Hietaniemi2002-02-071-10/+0
| | | | | (the latter came into bleadperl as part of #14433). p4raw-id: //depot/perl@14580
* Re: [PATCH] perl -V:Jarkko Hietaniemi2002-01-311-2/+33
| | | | | | | | | | | | From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Thu, 31 Jan 2002 12:10:20 -0800 Message-ID: <sSaW8gzkgaNQ092yn@efn.org> Subject: Re: [PATCH] perl -V: From: Michael G Schwern <schwern@pobox.com> Date: Thu, 31 Jan 2002 16:43:13 -0500 Message-ID: <20020131214313.GH6498@blackrider> p4raw-id: //depot/perl@14510
* Integrate changes 13474+13478+13584 from maintperl;Jarkko Hietaniemi2002-01-251-0/+10
| | | | | | | anon sub leakage. p4raw-id: //depot/perl@14418 p4raw-edited: from //depot/maint-5.6/perl@14417 'ignore' op.c (@13478..)
* [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int ↵Yitzchak Scott-Thoennes2002-01-231-7/+3
| | | | | | | 1.3.6(0.4732) (UNINSTALLED) Message-Id: <GtgT8gzkg+CG092yn@efn.org> p4raw-id: //depot/perl@14383
* Re: ext/Devel/DProf/DProf.t -- use exe_extTels2002-01-191-2/+2
| | | | | Message-Id: <200201182106.XAA19133@taku.hut.fi> p4raw-id: //depot/perl@14340
* Rename kill_perl to fresh_perl; replace fresh_perl()Jarkko Hietaniemi2002-01-171-3/+5
| | | | | with fresh_perl_is() and fresh_perl_like(). p4raw-id: //depot/perl@14309
* Retract #14144 as Hugo isn't happy with it.Jarkko Hietaniemi2002-01-171-12/+0
| | | p4raw-id: //depot/perl@14307
* Garbage collection.Jarkko Hietaniemi2002-01-121-0/+1
| | | p4raw-id: //depot/perl@14204
* Re: [PATCH lib/AnyDBM_File.t] Convert to Test::MoreMichael G. Schwern2002-01-121-1/+1
| | | | | Message-ID: <20020111220817.GG2838@blackrider> p4raw-id: //depot/perl@14201
* Add a new test for is-sprintf-preserving Unicodeness:Jarkko Hietaniemi2002-01-111-11/+0
| | | | | | | #14194 and an old one from kill_perl.t (I could have used sprintf.t, but it's format was quite fixed, and I didn't feel like breaking the format) p4raw-id: //depot/perl@14198
* Seperating kill_perl()Michael G. Schwern2002-01-111-61/+6
| | | | | Message-ID: <20020111092626.GA16544@blackrider> p4raw-id: //depot/perl@14183
* Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID ↵Jonathan Stowe2002-01-091-0/+33
| | | | | | | 20020104.007] coredump on dbmclose) Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com> p4raw-id: //depot/perl@14158
* (retracted by #14307)Hugo van der Sanden2002-01-091-0/+12
| | | | | | Subject: Re: [ID 20010912.007] substr reference core dump Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk> p4raw-id: //depot/perl@14144
* [patch] peep() is rudeHugo van der Sanden2002-01-081-0/+6
| | | | | Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk> p4raw-id: //depot/perl@14139
* -t without -w Michael G. Schwern2001-12-301-2/+4
| | | | | Message-ID: <20011230044625.GA14386@blackrider> p4raw-id: //depot/perl@13953
* cleaner close on tests, take 2 Andreas König2001-12-291-3/+3
| | | | | | | Message-ID: <m33d1tvjuq.fsf@anima.de> (except for the three DB_File patch fragments) p4raw-id: //depot/perl@13940
* -t and the core tests; -t and PERL5OPTRafael Garcia-Suarez2001-12-171-3/+8
| | | | | Message-ID: <20011217152301.A704@rafael> p4raw-id: //depot/perl@13737
* -t taint warningsMichael G. Schwern2001-12-141-0/+43
| | | | | | | | | Message-ID: <20011214002707.GA10532@blackrider> (reword the perlrun -t description a bit, and move the Itaint_warn to the bottom of the intrpvar.h for binary compatibility) p4raw-id: //depot/perl@13684
* Declaring mostly TODOMichael G. Schwern2001-12-071-2/+12
| | | | | Message-ID: <20011208004131.GC642@blackrider> p4raw-id: //depot/perl@13529
* which_perl for safer $^XingMichael G. Schwern2001-12-071-2/+5
| | | | | | | Message-ID: <20011207034544.GN22648@blackrider> (plus op/ref tweak) p4raw-id: //depot/perl@13506
* [PATCH t/base/lex.t, term.t] Purging echo from base testsMichael G. Schwern2001-12-071-9/+3
| | | | | | | | | | | | | | | | | | | | | | | 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 #13475 until Arthur gets back to the mine.Jarkko Hietaniemi2001-12-051-10/+0
| | | p4raw-id: //depot/perl@13476
* (retracted by #13476)Jarkko Hietaniemi2001-12-051-0/+10
| | | | | | | | | Manually apply #13474; fixes stale reference to dead CvOUTSIDE(); this can happen when anonymous subroutines that aren't closures are returned from an eval"" (threads/shared/sv_refs.t is coredump-unhappy about this change) p4raw-id: //depot/perl@13475
* Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)Andy Dougherty2001-11-301-4/+3
| | | | | | | | Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu> Simplify the test skippage criterion now that we are no more dependent on sed. p4raw-id: //depot/perl@13392
* Cannot test if cppstdin has not yet been installed.Jarkko Hietaniemi2001-11-301-0/+8
| | | p4raw-id: //depot/perl@13384
* -P on VMS. Evicting sedMichael G. Schwern2001-11-302-0/+48
| | | | | | | | | | | | Message-ID: <20011129220510.A18869@blackrider> TODO 1: if cppstdin is used and not yet installed, the Px.t will fail (must do the same as in cpp.t) TODO 2: does this work if no Perl whatsoever has yet been installed? That is, we should be using the Perl we are building to execute the one-liner. p4raw-id: //depot/perl@13383
* (was Re: [ID 20011128.159] Segmentation faulton bad regexp)Michael G. Schwern2001-11-291-0/+4
| | | | | Message-ID: <20011128163701.H676@blackrider> p4raw-id: //depot/perl@13353
* Re: [ID 20011127.155] \ -f "file" dumps coreMichael G. Schwern2001-11-281-0/+6
| | | | | Message-ID: <20011127153112.G20929@blackrider> p4raw-id: //depot/perl@13328
* -x (was Re: [PATCH] new tests for command-line switches)Michael G. Schwern2001-11-153-22/+32
| | | | | Message-ID: <20011115124759.E31399@blackrider> p4raw-id: //depot/perl@13027
* new tests for command-line switchesRafael Garcia-Suarez2001-11-151-0/+182
| | | | | Message-ID: <20011115170030.A14193@rafael> p4raw-id: //depot/perl@13022
* new tests for swiches -n -p -a -FRafael Garcia-Suarez2001-11-105-0/+56
| | | | | Message-ID: <20011110001045.A11945@rafael> p4raw-id: //depot/perl@12923