Skip to content

Failed

org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests.testBug519330 - 11 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)

Failing for the past 35 builds (Since #9 )
Took 0.55 sec.

Error Message

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

------------ but was ------------
Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n

--------- Difference is ----------
 expected:<[]> but was:<[Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n
]>

Stacktrace

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

------------ but was ------------
Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n

--------- Difference is ----------
 expected:<[]> but was:<[Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n
]>
	at org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests.getModuleAttribute(ModuleAttributeTests.java:61)
	at org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests.testBug519330(ModuleAttributeTests.java:231)

Standard Output

org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests#testBug519330 - 11
module-info.java [
module java.base {
}

]


Full results sent to /tmp/genie.jdt/comptest/run.1565427784609/11_20190810_050312.txt

Standard Error

--- javac err: ---
Fatal Error: Unable to find package java.lang in classpath or bootclasspath

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