From: Andy Dougherty Date: Tue, 22 Mar 2011 20:43:01 +0000 (-0400) Subject: Improve comment for skipped test on Solaris in t/io/eintr.t X-Git-Tag: accepted/trunk/20130322.191538~4770 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=400666af1bcbb40381691f6510cc9e218a841f67;p=platform%2Fupstream%2Fperl.git Improve comment for skipped test on Solaris in t/io/eintr.t --- 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') ) {