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 / filetest.t
2014-06-10 Reini Urban[perl #121732] fix t/op/filetest.t for windows
2014-01-26 Brian Frasert/op/filetest.t: On Android, don't try checking if...
2013-06-05 Father Chrysostomos-l $handle warning: globs, iorefs, utf8
2013-05-08 Ricardo SignesRestore the warning previously issued by (-l $fh)
2012-12-15 James E Keenant/op/filetest.t: Provide descriptions for remaining...
2012-05-31 Nicholas ClarkUse is() and isnt() in t/op/filetest.t, in place of...
2012-05-31 Nicholas ClarkIn t/op/filetest.t, test -s -f 'TEST' against the size...
2012-05-31 Nicholas ClarkIn t/op/filetest.t, use the tempfile instead of t/TEST...
2012-05-31 Nicholas ClarkIn t/op/filetest.t, use one temporary file for testing...
2012-05-31 Nicholas ClarkIn t/op/filetest.t, simplify the logic for testing...
2012-05-31 Nicholas ClarkIn t/op/filetest.t, simplify the skip logic when testin...
2012-01-15 Father Chrysostomosstat.t, filetest.t: Actually gen rand file names
2012-01-14 Father Chrysostomos-T "unreadable file" should set stat info consistently
2012-01-14 Father ChrysostomosMake -T BADHANDLE set errno with fatal warnings
2012-01-14 Father ChrysostomosMake -l HANDLE set PL_laststatval with fatal warnings
2012-01-14 Father ChrysostomosMake -T HANDLE and -B HANDLE always set last stat type
2012-01-14 Father ChrysostomosMake -T _ and -B _ always set PL_laststatval
2012-01-14 Father ChrysostomosMake failed filetests consistent with & w/out fatal...
2012-01-14 Father Chrysostomosstat $ioref should record the handle for -T _
2012-01-14 Father ChrysostomosSet PL_statgv to null when freed or coerced
2012-01-14 Father ChrysostomosSuppress confusing uninit warning from -T _
2012-01-12 Father ChrysostomosMake -T HANDLE set the last stat type
2011-09-20 Nicholas ClarkSkip 2 tests in t/op/filetest.t if t/TEST is a symlink.
2011-09-18 Craig A. BerryUpdate skip count in t/op/filetest.t after 433644eed.
2011-09-18 Father ChrysostomosMake -l always treat non-bareword arguments as file...
2011-09-18 Father ChrysostomosMake stacked -l work
2011-09-11 Father ChrysostomosStop filetest ops from calling FETCH on parent op’s arg
2011-09-10 Father Chrysostomos-l followed by bareword should leave the stack alone
2010-12-08 Brad GilbertReplaced 'unlink' with 'unlink_all' in t/op/filetest.t
2009-08-27 Nicholas ClarkDon't use t/TEST to test a "read only file", repeatedly...
2009-07-27 Rafael Garcia-SuarezMake test pass with miniperl
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-05-25 Rafael Garcia-SuarezFix test if Fcntl couldn't be loaded (for example with...
2009-03-26 unknown-ugk don't call string overload when S_IXXX isn't defined.
2009-03-25 Ben MorrowIO refs always stringify for -t, -T and -B.
2009-03-25 Ben MorrowTest -X overloads on GLOB and IO refs.
2009-03-25 Ben MorrowTest stacked overloaded -X.
2009-03-25 Ben MorrowMore tests for -X/string/random overloading.
2009-03-25 Ben MorrowAdjust tests.
2009-03-25 Ben MorrowTests for -X overloading.
2009-02-16 BramUse tempfile() in tests
2008-10-30 Rafael Garcia-SuarezAdd a test for bug #60214
2005-10-18 Rafael Garcia-SuarezForce _ to be always a bareword after filetest operators
2004-03-22 Nicholas ClarkDon't assume that the chmod will always work.
2004-02-09 Rafael Garcia-SuarezImplement stacked filetest operators (-f -w -x $file).
2002-02-05 Nick Ing-SimmonsIntegrate mainline
2002-02-05 Artur BergmanDon't assume that we can chmod symlinks. It fails on...
2000-10-20 Charles BaileySYN SYN
2000-08-29 Mike GuyUse minimal @INC in tests, most of the time just '...
1999-08-20 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-08-03 François DésarménienThe op/filetest.t failed subtest 7 if testing as root.
1999-07-07 Jarkko HietaniemiIntegrate with Sarathy. perldiag.pod required manual...
1999-07-07 Gurusamy Sarathyfiletest.t and ByteLoader build tweaks from Peter Prymmer
1999-07-07 Charles Baileyapplied new parts of suggested patch
1999-05-10 Jarkko HietaniemiIntegrate from mainperl.
1999-05-10 Gurusamy Sarathytestsuite nits
1999-05-10 Charles Baileyapplied suggested patch, modulo already applied parts
1998-11-27 Gurusamy Sarathyintegrate cfgperl changes into mainline
1998-11-22 Gerben WierdaPermission testing is tricky when we have too much...
1998-11-14 Gurusamy Sarathyrework op/groups.t
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-26 Jarkko HietaniemiAdd test for filetests.