This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
re-fix leak in Devel-PPPort
[perl5.git] / t / io /
2019-04-26 Tomasz Konojackiremove leftovers from [perl #127663]
2019-04-19 Richard Leacht/io/perlio.t: skips tests if no /tmp
2019-04-14 Tony Cook(perl #133951) add Internals::getcwd
2019-02-19 Tony Cooktest for error set on socket() failure origin/tonyc/socket-error
2019-01-28 Tony Cookdon't leak temp files
2019-01-02 Hauke DFirst "eof" should return true
2019-01-02 Tony Cook[perl #133721] TODO test for eof with no ${^LAST_FH}
2018-12-29 James E KeenanCorrect spelling error.
2018-12-19 James E KeenanThoroughly test paragraph mode
2018-12-15 Abigailt/io/eintr.t: Skip some tests on pre-16 Darwin.
2018-11-26 Tony Cook(perl #133659) make an in-place edit successful if...
2018-11-26 Tony Cook(perl #133659) tests for global destruction handling...
2018-10-31 James E KeenanHandle OSes where filesystems can be mounted with ...
2018-10-30 James E KeenanMove subroutine definition to end of file.
2018-10-30 James E KeenanRegularize indents within subroutine definition.
2018-10-30 James E KeenanFully encapsulate check_utime_result()
2018-10-30 James E KeenanRemove code commented out since March 2002.
2018-10-30 James E KeenanRepeatedly hard-coding an integer is a mistake.
2018-10-30 James E KeenanMake descriptions more self-documenting
2018-10-30 James E KeenanAdd notes so it's easier to see where we are in test...
2018-10-30 James E KeenanUse t/test.pl's note() function
2018-10-22 Tony Cook(perl #133604) fix binmode on Win32 :crlf layers origin/tonyc/133604-crlf-binmode-utf8
2018-10-22 Tony Cook(perl #133604) test for binmode removing :utf8
2018-10-21 Tony Cook(perl #133604) skip a new test on Win32 that fails...
2018-10-18 Tony Cook(perl #125760) add fatal :utf8 tests for recv and send
2018-10-10 Tony Cook(perl #125760) fatalize sysread/syswrite/recv/send...
2018-08-01 Tony Cook(perl #133314) test for handle leaks from in-place...
2018-06-25 Karl Williamsont/test.pl: Add $|=1;
2018-02-16 Craig A. BerryNo list open on VMS as yet.
2018-02-15 Tony Cook[perl #121028] avoid creating a shell process
2018-02-03 Hugo van der Sanden[perl #115814] skip layer test under miniperl
2018-01-16 Zeframtest for IO handle in localised glob
2018-01-15 Craig A. BerryVMS does have fchmod and fchown.
2017-12-22 Zeframtest that open()ed filehandles are close-on-exec
2017-12-22 Zeframset FD_CLOEXEC atomically in easy cases
2017-12-10 Zeframstop gensyming when vivifying IO handles
2017-11-14 Zeframfix naming of some test temp files
2017-11-11 Todd RinaldoReplace multiple 'use vars' by 'our' in t
2017-10-17 Tony Cookthe unopened test should use a file handle distinct...
2017-10-15 Dmitry UlanovUse library functions instead of manual TAP in t/io...
2017-09-20 Tony Cookavoid sysread()/syswrite() warnings from the default...
2017-09-11 Tony Cook(perl #127663) add more in-place edit tests
2017-09-11 Tony Cook(perl #127663) only test renaming directories with...
2016-12-11 Karl Williamsonio/perlio.t: Un-TODO now passing test
2016-11-15 Tony CookRevert "Do not try to fchown() to uid -1 and gid -1."
2016-11-14 Matthew HorsfallSilence deprecation warnings in tests
2016-10-21 Dan Collinst/io/socket.t: tests for RT #7614
2016-10-13 Karl WilliamsonAdd details to UTF-8 malformation error messages
2016-08-18 Father Chrysostomoseintr.t miniperl fix-up
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2016-08-01 Dan Collins[RT #128574] Fix use of fresh_perl in tests
2016-07-13 Tony Cookdarwin was failing this test under PERLIO=stdio
2016-06-16 Tony Cook(perl #128316) preserve errno from failed system calls origin/tonyc/128316-errno-sanity
2016-03-08 Tony Cook[perl #127533] only test semctl() if we have everything...
2016-03-07 Jarkko HietaniemiMake open failures little less cryptic.
2016-02-07 Jarkko HietaniemiDo not try to fchown() to uid -1 and gid -1.
2016-01-23 Craig A. BerryTODO long-failing argv.t tests on VMS.
2015-10-16 Jarkko Hietaniemiperl #126306: openbsd t/io/errno.t tests fail randomly
2015-09-04 Karl Williamsonio/utf8.t: Generalize test for ebcdic, better skip msg
2015-09-04 Karl Williamsonio/utf8.t: Fix typo in comment
2015-06-03 Tony Cook[perl #125115] don't create file GLOB(...) when dupping...
2015-06-02 Dagfinn Ilmari Man... Handle fcntl(F_GETPIPE_SZ) failure in t/io/eintr.t
2015-03-06 Karl Williamsont/io/crlf.t: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsont/io/through.t: Generalize for EBCDIC platforms
2015-03-06 Karl Williamsont/io/utf8.t: EBCDIC fixes
2015-03-05 Rafael Garcia-Suarezreadline should behave as <>, not <<>>
2015-02-17 Karl Williamsont/io/bom.t: Generalize for non-ASCII platforms
2015-02-12 Hugo van der Sandenfix assertions for UTF8_TWO_BYTE_HI/LO
2015-01-05 Tony Cookdisable Win32 sloppy stat in io/fs.t, io/stat.t
2014-12-24 Aaron CraneFix typos in two unrelated test descriptions
2014-12-07 Aaron CraneMake fileno() builtin work on directory handles
2014-11-03 Father Chrysostomos[perl #57512] Warnings for implicitly closed handles
2014-11-02 Jarkko HietaniemiIn tests, 'use strict' etc after the @INC manipulation.
2014-10-29 Tony Cooksemctl() on cygwin throws SIGSYS if the cygserver isn...
2014-10-22 Tony Cook[perl #122703] ensure $! is set when chmod() and utime...
2014-10-20 Aaron CraneFix stack-management bug when semctl encounters errors
2014-10-16 Jarkko Hietaniemieintr.t needs Fcntl.
2014-10-12 Dagfinn Ilmari Man... Add support for Linux pipe buffer size fcntl commands
2014-10-08 Jarkko HietaniemiTest preamble: if requiring ./test.pl, needs chdir.
2014-10-08 Jarkko HietaniemiTest preamble: unify to dot slash test dot pl
2014-10-08 Jarkko HietaniemiTest preamble: unify chdir 't' if -d 't';
2014-10-07 Ævar Arnfjörð Bjar... t/io/eintr.t: Make this pass on my ppc64 box
2014-10-03 Rafael Garcia-SuarezDo not rely on the precise error wording
2014-10-03 Tony Cook[perl #122657] TODO checking the result of recv() on...
2014-10-03 Leon TimmermansCompare recv return value to peername in socket test
2014-10-01 Rafael Garcia-SuarezNew <<>> tests
2014-09-30 Rafael Garcia-SuarezForgot to update SKIP count after last patch
2014-09-30 Rafael Garcia-SuarezAdd a test for <<>> failing on the second file
2014-09-30 Rafael Garcia-SuarezAdd tests for empty strings in @ARGV
2014-09-30 Rafael Garcia-SuarezAdd tests for $ARGV
2014-09-30 Rafael Garcia-SuarezAdd tests for the <<>> operator
2014-09-03 Father ChrysostomosGet t/io/open.t working under miniperl
2014-09-03 Father ChrysostomosGet t/io/fs.t working under miniperl
2014-07-29 Jarkko HietaniemiRevert part of b844a53a to fix ./perl -Ilib t/io/fs.t
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2014-05-14 Gisle Aasuse skip_all; test.pl plan does not support skip_all
2014-04-09 bulk88[perl #21442] fix fs.t failures on Win32 FAT drive
2014-02-18 Tony Cooktest.pl uses skip_all(...), not plan(skip_all => ...)
2014-02-03 Tony Cook[perl #121028] avoid creating a shell process
2014-01-30 Brian Frasert/io/fs.t: sh in Blackberry might behave like android's
next