summaryrefslogtreecommitdiff
path: root/t/io
Commit message (Expand)AuthorAgeFilesLines
* t/io/crlf.t: Generalize for non-ASCII platformsKarl Williamson2015-03-051-6/+8
* t/io/through.t: Generalize for EBCDIC platformsKarl Williamson2015-03-051-4/+29
* t/io/utf8.t: EBCDIC fixesKarl Williamson2015-03-051-17/+18
* readline should behave as <>, not <<>>Rafael Garcia-Suarez2015-03-051-5/+14
* t/io/bom.t: Generalize for non-ASCII platformsKarl Williamson2015-02-171-3/+5
* fix assertions for UTF8_TWO_BYTE_HI/LOHugo van der Sanden2015-02-121-1/+12
* disable Win32 sloppy stat in io/fs.t, io/stat.tTony Cook2015-01-061-0/+6
* Fix typos in two unrelated test descriptionsAaron Crane2014-12-241-1/+1
* Make fileno() builtin work on directory handlesAaron Crane2014-12-071-1/+22
* [perl #57512] Warnings for implicitly closed handlesFather Chrysostomos2014-11-021-0/+1
* In tests, 'use strict' etc after the @INC manipulation.Jarkko Hietaniemi2014-11-021-3/+3
* semctl() on cygwin throws SIGSYS if the cygserver isn't runningTony Cook2014-10-291-0/+1
* [perl #122703] ensure $! is set when chmod() and utime() failTony Cook2014-10-221-4/+23
* Fix stack-management bug when semctl encounters errorsAaron Crane2014-10-201-0/+24
* eintr.t needs Fcntl.Jarkko Hietaniemi2014-10-151-0/+2
* Add support for Linux pipe buffer size fcntl commandsDagfinn Ilmari Mannsåker2014-10-131-2/+6
* Test preamble: if requiring ./test.pl, needs chdir.Jarkko Hietaniemi2014-10-083-0/+3
* Test preamble: unify to dot slash test dot plJarkko Hietaniemi2014-10-082-2/+2
* Test preamble: unify chdir 't' if -d 't';Jarkko Hietaniemi2014-10-081-1/+1
* t/io/eintr.t: Make this pass on my ppc64 boxÆvar Arnfjörð Bjarmason2014-10-071-2/+7
* Do not rely on the precise error wordingRafael Garcia-Suarez2014-10-031-5/+5
* [perl #122657] TODO checking the result of recv() on hurdTony Cook2014-10-031-4/+11
* Compare recv return value to peername in socket testLeon Timmermans2014-10-031-1/+1
* New <<>> testsRafael Garcia-Suarez2014-10-011-4/+10
* Forgot to update SKIP count after last patchRafael Garcia-Suarez2014-09-301-1/+1
* Add a test for <<>> failing on the second fileRafael Garcia-Suarez2014-09-301-1/+8
* Add tests for empty strings in @ARGVRafael Garcia-Suarez2014-09-301-1/+16
* Add tests for $ARGVRafael Garcia-Suarez2014-09-301-5/+33
* Add tests for the <<>> operatorRafael Garcia-Suarez2014-09-301-3/+38
* Get t/io/open.t working under miniperlFather Chrysostomos2014-09-021-15/+21
* Get t/io/fs.t working under miniperlFather Chrysostomos2014-09-021-1/+4
* Revert part of b844a53a to fix ./perl -Ilib t/io/fs.tJarkko Hietaniemi2014-07-281-3/+0
* Make like() and unlike() in t/test.pl refuse non-qr// argumentsÆvar Arnfjörð Bjarmason2014-06-211-2/+2
* use skip_all; test.pl plan does not support skip_allGisle Aas2014-05-131-1/+1
* [perl #21442] fix fs.t failures on Win32 FAT drivebulk882014-04-091-0/+3
* test.pl uses skip_all(...), not plan(skip_all => ...)Tony Cook2014-02-181-2/+2
* [perl #121028] avoid creating a shell processTony Cook2014-02-041-2/+3
* t/io/fs.t: sh in Blackberry might behave like android'sBrian Fraser2014-01-301-2/+3
* t/io/fs.t: Handle Android's pwd being a shell builtinBrian Fraser2014-01-261-0/+4
* Adjust fs test to try more ways of getting the CWD. Expire if we still didn't...Jess Robinson2014-01-261-1/+6
* [perl #118843] work around recv() behaviour on cygwinTony Cook2014-01-151-0/+141
* Get t/io/utf8.t working under PERL_UNICODEFather Chrysostomos2014-01-141-1/+1
* Make getc unset the utf8 flag on its retvalFather Chrysostomos2014-01-121-1/+13
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-272-5/+3
* [perl #120635] don't leak semaphoresTony Cook2013-12-181-1/+1
* Fixes the case where on 64bit big-endian boxes, calls to semctl(id,semnum,SET...Brian Childs2013-12-091-0/+72
* Skip eintr_print.t under miniperlFather Chrysostomos2013-12-061-2/+2
* crlf.t: Add skip countFather Chrysostomos2013-12-061-2/+4
* Check unlink on directory for all users, not just root.Craig A. Berry2013-12-021-7/+5
* Make unlink on directory as root set errno.Evan Zacks2013-12-021-1/+32