JDK-6307034 : Auto regression test case 6282891 was failing with 142_10-b01(Compilation failed)
  • Type: Bug
  • Component: other-libs
  • Sub-Component: other
  • Affected Version: 1.4.2_10
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,solaris_10
  • CPU: generic,sparc
  • Submitted: 2005-08-05
  • Updated: 2012-08-06
  • Resolved: 2005-09-20
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.2_10 b02Fixed
Related Reports
Duplicate :  
Description
Auto regression test case 6282891 was failing with 142_10-b01
Testcase location:

/net/urts071/export6/testSuites/Regression/workspace_142/test/CTE_REGTEST/Generic/6282891/LauncherTest.java 

Java version:
bash-3.00$ /export/updates/jdks/j2sdk1.4.2_10/bin/java -version          
java version "1.4.2_10-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_10-ea-b01)
Java HotSpot(TM) Client VM (build 1.4.2_10-ea-b01, mixed mode)

Compilation failing.

reason: .class file out of date or does not exist
elapsed time (seconds): 1.451


System.err:

/net/urts071/export6/testSuites/Regression/workspace_142/test/CTE_REGTEST/Generic/6282891/LauncherTest.java:16: invalid method declaration; return type required
    public t6282891()
           ^
/net/urts071/export6/testSuites/Regression/workspace_142/test/CTE_REGTEST/Generic/6282891/LauncherTest.java:29: '(' expected
    public static void main throws Exception (String astring[])
                            ^
2 errors

Comments
EVALUATION Modify the testcase.
08-08-2005