JDK-7029449 : three tests fail against 1.4.2 just on solaris
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.4.2_32
  • Priority: P4
  • Status: Closed
  • Resolution: Not an Issue
  • OS: solaris
  • CPU: generic
  • Submitted: 2011-03-21
  • Updated: 2011-04-04
  • Resolved: 2011-03-28
Related Reports
Relates :  
Description
See comments

Comments
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.
21-03-2011