JDK-4376596 : Regression test TimeZoneNameTest.java Failing
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 1.3.1,1.3.1_01
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic,solaris_8
  • CPU: generic,sparc
  • Submitted: 2000-10-05
  • Updated: 2000-11-21
  • Resolved: 2000-11-15
Related Reports
Duplicate :  
Description
al.smith@eng 2000-11-14

Failing in Ladybird b07. Customer call also added.
---------------------------------------------------
Name: as83306			Date: 10/04/2000

Regression test java/text/Format/TimeZoneNameTest.java Failing
#Test Results (version 2)
#Tue Oct 03 22:25:47 PDT 2000
#checksum:48b3319b0593459e
#-----testdescription-----
$file=/net/sqesvr/export/st1/regression/firefly/jdk13_01Tests/test/java/text/Format/TimeZoneNameTest.java
$root=/net/sqesvr/export/st1/regression/firefly/jdk13_01Tests/test
keywords=bug4348864 bug4112924
run=ASSUMED_ACTION main TimeZoneNameTest\n
source=TimeZoneNameTest.java
title=test time zone display names in en_US locale

#-----environment-----

#-----testresult-----
description=file:///net/sqesvr/export/st1/regression/firefly/jdk13_01Tests/test/java/text/Format/TimeZoneNameTest.java
end=Tue Oct 03 22:25:47 PDT 2000
environment=regtest
execStatus=Failed. Execution failed
javatestOS=Solaris 2.x (sparc)
javatestVersion=JT_2.1.3i
script=com.sun.javatest.regtest.RegressionScript 
sections=script_messages build compile main
start=Tue Oct 03 22:25:39 PDT 2000
status=Failed. Execution failed
test=java/text/Format/TimeZoneNameTest.java
work=/export0/results/regression/firefly/bickle5.8-harness115k-testwithjdk130_01-10-03-19.27-ALL/java/text/Format

#section:script_messages
----------messages:(1/99)----------
JDK under test: java full version "1.3.0_01-beta" 
(/net/sqesvr/export/st1/jdk1.3.0_01/jdk-solaris)

#section:build
----------messages:(3/102)----------
command: build TimeZoneNameTest 
reason: Named class compiled on demand
elapsed time (seconds): 6.082
result: Passed. Compilation successful

#section:compile
----------messages:(3/198)----------
command: compile 
/net/sqesvr/export/st1/regression/firefly/jdk13_01Tests/test/java/text/Format/TimeZoneNameTest.java 
reason: .class file out of date or does not exist
elapsed time (seconds): 6.072
----------System.out:(0/0)----------
----------System.err:(0/0)----------
result: Passed. Compilation successful

#section:main
----------messages:(3/131)----------
command: main TimeZoneNameTest
reason: Assumed action based on file name: run main TimeZoneNameTest 
elapsed time (seconds): 1.908
----------System.out:(4/195)----------
TimeZoneNameTest {
  Test4112924 {
    Europe/Paris: wrong long name: "Central European Standard Time" (expected 
"Central European Time")
    Uncaught exception thrown in test method Test4112924
----------System.err:(15/590)----------
java.lang.RuntimeException: Uncaught exception thrown in test method Test4112924

        at IntlTest.err(IntlTest.java:161)
        at IntlTest.errln(IntlTest.java:166)
        at IntlTest.run(IntlTest.java:114)
        at TimeZoneNameTest.main(TimeZoneNameTest.java:51)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
        at java.lang.Thread.run(Thread.java:484)

JavaTest Message: Test threw exception: java.lang.RuntimeException: Uncaught 
exception thrown in test method Test4112924

JavaTest Message: shutting down test

STATUS:Failed.
result: Failed. Execution failed


test result: Failed. Execution failed
======================================================================

Comments
EVALUATION This time zone display name problem was fixed in different paths for the three platforms due to the late escalation from a customer. As of Kestrel FCS, Kestrel Linux should pass this test. In Ladybird, all these inconsistencies have been resolved. There is no way to resolve this problem for Firefly unless we do the same merge work for Firefly as Ladybird. This inconsistency was accepted to deal with the customer escalation. Please do not run regression tests in a platform for the other platforms. (i.e., this test should not be run on Solaris or Win32.) masayoshi.okutsu@Eng 2000-10-06 So what should we do for this inconsistency problem in Firefly which has been fcs'd? (This problem doesn't exist in Ladybird.) masayoshi.okutsu@Eng 2000-11-15
06-10-2000