summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-07-25 15:59:34 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-07-25 15:59:34 +0000
commit2135512ed9c202c6f2dec388d70c8833fa0bbfb1 (patch)
treed2198d11ab5bfb68ad4f24272aca9f39de80a7c9
parentacb36ea45c4b95945f9639aac4920c186353489b (diff)
downloadperl-2135512ed9c202c6f2dec388d70c8833fa0bbfb1.tar.gz
add note about glibc bug
p4raw-id: //depot/perl@3740
-rw-r--r--t/pragma/warn/pp_hot6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/pragma/warn/pp_hot b/t/pragma/warn/pp_hot
index 60490bcd6a..f586b2540c 100644
--- a/t/pragma/warn/pp_hot
+++ b/t/pragma/warn/pp_hot
@@ -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.