summaryrefslogtreecommitdiff
path: root/t/op/magic.t
Commit message (Expand)AuthorAgeFilesLines
...
* Move the tests that blow away %ENV to the end of t/op/magic.tNicholas Clark2011-02-231-82/+87
* Avoid loading modules for %! and %+ on meeting %{"foo::!"} and %{"foo::+"}Nicholas Clark2011-02-221-1/+20
* Break out the test for #27839 into a new test file.Nicholas Clark2011-02-211-23/+1
* Replaced 'unlink' with 'unlink_all' in t/op/magic.tBrad Gilbert2010-12-081-1/+4
* move the fresh_perl() tests above the environment testsTony Cook2010-06-011-12/+13
* When assigning to $^P, don't zero $DB::single, $DB::trace and $DB::signal.Nicholas Clark2010-05-291-1/+14
* follow up fix for fd69380d5d5b95ef16e2521cf4251b34ee0ce151David Mitchell2010-04-211-1/+1
* Set the legacy process name with prctl() on assignment to $0 on LinuxÆvar Arnfjörð Bjarmason2010-04-151-1/+32
* mark two magic.t tests as TODODavid Mitchell2010-04-151-0/+1
* Fix assorted bugs related to magic (such as pos) not "sticking" toDavid Mitchell2010-03-231-1/+10
* Fix #72850 - reading $! shouldn't SEGV if Strerror(errno) returns NULL.Nicholas Clark2010-02-161-1/+7
* Avoid using defined %hash in core code and tests.Nicholas Clark2009-10-231-1/+1
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-081-20/+9
* Make test pass with -tRafael Garcia-Suarez2009-07-291-3/+6
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Assuming that $SIG{PIPE} is not set can be bogus when running in a cron job.Nicholas Clark2009-06-041-1/+1
* patch@2009-05-25.21:50:08 magic.t leaves $ENV{foo} on VMS.John E. Malmberg2009-05-261-0/+5
* TODO must be on same line as message for TAP.Craig A. Berry2009-05-221-1/+1
* Perl_magic_clearsig() needs to remove magic, else delete $SIG{INT} returns undefNicholas Clark2009-05-201-2/+26
* Convert t/op/magic.t to use test.plNicholas Clark2009-05-201-113/+98
* Fix test count that was missed in #34092Steve Hay2008-07-031-1/+1
* Some more missing isGV_with_GP()sBen Morrow2008-06-281-2/+18
* Fix t/op/magic.t failures under CygwinJerry D. Hedden2007-09-071-1/+11
* Re: new C3 MRO patchBrandon Black2007-04-191-1/+4
* op/magic failure on cygwin after 1.5.19-4Yitzchak Scott-Thoennes2006-02-201-1/+1
* Remove some hardcoded references to ./perl in testsRafael Garcia-Suarez2005-12-201-4/+5
* [patch@25334] t/op/magic.t - Last 3 tests invalid on VMSJohn E. Malmberg2005-08-301-1/+7
* Add regression test for change 25062Steve Hay2005-07-041-1/+9
* [perl #36434] assigning shared consts (eg __PACKAGE__) to magic varsDave Mitchell2005-06-301-3/+6
* Add TODO tests for bug #36434Rafael Garcia-Suarez2005-06-301-1/+13
* Store the xhv_aux structure after the main array.Nicholas Clark2005-06-011-1/+1
* [perl #32717] BeOS specific Updates Ingo Weinhold2004-12-011-0/+3
* mintest will pass if I skip the correct number of tests. D'oh!Nicholas Clark2004-03-241-1/+1
* Fix bug [perl #27839] returning @+ out of scope loses its value :Hugo van der Sanden2004-03-231-1/+13
* Work on eliminating systematic failures on make minitest:Nicholas Clark2004-03-021-16/+22
* magic.tIlya Zakharevich2003-09-171-1/+2
* valgrind updateMarcus Holland-Moritz2003-08-251-8/+12
* t/op/magic.t on FreeBSDSlaven Rezic2003-07-031-1/+3
* It would seem that in Linux 2.2 there is no wayJarkko Hietaniemi2003-07-021-1/+7
* ...and getting the comma right, too.Jarkko Hietaniemi2003-07-021-1/+1
* Getting the whitespace right.Jarkko Hietaniemi2003-07-021-1/+1
* FreeBSD $0 dance.Jarkko Hietaniemi2003-07-021-2/+5
* Fix from Enache Adrian for the magic.t failure inJarkko Hietaniemi2003-07-021-2/+4
* VMS: with this, 100% make test in Compaq C V6.5-001Jarkko Hietaniemi2003-07-021-1/+1
* B:: fixes + 'When were CVOPs gone ?'Adrian M. Enache2003-07-011-1/+1
* $0 test tweaks from Andreas.Jarkko Hietaniemi2003-06-301-3/+16
* Re: [perl #17718] %tiedhash in bool context doesn't check if hash is emptyYitzchak Scott-Thoennes2003-05-081-5/+9
* Patch from Craig Berry to resolve test failures in VMS.Jarkko Hietaniemi2003-03-111-0/+1
* RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch included)Anders Johnson2003-03-021-3/+31
* Re: [perl #19330] Uneffective increment of $\Rafael Garcia-Suarez2002-12-301-1/+18