-
Bug
-
Resolution: Won't Fix
-
P4
-
OpenJDK6
-
None
-
generic
-
generic
See thread
http://mail.openjdk.java.net/pipermail/jdk6-dev/2010-November/002105.html
Summary:
"This test check, if the temporary file containing font is properly
deleted when JVM finishes. The check is based on counting of files in
temporary dir - if temporary font file is not deleted, the number of
files before and after running the test differs.
BUT JVM also creates hsperfdata_* subdirectory so the check described
above always fails (presence of this subdirectory add +1 to number of
files). I've added simple filter to resolve this issue. Another option
is to disable the hsperfdata_* creation at all."
http://mail.openjdk.java.net/pipermail/jdk6-dev/2010-November/002105.html
Summary:
"This test check, if the temporary file containing font is properly
deleted when JVM finishes. The check is based on counting of files in
temporary dir - if temporary font file is not deleted, the number of
files before and after running the test differs.
BUT JVM also creates hsperfdata_* subdirectory so the check described
above always fails (presence of this subdirectory add +1 to number of
files). I've added simple filter to resolve this issue. Another option
is to disable the hsperfdata_* creation at all."
- relates to
-
JDK-7014520 java/awt/FontClass/CreateFont/DeleteFont.sh test passes just in a second invocation against jdk7b125
-
- Closed
-