Skip to content

Failed

org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0886 - 12 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)

Failing for the past 1 build (Since Failed #44 )
Took 0.31 sec.

Error Message

test0886 - Javac found error(s) but Eclipse did not find any.
----------- Expected ------------

------------ but was ------------
error: Source option 1.4 is no longer supported. Use 7 or later.\n

--------- Difference is ----------
 expected:<[]> but was:<[error: Source option 1.4 is no longer supported. Use 7 or later.\n
]>

Stacktrace

junit.framework.ComparisonFailure: 
test0886 - Javac found error(s) but Eclipse did not find any.
----------- Expected ------------

------------ but was ------------
error: Source option 1.4 is no longer supported. Use 7 or later.\n

--------- Difference is ----------
 expected:<[]> but was:<[error: Source option 1.4 is no longer supported. Use 7 or later.\n
]>
	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0886(GenericTypeTest.java:29075)

Standard Output

org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test0886 - 12
X.java [
public class X {
	void test() {
		"Hello".compareTo((Object) "Hello");
	}
}

]


Full results sent to /tmp/genie.jdt/comptest/run.1565715170219/12_20190813_125251.txt

Standard Error

--- javac err: ---
error: Source option 1.4 is no longer supported. Use 7 or later.

----------------------------------------