JDK-8021341 : Regression: sun/text/resources/Locale/LocaleDataTest.java fails since JDK 5.0u55
  • Type: Bug
  • Component: globalization
  • Affected Version: 5.0u55
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2013-07-25
  • Updated: 2013-10-01
  • Resolved: 2013-08-02
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.
Other Other
5.0u55Fixed 5.0u61 b01Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Testsuite name: Regression
Test name: sun/text/resources/Locale/LocaleDataTest.java
JDK tested: JDK 5.0u55 b02
OS tested: Windows, Linux
Is it a regression: YES
Regression introduced in JDK 5.0u55 b01

Log:

#section:main
----------messages:(3/127)----------
command: main LocaleDataTest
reason: Assumed action based on file name: run main LocaleDataTest 
elapsed time (seconds): 0.472
----------System.out:(4/111)----------
Mismatch in LocaleElements/es_VE/CurrencySymbols/VEF:
  file = "BsF."
   jvm = "Bs.F."
Test failed.  1 errors.
----------System.err:(13/708)----------
java.lang.Exception: Test failed.  1 errors.
	at LocaleDataTest.main(LocaleDataTest.java:160)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
	at java.lang.Thread.run(Thread.java:655)

JavaTest Message: Test threw exception: java.lang.Exception: Test failed.  1 errors.
JavaTest Message: shutting down test

STATUS:Failed.`main' threw exception: java.lang.Exception: Test failed. 1 errors.
result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Test failed. 1 errors.


test result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Test failed. 1 errors.
Comments
The regression was caused by fix for JDK-6657516
06-08-2013

SQE is OK to take the fix into CPU13_04
05-08-2013

Regression bug fix. Only for JDK5
05-08-2013

When testing, it's better to check that java/text/Format/CurrencyFormat.java test passes too, since it also was affected by the fix.
02-08-2013