summaryrefslogtreecommitdiff
path: root/t/op/magic.t
Commit message (Expand)AuthorAgeFilesLines
* Fix t/op/magic.t on WindowsSteve Hay2012-08-151-0/+4
* Remove CR characters from raw input in op/magic.t on WindowsSteve Hay2012-08-041-1/+2
* avoid decoding on input in the new tests added in 613c63b4Tony Cook2012-08-041-0/+2
* Most magic.t tests can actually run on VMS.Craig A. Berry2012-07-301-4/+9
* Correct skip count in magic.t after 613c63b465.Craig A. Berry2012-07-301-1/+1
* When setting environment variables via %ENV, force values to be strings onlyChip Salzenberg2012-07-261-9/+62
* magic.t: Correct miniperl skip countFather Chrysostomos2012-01-141-1/+1
* defined *{"+"} should not stop %+ from workingFather Chrysostomos2012-01-131-1/+19
* defined *{"!"} should not stop %! from workingFather Chrysostomos2012-01-131-2/+10
* [perl #24237] @& should not stop $& from workingFather Chrysostomos2012-01-101-1/+9
* [perl #105024] UNIVERSAL::AUTOLOAD and %+Father Chrysostomos2011-11-301-1/+19
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
* Reimplement $[ as a moduleFather Chrysostomos2011-10-211-1/+1
* Where available, use _NSGetExecutablePath() to make $^X absolute.Nicholas Clark2011-09-271-1/+2
* Where available, use sysctl() with KERN_PROC_PATHNAME to make $^X absolute.Nicholas Clark2011-09-271-2/+3
* [perl #97492] Tests & delta for defined ${"::!"}Father Chrysostomos2011-09-011-2/+2
* Eliminate is_gv_magical_svFather Chrysostomos2011-08-301-2/+2
* skip the defined *+ and *- tests on miniperlTony Cook2011-08-221-1/+8
* Add tests for defined(*builtin)Father Chrysostomos2011-08-211-15/+48
* In magic.t, restore $$ after modifying it.Nicholas Clark2011-06-141-0/+2
* Make $$ writable, but still magicalFather Chrysostomos2011-06-131-3/+17
* skip some tests under -UusedlDavid Mitchell2011-03-261-9/+12
* Refactor 4 tests to use skip_if_miniperl().Nicholas Clark2011-03-071-3/+2
* Fix magic.t's expectation for $^X under minitest when the OS makes $^X absoluteNicholas Clark2011-03-061-3/+2
* 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