EVALUATION
User env setup issue. Not a product or testcase issue here.
28-03-2011
EVALUATION
The test java/awt/FontClass/NegativeAngleTest/NegativeAngleTest.java
fails on 1.4.2 because "PCFont" is a Type 3 Postscript font.
Not sure why this is coming up now except that maybe its been a while
since anyone installed the package SUNWa2psu on Solaris 10
which is what contains pcfont.pfa
This was addressed in JDK6 under
6192865: Java 2D: Type 3 postscript fonts should be rejected immediately.
So we don't even look at the font.
I don't agree that these 3 bugs are sufficiently closely related to
merit a single bug. Its not even the same team.
But I'm going to leave it to someone else to fix that up.
The font one I've explained and that doesn't need a new bug.
So I'll re-assign this to AWT and hope the submitter can split off the Swing one.