JDK-4180436 : Regression test tools/javac/ClassLiterals/ClassLiteralHelperContext.java failing
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 1.2.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_2.6
  • CPU: sparc
  • Submitted: 1998-10-09
  • Updated: 1999-02-19
  • Resolved: 1999-02-19
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.2.2 1.2.2Fixed
Related Reports
Relates :  
Description
#Test Results
#Tue Oct 06 17:26:14 PDT 1998
testsuite=/net/tapas/export3/testexec/REGRESSION/tests/jdk1.2/test
source=ClassLiteralHelperContext.java
title=A helper method and cache cell should be defined for every class containing a given class literal, ignoring any equivalent members that may be inherited.
status=Failed. Compilation failed
work=/net/tapas/export3/testexec/REGRESSION/results/celery5.6-harness115-testwith12m-10-06-15.37/tools/javac/ClassLiterals
execStatus=Failed. Compilation failed
description=file:/net/tapas/export3/testexec/REGRESSION/tests/jdk1.2/test/tools/javac/ClassLiterals/ClassLiteralHelperContext.java
javatestVersion=JT_2.0_zf
sections=compile compile
file=/net/tapas/export3/testexec/REGRESSION/tests/jdk1.2/test/tools/javac/ClassLiterals/ClassLiteralHelperContext.java
end=Tue Oct 06 17:26:14 PDT 1998
bug=4106051
run=1 compile -depend ClassLiteralHelperContext.java\n1 main ClassLiteralHelperContext\n
start=Tue Oct 06 17:26:11 PDT 1998
keywords=4106051
environment=regtest

test: tools/javac/ClassLiterals/ClassLiteralHelperContext.java
script: javasoft.sqe.javatest.regtest.RegressionScript 
JDK under test: java full version "JDK-1.2fcs-M" (/net/tapas/export1/testexec/jdk12m/solaris)
command: compile -depend /net/tapas/export3/testexec/REGRESSION/tests/jdk1.2/test/tools/javac/ClassLiterals/ClassLiteralHelperContext.java
reason: User specified action: run compile -depend ClassLiteralHelperContext.java 
----------ref:compile(0/0)----------
----------log:compile(18/1028)----------
-depend is an invalid option or argument.
Usage: javac <options> <source files>

where <options> includes:
  -g                     Generate all debugging info
  -g:none                Generate no debugging info
  -g:{lines,vars,source} Generate only some debugging info
  -O                     Optimize; may hinder debugging or enlarge class files
  -nowarn                Generate no warnings
  -verbose               Output messages about what the compiler is doing
  -deprecation           Output source locations where deprecated APIs are used
  -classpath <path>      Specify where to find user class files
  -sourcepath <path>     Specify where to find input source files
  -bootclasspath <path>  Override location of bootstrap class files
  -extdirs <dirs>        Override location of installed extensions
  -d <directory>         Specify where to place generated class files
  -encoding <encoding>   Specify character encoding used by source files
  -target <release>      Generate class files for specific VM version
command: compile result: Failed. Compilation failed
test result: Failed. Compilation failed

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.2.2 FIXED IN: 1.2.2 INTEGRATED IN: 1.2.2
14-06-2004

EVALUATION test problem rather than real regression roger.calnan@Eng 1998-10-12 The -depend compiler switch has been renamed to -Xdepend as of 1.2. It is not needed anyhow for this test. william.maddox@Eng 1999-02-13
12-10-1998