Name | Status | Type | Time(s) |
testCompilerUnusedVariable2 | Success | | 0.131 |
testCompilerOneModuleWithEclipseCompiler | Success | | 0.109 |
testCompilerOneClassWithSystemCompiler2 | Success | | 0.663 |
testGetLocationForModule3 | Success | | 0.056 |
testListLocationsForModules | Success | | 0.005 |
testCompilerOneClassWithEclipseCompiler | Success | | 0.151 |
testContains | Success | | 0.003 |
testSupportedCompilerVersions | Success | | 0.001 |
test010_inappropriate_encoding_diagnosis - 1.6 | Success | | 0.095 |
testCompilerOneClassWithSystemCompiler | Success | | 0.121 |
testCompilerOneClassWithEclipseCompiler3 | Success | | 0.118 |
testGetJavaFileObjects2 | Success | | 0.005 |
testFileManager2 | Success | | 0.114 |
testGetServiceLoader | Success | | 0.004 |
testBug565748 | Success | | 0.282 |
testInferModuleName | Success | | 0.003 |
testCleanUp | Success | | 0.001 |
testOptionRelease1 | Success | | 0.306 |
testCompilerOneClassWithEclipseCompiler4 | Success | | 0.122 |
test022_output_streams - 1.6 | Success | | 0.080 |
testCheckOptions | Success | | 0.001 |
testCompilerSimpleSuppressWarnings | Success | | 0.274 |
testGetJavaFileObjects | Success | | 0.004 |
test003_dash_d_option - 1.6 | Success | | 0.016 |
test016_files_access_write - 1.6 | Success | | 0.184 |
test001_basic - 1.6 | Success | | 0.220 |
test012_files_access_read - 1.6 | Success | | 0.030 |
testCompilerOneClassWithEclipseCompiler5 | Success | | 0.118 |
testCompilerUnusedVariable | Success | | 0.968 |
testGetLocationForModule1 | Success | | 0.047 |
test019_sourcepath_without_destination - 1.6 | Success | | 0.281 |
test006_no_dash_d_option_custom_file_manager - 1.6 | Success | | 0.124 |
testOptionRelease2 | Success | | 0.188 |
testClassOutputLocationForModule_1 | Success | | 0.048 |
testCompilerOneClassWithEclipseCompiler6 | Success | | 0.001 |
testSetLocationAsPaths | Success | | 0.005 |
test021_output_streams - 1.6 | Success | | 0.047 |
test004_no_dash_d_option - 1.6 | Success | | 0.020 |
testCompilerUnrelatedSuppressWarnings | Failure | Unexpected output: expected:<----------[ 1. WARNING in C:Usersjenkins_vncAppDataLocalTemp/p/SuppressTest.java (at line 6) Long result = l * 2; ^^^^^ The expression of type long is boxed into Long ---------- 1 problem (1 warning)] > but was:<----------[ 1. WARNING in C:\Users\jenkins_vnc\AppData\Local\Temp\p\SuppressTest.java (at line 6) Long result = l * 2; ^^^^^ The expression of type long is boxed into Long ---------- 1 problem (1 warning) ] >
junit.framework.ComparisonFailure: Unexpected output: expected:<----------[
1. WARNING in C:Usersjenkins_vncAppDataLocalTemp/p/SuppressTest.java (at line 6)
Long result = l * 2;
^^^^^
The expression of type long is boxed into Long
----------
1 problem (1 warning)]
> but was:<----------[
1. WARNING in C:\Users\jenkins_vnc\AppData\Local\Temp\p\SuppressTest.java (at line 6)
Long result = l * 2;
^^^^^
The expression of type long is boxed into Long
----------
1 problem (1 warning)
]
>
at junit.framework.Assert.assertEquals(Assert.java:100)
at junit.framework.TestCase.assertEquals(TestCase.java:253)
at org.eclipse.jdt.compiler.tool.tests.CompilerToolTests.suppressTest(CompilerToolTests.java:1336)
at org.eclipse.jdt.compiler.tool.tests.CompilerToolTests.testCompilerUnrelatedSuppressWarnings(CompilerToolTests.java:1366)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at junit.framework.TestCase.runTest(TestCase.java:177)
at junit.framework.TestCase.runBare(TestCase.java:142)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:130)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82)
at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:52)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.start(CoreTestApplication.java:43)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
at org.eclipse.core.launcher.Main.main(Main.java:44)
| 0.120 |
testCompilerNestedSuppressWarnings | Success | | 0.150 |
test011_inappropriate_encoding_diagnosis - 1.6 | Success | | 0.121 |
testBug533830_1 | Success | | 0.102 |
testSupportedCompilerVersions | Success | | 0.007 |
test007_options_consumption - 1.6 | Success | | 0.047 |
test017_sourcepath_without_destination - 1.6 | Success | | 0.208 |
testOptionRelease3 | Success | | 0.078 |
testFileManager | Success | | 0.093 |
testInferBinaryName | Success | | 0.089 |
testGetLocationForModule2 | Success | | 0.055 |
test005_dash_d_option_custom_file_manager - 1.6 | Success | | 0.120 |
testCompilerOneClassWithEclipseCompiler7 | Success | | 0.099 |
testAsPath | Success | | 0.007 |
testClassOutputLocationForModule_2 | Success | | 0.047 |
test009_options_consumption - 1.6 | Success | | 0.056 |
testCompilerOneClassWithEclipseCompiler2 | Success | | 0.135 |
test015_files_access_write - 1.6 | Success | | 0.095 |
test002_dash_d_option - 1.6 | Success | | 0.023 |
test008_options_consumption - 1.6 | Success | | 0.050 |