Failed
org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests.testBug473317 - 12 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)
Failing for the past 10 builds
(Since
#44 )

Error Message
testBug473317: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@380d8b0e for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@3cf1b5fb
Stacktrace
junit.framework.AssertionFailedError: testBug473317: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@380d8b0e for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@3cf1b5fb at org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests.runLeakTest(ResourceLeakTests.java:75) at org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests.testBug473317(ResourceLeakTests.java:5362)
Standard Output
Full results sent to /tmp/comptest/run.1573297474160/12_20191109_110435.txt
Standard Error
--- javac err: --- AutoCloseableEnhancedForTest.java:27: warning: [try] auto-closeable resource MyIterable<T> has a member method close() that could throw InterruptedException private static class MyIterable<T> implements Iterable<T>, AutoCloseable ^ where T is a type-variable: T extends Object declared in class MyIterable 1 warning