Skip to content

Failed

org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test025e - 1.8 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)

Failing for the past 4 builds (Since #6 )
Took 0.71 sec.

Error Message

test025e: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@726e29d for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@32120956

Stacktrace

junit.framework.AssertionFailedError: test025e: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@726e29d for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@32120956
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runJavac(AbstractRegressionTest.java:2089)
	at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runTest(AbstractRegressionTest.java:2814)
	at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runTest(AbstractRegressionTest.java:2539)
	at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runConformTest(AbstractRegressionTest.java:2958)
	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test025e(MethodVerifyTest.java:1710)

Standard Output


Full results sent to /tmp/comptest/run.1514610271420/1.8.0_131_20171230_000432.txt

Standard Error

--- javac err: ---
X.java:1: warning: [rawtypes] found raw type: X
interface X<T extends X> { T x(); }
                      ^
  missing type arguments for generic class X<T>
  where T is a type-variable:
    T extends X declared in interface X
X.java:2: warning: [rawtypes] found raw type: X
abstract class Y<S extends X> implements X<S> { public abstract S x(); }
                           ^
  missing type arguments for generic class X<T>
  where T is a type-variable:
    T extends X declared in interface X
X.java:3: warning: [rawtypes] found raw type: X
abstract class Z implements X { public abstract X x(); }
                            ^
  missing type arguments for generic class X<T>
  where T is a type-variable:
    T extends X declared in interface X
X.java:3: warning: [rawtypes] found raw type: X
abstract class Z implements X { public abstract X x(); }
                                                ^
  missing type arguments for generic class X<T>
  where T is a type-variable:
    T extends X declared in interface X
4 warnings