From 400666af1bcbb40381691f6510cc9e218a841f67 Mon Sep 17 00:00:00 2001 From: Andy Dougherty Date: Tue, 22 Mar 2011 16:43:01 -0400 Subject: [PATCH] Improve comment for skipped test on Solaris in t/io/eintr.t --- t/io/eintr.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/io/eintr.t b/t/io/eintr.t index 04952b6..35bde53 100644 --- a/t/io/eintr.t +++ b/t/io/eintr.t @@ -44,6 +44,7 @@ if (exists $ENV{PERLIO} && $ENV{PERLIO} =~ /stdio/ ) { # Similar issues with VMS. # On FreeBSD, writes to pipes of 8192 bytes or more use a mechanism # that is not interruptible (see perl #85842 and #84688). +# "close during print" also hangs on Solaris 8 (but not 10 or 11). if ($^O eq 'VMS' || $^O eq 'MSWin32' || $^O eq 'cygwin' || $^O eq 'freebsd' || ($^O eq 'solaris' && $Config{osvers} eq '2.8') ) { -- 2.7.4