JDK-4350017 : Regression test java/util/Date/bug4323273.sh Failing
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 1.4.0
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,solaris_2.6
  • CPU: generic,sparc
  • Submitted: 2000-06-30
  • Updated: 2001-07-10
  • Resolved: 2001-06-11
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
1.4.0 betaFixed
Related Reports
Duplicate :  
Relates :  
Description
 
naveena.suryadevara@Eng 2000-06-30

JDK version: Merlin beta b20
Regression test: java/util/Date/bug4323273.sh

#Test Results (version 2)
#Tue Jun 27 16:16:12 PDT 2000
#checksum:7bf52a4ee6c55c88
#-----testdescription-----
file=/net/sqesvr/export/st1/regression/merlin/jdk1.4Tests/test/java/util/Date/bug4323273.sh
keywords=bug4323273 shell
run=USER_SPECIFIED build mtdate\nUSER_SPECIFIED shell/timeout=800 bug4323273.sh\n
source=bug4323273.sh
testsuite=/net/sqesvr/export/st1/regression/merlin/jdk1.4Tests/test
title=Make sure that the static initialization is properly synchronized.

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

#-----testresult-----
description=file:/net/sqesvr/export/st1/regression/merlin/jdk1.4Tests/test/java/util/Date/bug4323273.sh
end=Tue Jun 27 16:16:12 PDT 2000
environment=regtest
execStatus=Failed. Execution failed: exit code 1
javatestVersion=JT_2.1.1a
script=javasoft.sqe.javatest.regtest.RegressionScript 
sections=script_messages build compile shell
start=Tue Jun 27 16:16:06 PDT 2000
status=Failed. Execution failed: exit code 1
test=java/util/Date/bug4323273.sh
work=/net/sqesvr/export/st1/regression/merlin/results/shallots5.7-harness115k-testwithb20-06-27-14.19/java/util/Date

#section:script_messages
----------messages:(1/98)----------
JDK under test: java full version "1.4.0beta-b20" (/net/sqesvr/export/st1/jdk14-beta/b20/solaris)

#section:build
----------messages:(3/102)----------
command: build mtdate 
reason: User specified action: run build mtdate 
elapsed time (seconds): 5.156
result: Passed. Compilation successful

#section:compile
----------messages:(3/182)----------
command: compile /net/sqesvr/export/st1/regression/merlin/jdk1.4Tests/test/java/util/Date/mtdate.java 
reason: .class file out of date or does not exist
elapsed time (seconds): 5.15
----------System.out:(0/0)----------
----------System.err:(2/174)----------
Note: /net/sqesvr/export/st1/regression/merlin/jdk1.4Tests/test/java/util/Date/mtdate.java uses or overrides a deprecated API.
Note: Recompile with -deprecation for details.
result: Passed. Compilation successful

#section:shell
----------messages:(3/127)----------
command: shell bug4323273.sh 
reason: User specified action: run shell/timeout=800 bug4323273.sh 
elapsed time (seconds): 1.26
----------System.out:(0/0)----------
----------System.err:(2/76)----------
Exception in thread "main" java.lang.NoClassDefFoundError: mtdate
1: FAILED
result: Failed. Execution failed: exit code 1


test result: Failed. Execution failed: exit code 1

///////////////////////////////
al.smith@eng 2001-06-04

Verifies on Win 2000 but not on Solaris 7 with Merlin build 66. I am moving status back to NYI.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: merlin-beta FIXED IN: merlin-beta INTEGRATED IN: merlin-beta VERIFIED IN: merlin-beta2
14-06-2004

PUBLIC COMMENTS
10-06-2004

EVALUATION The classes built for the test haven't been copied to the current directory. masayoshi.okutsu@Eng 2000-07-03 It's not reproducible with b66. Restoring the state of this bug report. masayoshi.okutsu@Eng 2001-06-11 //////////////////////////// al.smith@eng 2001-07-10 Verified with build 70.
11-06-2001

SUGGESTED FIX *** /tmp/geta19725 Thu Sep 28 02:23:45 2000 --- bug4323273.sh Thu Sep 28 02:12:51 2000 *************** *** 15,21 **** for I in $N do ! if ${TESTJAVA}/bin/java -cp . mtdate; then 1>&2 echo "$I: PASSED" else 1>&2 echo "$I: FAILED" --- 15,21 ---- for I in $N do ! if ${TESTJAVA}/bin/java -cp ${TESTCLASSES} mtdate; then 1>&2 echo "$I: PASSED" else 1>&2 echo "$I: FAILED" masayoshi.okutsu@Eng 2000-09-28
28-09-2000