JDK-6519554 : PIT:Regression test sun/text/resources/LocaleDataTest.java failed in ar, de locale
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.text
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2007-01-31
  • Updated: 2011-05-17
  • Resolved: 2011-05-17
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 6 JDK 7
6u2Fixed 7 b08Fixed
Related Reports
Relates :  
Description
build: /net/jano.sfbay/export/disk29/jcg/NightlyBuilds/i18n.pit/jdk7/archived/2007-01-24.jdk7.pit
test: sun/text/resources/LocaleDataTest.java
locale: de, ar

This test failed in Sol. 10 de, http://sqeweb.sfbay/i18n/nightly-results/jdk7/i18n_reg_7-i18n_Reg_Sol_10_de-en-2007-01-26-13-59-31-0915/sun/text/resources/LocaleDataTest.jtr

----------System.out:(4/97)----------
Mismatch in CalendarData/ga_IE/firstDayOfWeek:
file = "1"
 jvm = "2"
Test failed.  1 errors.
----------System.err:(13/709)----------
java.lang.Exception: Test failed.  1 errors.
   at LocaleDataTest.main(LocaleDataTest.java:159)
   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:606)
   at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:83)
   at java.lang.Thread.run(Thread.java:619)

Also failed in Sol. 10 ar
http://sqeweb.sfbay/i18n/nightly-results/jdk7/i18n_reg_7-i18n_Reg_Sol_10_ar-en-2007-01-26-13-59-31-0281/sun/text/resources/LocaleDataTest.jtr

----------System.out:(4/97)----------
Mismatch in CalendarData/ga_IE/firstDayOfWeek:
file = "1"
 jvm = "7"
Test failed.  1 errors.
----------System.err:(13/709)----------
java.lang.Exception: Test failed.  1 errors.
   at LocaleDataTest.main(LocaleDataTest.java:159)
   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:606)
   at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:83)
   at java.lang.Thread.run(Thread.java:619)

Comments
SUGGESTED FIX The test should be modified so that it does not look for default locale when it's testing on the specific locale (ga_IE).
31-01-2007

EVALUATION This was due to removing Calendar_ga_IE.properties in 6483191 fix.
31-01-2007