On 11/11/2010 4:01 AM, Pavel Tisnovsky wrote:
Phil Race wrote:
Pavel,
The font implementation and tests are 2D. Not AWT. Don't get thrown by
package names.
Ah sorry, you are right, of course.
I was a bit curious about the real reason for this failure.
I wrote this test a couple of years ago and its never failed before.
I don't see it failing on any 6-open build.
I see it failing only in JDK 7 from b90. That seems to be due to HS18b03
fix
6938627: Make temporary directory use property java.io.tmpdir when
specified
It's failing on my side in OpenJDK 7 and in IcedTea6, because IT6 uses
some backports from OpenJDK 7 (from the log files I can only infer that
this bug first appeared in IcedTea6 when the hs19 were set as default
HotSpot on 2010-10-19). Is it still possible to push the test correction
to OpenJDK 6 too, or only to OpenJDK 7?
Also I'll need a bug id please.
Sorry for the belated reply, please use
7003327 Correct test awt/FontClass/CreateFont/DeleteFont
Approved for OpenJDK 6.
-Joe