JDK-8054828 : TEST_BUG: Typos in java/lang/Long/ParsingTest
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Priority: P5
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2014-08-11
  • Updated: 2014-12-22
  • Resolved: 2014-08-12
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 9
9 b28Fixed
Related Reports
Relates :  
Description
8041972 introduced new test cases to java/lang/Integer/ParsingTest.java and java/lang/Long/ParsingTest.java. Unfortunately, some typos crept into the Long version causing the jtreg test to use Integer.parseInt instead of intended Long.parseLong methods, rendering the new tests partially ineffective.