diff options
author | Victor <victor@vsespb.ru> | 2013-08-02 14:39:59 +0400 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2013-09-17 15:54:52 +1000 |
commit | b893ae5e183df130e3225a0aaf8ac963a6f6d1ff (patch) | |
tree | 6049d738e595cfb2c368febb49f175e1de39be40 /MANIFEST | |
parent | 5762b8b0ebfd40c23b36b4efdfb1fdba38332207 (diff) | |
download | perl-b893ae5e183df130e3225a0aaf8ac963a6f6d1ff.tar.gz |
Test that print() is not returning EINTR.
fails under 5.14.x ( see RT #119097 )
also fails under 5.8.x
Currently test enabled on linux/bsd/solaris/darwin
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4987,6 +4987,7 @@ t/io/crlf_through.t See if pipe passes data intact with :crlf t/io/data.t See if DATA works t/io/defout.t See if PL_defoutgv works t/io/dup.t See if >& works right +t/io/eintr_print.t Test that print is not returning EINTR t/io/eintr.t See if code called during EINTR is safe t/io/errnosig.t Test case for restoration $! when leaving signal handlers t/io/errno.t See if $! is correctly set |