Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6409419

L10N of timezone display name need to be modified to up-to-date

XMLWordPrintable

    • b96
    • generic, other, x86
    • generic, solaris_10, windows_xp
    • Verified

      Build used: /net/jano.sfbay/export/disk29/jcg/NightlyBuilds/i18n/mustang/archived/2006-04-05-int.mustang

      Due to integration of bug 6408063, a new test case sun/util/resources/TimeZone/Bug6329116.java has been added based on test/java/util/TimeZone/Bug6329116.java

      The test failed with the PIT build and the reason is L10N of timezone display names is out dated, need to be updated.

      The exception thrown are as follows:

      #section:main
      ----------messages:(3/119)----------
      command: main Bug6329116
      reason: Assumed action based on file name: run main Bug6329116 elapsed time (seconds): 1.008
      ----------System.out:(0/0)----------
      ----------System.err:(67/4378)----------
      America/Indiana/Knox: expected: CST: got: EST for non-DST in de locale.
      America/Indiana/Knox: expected: CST: got: EST for non-DST in es locale.
      America/Indiana/Knox: expected: CST: got: EST for non-DST in fr locale.
      America/Indiana/Knox: expected: CST: got: EST for non-DST in it locale.
      America/Indiana/Knox: expected: CST: got: EST for non-DST in ja locale.
      America/Indiana/Knox: expected: CST: got: EST for non-DST in ko locale.
      America/Indiana/Knox: expected: CST: got: EST for non-DST in sv locale.
      America/Indiana/Knox: expected: CST: got: EST for non-DST in zh_CN locale.
      America/Indiana/Knox: expected: CST: got: EST for non-DST in zh_TW locale.
      America/Indiana/Knox: expected: CDT: got: EDT for DST in de locale.
      America/Indiana/Knox: expected: CDT: got: EDT for DST in es locale.
      America/Indiana/Knox: expected: CDT: got: EDT for DST in fr locale.
      America/Indiana/Knox: expected: CDT: got: EDT for DST in it locale.
      America/Indiana/Knox: expected: CDT: got: EDT for DST in ja locale.
      America/Indiana/Knox: expected: CDT: got: EDT for DST in ko locale.
      America/Indiana/Knox: expected: CDT: got: EDT for DST in sv locale.
      America/Indiana/Knox: expected: CDT: got: EDT for DST in zh_CN locale.
      America/Indiana/Knox: expected: CDT: got: EDT for DST in zh_TW locale.
      Pacific/Rarotonga: expected: CKHST: got: CKST for DST in de locale.
      Pacific/Rarotonga: expected: CKHST: got: CKST for DST in es locale.
      Pacific/Rarotonga: expected: CKHST: got: CKST for DST in fr locale.
      Pacific/Rarotonga: expected: CKHST: got: CKST for DST in it locale.
      Pacific/Rarotonga: expected: CKHST: got: CKST for DST in ja locale.
      Pacific/Rarotonga: expected: CKHST: got: CKST for DST in ko locale.
      Pacific/Rarotonga: expected: CKHST: got: CKST for DST in sv locale.
      Pacific/Rarotonga: expected: CKHST: got: CKST for DST in zh_CN locale.
      Pacific/Rarotonga: expected: CKHST: got: CKST for DST in zh_TW locale.
      Asia/Dili: expected: TLT: got: TPT for non-DST in de locale.
      Asia/Dili: expected: TLT: got: TPT for non-DST in es locale.
      Asia/Dili: expected: TLT: got: TPT for non-DST in fr locale.
      Asia/Dili: expected: TLT: got: TPT for non-DST in it locale.
      Asia/Dili: expected: TLT: got: TPT for non-DST in ja locale.
      Asia/Dili: expected: TLT: got: TPT for non-DST in ko locale.
      Asia/Dili: expected: TLT: got: TPT for non-DST in sv locale.
      Asia/Dili: expected: TLT: got: TPT for non-DST in zh_CN locale.
      Asia/Dili: expected: TLT: got: TPT for non-DST in zh_TW locale.
      Africa/Accra: expected: GHST: got: GMT for DST in de locale.
      Africa/Accra: expected: GHST: got: GMT for DST in es locale.
      Africa/Accra: expected: GHST: got: GMT for DST in fr locale.
      Africa/Accra: expected: GHST: got: GMT for DST in it locale.
      Africa/Accra: expected: GHST: got: GMT for DST in ja locale.
      Africa/Accra: expected: GHST: got: GMT for DST in ko locale.
      Africa/Accra: expected: GHST: got: GMT for DST in sv locale.
      Africa/Accra: expected: GHST: got: GMT for DST in zh_CN locale.
      Africa/Accra: expected: GHST: got: GMT for DST in zh_TW locale.
      Africa/Freetown: expected: SLST: got: GMT for DST in de locale.
      Africa/Freetown: expected: SLST: got: GMT for DST in es locale.
      Africa/Freetown: expected: SLST: got: GMT for DST in fr locale.
      Africa/Freetown: expected: SLST: got: GMT for DST in it locale.
      Africa/Freetown: expected: SLST: got: GMT for DST in ja locale.
      Africa/Freetown: expected: SLST: got: GMT for DST in ko locale.
      Africa/Freetown: expected: SLST: got: GMT for DST in sv locale.
      Africa/Freetown: expected: SLST: got: GMT for DST in zh_CN locale.
      Africa/Freetown: expected: SLST: got: GMT for DST in zh_TW locale.
      java.lang.RuntimeException: At leats one timezone display name is incorrect.
          at Bug6329116.main(Bug6329116.java:28)
          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:589)
          at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:83)
          at java.lang.Thread.run(Thread.java:618)

      JavaTest Message: Test threw exception: java.lang.RuntimeException: At leats one timezone display name is incorrect.
      JavaTest Message: shutting down test

      STATUS:Failed.`main' threw exception: java.lang.RuntimeException: At leats one timezone display name is incorrect.
      result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: At leats one timezone display name is incorrect.


      test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: At leats one timezone display name is incorrect.

      This is different from 6301593.

            mfang Michael Fang (Inactive)
            mtiensunw Minchi Tien (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: