summaryrefslogtreecommitdiff
path: root/t/op/magic.t
Commit message (Expand)AuthorAgeFilesLines
* t/op/magic.t: Skip tests that use env on AndroidBrian Fraser2014-01-261-2/+6
* t/op/magic.t: Work around android only having an inbuilt pwdBrian Fraser2014-01-261-0/+3
* t/op/magic.t: TODO tests that don't work on some cross-compile buildsJess Robinson2014-01-261-0/+1
* t/op/magic.t: Use three-arg open to avooid creating a subshellBrian Fraser2014-01-221-3/+3
* t/op/magic.t: Comment for an unlink testJess Robinson2014-01-181-1/+1
* Make PL_hintgv refcountedFather Chrysostomos2013-10-281-1/+6
* Don’t create %@ on startupFather Chrysostomos2013-10-281-1/+3
* Make PL_envgv refcountedFather Chrysostomos2013-10-281-1/+5
* Update the comments in t/op/magic.tNicholas Clark2013-08-291-1/+2
* ${^MPEN} had been treated as a synonym of ${^MATCH} due to a missing break;Nicholas Clark2013-08-291-1/+8
* Modifying ${^OPEN} changes the value of $^H:Father Chrysostomos2013-08-111-1/+13
* We don't actually need to set $ENV{PERL} for the tests to work.Nicholas Clark2013-07-011-1/+1
* Fix t\op\magic.t when building with ALL_STATIC=define on WindowsSteve Hay2013-06-181-5/+7
* use 'env' instead of 'echo' for %ENV tests in magic.tH.Merijn Brand2013-06-051-8/+9
* add a special case for VOS handling of argv[0] in magic.tPaul Green2013-06-031-1/+5
* Handle undef values in magic.t on VMS.Craig A. Berry2013-02-231-1/+6
* Silence irrelevant stderr output from op/magic.tSteve Hay2013-02-201-1/+1
* Fix failing op/magic.t test 157Steve Hay2013-02-201-1/+1
* mg.c : revert ENV{x} = undef behaviour to be empty string, not key deletionKent Fredric2013-02-171-1/+5
* Remove the BeOS port.Nicholas Clark2012-12-141-3/+0
* Remove the EPOC port.Nicholas Clark2012-11-191-1/+1
* [perl #115206] Don’t crash when vivifying $|Father Chrysostomos2012-10-101-1/+4
* Test perl #4760Father Chrysostomos2012-10-101-1/+6
* Remove the MPE/iX port.Nicholas Clark2012-09-211-2/+1
* ${^LAST_FH}Father Chrysostomos2012-09-171-1/+16
* Remove the VM/ESA port.Nicholas Clark2012-08-311-1/+1
* 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