add note about glibc bug
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 25 Jul 1999 15:59:34 +0000 (15:59 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 25 Jul 1999 15:59:34 +0000 (15:59 +0000)
p4raw-id: //depot/perl@3740

t/pragma/warn/pp_hot

index 60490bc..f586b25 100644 (file)
@@ -54,6 +54,12 @@ print getc(FOO);
 read(FOO,$_,1);
 no warning 'io' ;
 print STDIN "anc";
+###############################################################
+#                            N O T E                          #
+# This test is known to fail on Linux systems with glibc.     #
+# The glibc development team is aware of the problem, and has #
+# determined a fix for the next release of that library.      #
+###############################################################
 EXPECT
 Filehandle main::STDIN opened only for input at - line 3.
 Filehandle main::STDOUT opened only for output at - line 4.