Improve comment for skipped test on Solaris in t/io/eintr.t
authorAndy Dougherty <doughera@lafayette.edu>
Tue, 22 Mar 2011 20:43:01 +0000 (16:43 -0400)
committerAndy Dougherty <doughera@lafayette.edu>
Tue, 22 Mar 2011 20:43:01 +0000 (16:43 -0400)
t/io/eintr.t

index 04952b6..35bde53 100644 (file)
@@ -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') ) {