summaryrefslogtreecommitdiff
path: root/t/op/goto_xs.t
Commit message (Collapse)AuthorAgeFilesLines
* skip some tests under -UusedlDavid Mitchell2011-03-261-1/+10
| | | | | | | When everything is staticly linked, a few tests fail, because: * XS::APItest isn't built; * some extensions will have been pre-loaded
* Convert t/op/goto_xs.t to test.pl, strict and warnings.Nicholas Clark2011-03-121-36/+27
|
* Change goto_xs.t to use Fcntl::S_IMODE() for testing.Nicholas Clark2010-10-211-13/+10
| | | | The behaviour of Fcntl::constant() is about to be changed.
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
|
* Pulling ancient RCS commentsAndy Lester2005-11-201-2/+0
| | | | | Message-ID: <20051119061639.GA25086@petdance.com> p4raw-id: //depot/perl@26178
* Make minitest pass (must skip if no dynaloading)Nicholas Clark2005-06-091-8/+11
| | | p4raw-id: //depot/perl@24773
* [perl #35878] goto &xsub that croaks corrupts memoryDave Mitchell2005-05-211-1/+18
| | | | | | When an XS sub is called, a CxSUB context shouldn't be pushed. Make goto &xs_sub mimic this behaviour by first popping the old CxSUB p4raw-id: //depot/perl@24535
* Fcntl constants speedupNicholas Clark2000-12-171-10/+10
| | | | | | | Message-ID: <20001217162924.E97668@plum.flirble.org> Use IVs for the Fcntl constants instead of NVs. p4raw-id: //depot/perl@8148
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
| | | | | | | | so that we simply can't pick up stuff from other Perls than the one we are testing. Pointed out by Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk> p4raw-id: //depot/perl@6874
* make testsuite somewhat location independentGurusamy Sarathy1999-02-121-1/+1
| | | p4raw-id: //depot/perl@2891
* applied patch, tweak for threads awarenessAlbert Dvornik1998-06-291-0/+98
Subject: [PATCH]5.004_04-m4 (CORE) fix for broken "goto &xsub" Message-Id: <tq4sxawf2h.fsf@puma.genscan.com> p4raw-id: //depot/perl@1257