summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorVictor <victor@vsespb.ru>2013-08-02 14:39:59 +0400
committerTony Cook <tony@develop-help.com>2013-09-17 15:54:52 +1000
commitb893ae5e183df130e3225a0aaf8ac963a6f6d1ff (patch)
tree6049d738e595cfb2c368febb49f175e1de39be40 /MANIFEST
parent5762b8b0ebfd40c23b36b4efdfb1fdba38332207 (diff)
downloadperl-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--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 81f21490a1..63ac7cef87 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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