Skip to content

Failed

org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test005 - 1.8 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)

Failing for the past 1 build (Since #9 )
Took 0.7 sec.

Stacktrace

junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertNotNull(Assert.java:256)
	at junit.framework.Assert.assertNotNull(Assert.java:248)
	at junit.framework.TestCase.assertNotNull(TestCase.java:417)
	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test005(GenericTypeSignatureTest.java:684)

Standard Output

test005: Not possible to launch Sun javac compilation!


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: B
public class X <T extends Object & p.B & p.C> extends p.A<T> {
                                    ^
  missing type arguments for generic class B<T>
  where T is a type-variable:
    T extends Object declared in interface B
X.java:1: warning: [rawtypes] found raw type: C
public class X <T extends Object & p.B & p.C> extends p.A<T> {
                                          ^
  missing type arguments for generic class C<T>
  where T is a type-variable:
    T extends Object declared in interface C
2 warnings