Unit Test Results.

Downloads / Build / Test Results | org.eclipse.jdt.compiler.tool.tests_ep417I-unit-win32-java11_win32.win32.x86_64_11.xmlDesigned for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
581098.28%6.763
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)Time StampHost
org.eclipse.jdt.compiler.tool.tests58016.7632020-09-03T01:40:18

Package org.eclipse.jdt.compiler.tool.tests

NameTestsErrorsFailuresTime(s)Time StampHost
AllTests58016.7632020-09-03T01:40:18
Back to top


TestCase AllTests

NameStatusTypeTime(s)
testCompilerUnusedVariable2Success0.131
testCompilerOneModuleWithEclipseCompilerSuccess0.109
testCompilerOneClassWithSystemCompiler2Success0.663
testGetLocationForModule3Success0.056
testListLocationsForModulesSuccess0.005
testCompilerOneClassWithEclipseCompilerSuccess0.151
testContainsSuccess0.003
testSupportedCompilerVersionsSuccess0.001
test010_inappropriate_encoding_diagnosis - 1.6Success0.095
testCompilerOneClassWithSystemCompilerSuccess0.121
testCompilerOneClassWithEclipseCompiler3Success0.118
testGetJavaFileObjects2Success0.005
testFileManager2Success0.114
testGetServiceLoaderSuccess0.004
testBug565748Success0.282
testInferModuleNameSuccess0.003
testCleanUpSuccess0.001
testOptionRelease1Success0.306
testCompilerOneClassWithEclipseCompiler4Success0.122
test022_output_streams - 1.6Success0.080
testCheckOptionsSuccess0.001
testCompilerSimpleSuppressWarningsSuccess0.274
testGetJavaFileObjectsSuccess0.004
test003_dash_d_option - 1.6Success0.016
test016_files_access_write - 1.6Success0.184
test001_basic - 1.6Success0.220
test012_files_access_read - 1.6Success0.030
testCompilerOneClassWithEclipseCompiler5Success0.118
testCompilerUnusedVariableSuccess0.968
testGetLocationForModule1Success0.047
test019_sourcepath_without_destination - 1.6Success0.281
test006_no_dash_d_option_custom_file_manager - 1.6Success0.124
testOptionRelease2Success0.188
testClassOutputLocationForModule_1Success0.048
testCompilerOneClassWithEclipseCompiler6Success0.001
testSetLocationAsPathsSuccess0.005
test021_output_streams - 1.6Success0.047
test004_no_dash_d_option - 1.6Success0.020
testCompilerUnrelatedSuppressWarningsFailureUnexpected 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
testCompilerNestedSuppressWarningsSuccess0.150
test011_inappropriate_encoding_diagnosis - 1.6Success0.121
testBug533830_1Success0.102
testSupportedCompilerVersionsSuccess0.007
test007_options_consumption - 1.6Success0.047
test017_sourcepath_without_destination - 1.6Success0.208
testOptionRelease3Success0.078
testFileManagerSuccess0.093
testInferBinaryNameSuccess0.089
testGetLocationForModule2Success0.055
test005_dash_d_option_custom_file_manager - 1.6Success0.120
testCompilerOneClassWithEclipseCompiler7Success0.099
testAsPathSuccess0.007
testClassOutputLocationForModule_2Success0.047
test009_options_consumption - 1.6Success0.056
testCompilerOneClassWithEclipseCompiler2Success0.135
test015_files_access_write - 1.6Success0.095
test002_dash_d_option - 1.6Success0.023
test008_options_consumption - 1.6Success0.050
Properties »

Back to top