JDK-7041767 : closed/javax/swing/text/ParagraphView/6423287/bug6423287.java failed
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: linux_oracle_5.6
  • CPU: x86
  • Submitted: 2011-05-04
  • Updated: 2011-12-29
  • Resolved: 2011-07-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b143Fixed
Related Reports
Relates :  
Relates :  
Description
see comments

Comments
EVALUATION Before CR 6973777 all float constants (like "float iXXX") in the bug6423287#testMinimumSpan() method were equal 0 and therefore test passed. After CR 6973777 float constants became non-zero and the test failed on incorrect string: sBigBrownfox = sBrown + sBig + sFox should be sBigBrownfox = sBig + sBrown + sFox
04-05-2011

EVALUATION running text/ParagraphView/6423287 gives me the following output: Test results: passed: 1; failed: 1
04-05-2011

EVALUATION This problem sounds familiar to me, is a duplicate of an existing bug?
04-05-2011