This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get t/uni/cache.t working under minitest
[perl5.git] / t / op / magic.t
2014-08-20 Alexandre (Midnite... magic.t: android: bypass two $0 tests and add one
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2014-01-26 Brian Frasert/op/magic.t: Skip tests that use env on Android
2014-01-26 Brian Frasert/op/magic.t: Work around android only having an inbuil...
2014-01-26 Jess Robinsont/op/magic.t: TODO tests that don't work on some cross...
2014-01-22 Brian Frasert/op/magic.t: Use three-arg open to avooid creating...
2014-01-18 Jess Robinsont/op/magic.t: Comment for an unlink test
2013-10-28 Father ChrysostomosMake PL_hintgv refcounted
2013-10-28 Father ChrysostomosDon’t create %@ on startup
2013-10-28 Father ChrysostomosMake PL_envgv refcounted
2013-08-29 Nicholas ClarkUpdate the comments in t/op/magic.t
2013-08-29 Nicholas Clark${^MPEN} had been treated as a synonym of ${^MATCH...
2013-08-11 Father ChrysostomosModifying ${^OPEN} changes the value of $^H:
2013-07-01 Nicholas ClarkWe don't actually need to set $ENV{PERL} for the tests...
2013-06-18 Steve HayFix t\op\magic.t when building with ALL_STATIC=define...
2013-06-05 H.Merijn Branduse 'env' instead of 'echo' for %ENV tests in magic.t
2013-06-04 Paul Greenadd a special case for VOS handling of argv[0] in magic.t
2013-02-23 Craig A. BerryHandle undef values in magic.t on VMS.
2013-02-20 Steve HaySilence irrelevant stderr output from op/magic.t
2013-02-20 Steve HayFix failing op/magic.t test 157
2013-02-17 Kent Fredricmg.c : revert ENV{x} = undef behaviour to be empty...
2012-12-14 Nicholas ClarkRemove the BeOS port.
2012-11-19 Nicholas ClarkRemove the EPOC port.
2012-10-10 Father Chrysostomos[perl #115206] Don’t crash when vivifying $|
2012-10-10 Father ChrysostomosTest perl #4760
2012-09-21 Nicholas ClarkRemove the MPE/iX port.
2012-09-18 Father Chrysostomos${^LAST_FH}
2012-08-31 Nicholas ClarkRemove the VM/ESA port.
2012-08-15 Steve HayFix t/op/magic.t on Windows
2012-08-04 Steve HayRemove CR characters from raw input in op/magic.t on...
2012-08-04 Tony Cookavoid decoding on input in the new tests added in 613c63b4
2012-07-31 Craig A. BerryMost magic.t tests can actually run on VMS.
2012-07-31 Craig A. BerryCorrect skip count in magic.t after 613c63b465.
2012-07-27 Chip SalzenbergWhen setting environment variables via %ENV, force...
2012-01-14 Father Chrysostomosmagic.t: Correct miniperl skip count
2012-01-14 Father Chrysostomosdefined *{"+"} should not stop %+ from working
2012-01-14 Father Chrysostomosdefined *{"!"} should not stop %! from working
2012-01-10 Father Chrysostomos[perl #24237] @& should not stop $& from working
2011-12-01 Father Chrysostomos[perl #105024] UNIVERSAL::AUTOLOAD and %+
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-10-22 Father ChrysostomosReimplement $[ as a module
2011-09-27 Nicholas ClarkWhere available, use _NSGetExecutablePath() to make...
2011-09-27 Nicholas ClarkWhere available, use sysctl() with KERN_PROC_PATHNAME...
2011-09-01 Father Chrysostomos[perl #97492] Tests & delta for defined ${"::!"}
2011-08-30 Father ChrysostomosEliminate is_gv_magical_sv
2011-08-22 Tony Cookskip the defined *+ and *- tests on miniperl
2011-08-22 Father ChrysostomosAdd tests for defined(*builtin)
2011-06-14 Nicholas ClarkIn magic.t, restore $$ after modifying it.
2011-06-14 Father ChrysostomosMake $$ writable, but still magical
2011-03-26 David Mitchellskip some tests under -Uusedl
2011-03-07 Nicholas ClarkRefactor 4 tests to use skip_if_miniperl().
2011-03-06 Nicholas ClarkFix magic.t's expectation for $^X under minitest when...
2011-02-23 Nicholas ClarkMove the tests that blow away %ENV to the end of t...
2011-02-22 Nicholas ClarkAvoid loading modules for %! and %+ on meeting %{...
2011-02-21 Nicholas ClarkBreak out the test for #27839 into a new test file.
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/op/magic.t
2010-05-31 Tony Cookmove the fresh_perl() tests above the environment tests
2010-05-29 Nicholas ClarkWhen assigning to $^P, don't zero $DB::single, $DB...
2010-04-21 David Mitchellfollow up fix for fd69380d5d5b95ef16e2521cf4251b34ee0ce151
2010-04-15 Ævar Arnfjörð Bjar... Set the legacy process name with prctl() on assignment...
2010-04-15 David Mitchellmark two magic.t tests as TODO
2010-03-23 David MitchellFix assorted bugs related to magic (such as pos) not...
2010-02-16 Nicholas ClarkFix #72850 - reading $! shouldn't SEGV if Strerror...
2009-10-23 Nicholas ClarkAvoid using defined %hash in core code and tests.
2009-09-08 Rafael Garcia-SuarezRemove code specific to MacOS Classic from core tests
2009-07-29 Rafael Garcia-SuarezMake test pass with -t
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-06-04 Nicholas ClarkAssuming that $SIG{PIPE} is not set can be bogus when...
2009-05-26 John E. Malmbergpatch@2009-05-25.21:50:08 magic.t leaves $ENV{foo}...
2009-05-22 Craig A. BerryTODO must be on same line as message for TAP.
2009-05-20 Nicholas ClarkPerl_magic_clearsig() needs to remove magic, else delet...
2009-05-20 Nicholas ClarkConvert t/op/magic.t to use test.pl
2008-07-03 Steve HayFix test count that was missed in #34092
2008-06-28 Ben MorrowSome more missing isGV_with_GP()s
2007-09-07 Jerry D. HeddenFix t/op/magic.t failures under Cygwin
2007-04-19 Brandon BlackRe: new C3 MRO patch
2006-02-20 Yitzchak Scott-Tho... op/magic failure on cygwin after 1.5.19-4
2005-12-20 Rafael Garcia-SuarezRemove some hardcoded references to ./perl in tests
2005-08-30 John E. Malmberg[patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
2005-07-04 Steve HayAdd regression test for change 25062
2005-06-30 Dave Mitchell[perl #36434] assigning shared consts (eg __PACKAGE__...
2005-06-30 Rafael Garcia-SuarezAdd TODO tests for bug #36434
2005-06-01 Nicholas ClarkStore the xhv_aux structure after the main array.
2004-12-01 Ingo Weinhold[perl #32717] BeOS specific Updates
2004-03-24 Nicholas Clarkmintest will pass if I skip the correct number of tests...
2004-03-23 Hugo van der SandenFix bug [perl #27839] returning @+ out of scope loses...
2004-03-02 Nicholas ClarkWork on eliminating systematic failures on make minitest:
2003-09-17 Ilya Zakharevichmagic.t
2003-08-25 Marcus Holland-Moritzvalgrind update
2003-07-03 Slaven Rezict/op/magic.t on FreeBSD
2003-07-02 Jarkko HietaniemiIt would seem that in Linux 2.2 there is no way
2003-07-02 Jarkko Hietaniemi...and getting the comma right, too.
2003-07-02 Jarkko HietaniemiGetting the whitespace right.
2003-07-02 Jarkko HietaniemiFreeBSD $0 dance.
2003-07-02 Jarkko HietaniemiFix from Enache Adrian for the magic.t failure in
2003-07-02 Jarkko HietaniemiVMS: with this, 100% make test in Compaq C V6.5-001
2003-07-01 Adrian M. EnacheB:: fixes + 'When were CVOPs gone ?'
2003-06-30 Jarkko Hietaniemi$0 test tweaks from Andreas.
2003-05-08 Yitzchak Scott-Tho... Re: [perl #17718] %tiedhash in bool context doesn't...
2003-03-11 Jarkko HietaniemiPatch from Craig Berry to resolve test failures in...
next