Unit Test Results.

Downloads / Build / Test Results | org.eclipse.jdt.core.tests.performance_ep418ILR-perf-lin64_linux.gtk.x86_64_11.xmlDesigned for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
691098.55%5625.386
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.core.tests.performance69015625.3862020-12-03T12:57:34

Package org.eclipse.jdt.core.tests.performance

NameTestsErrorsFailuresTime(s)Time StampHost
AllPerformanceTests69015625.3862020-12-03T12:57:34
Back to top


TestCase AllPerformanceTests

NameStatusTypeTime(s)
testCloseProjectsSuccess150.417
testFullBuildDefaultFailureFound 16 unexpected errors while building workspace expected:<0> but was:<16>

junit.framework.AssertionFailedError: Found 16 unexpected errors while building workspace expected:<0> but was:<16>
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.failNotEquals(Assert.java:329)
at junit.framework.Assert.assertEquals(Assert.java:78)
at junit.framework.Assert.assertEquals(Assert.java:234)
at junit.framework.TestCase.assertEquals(TestCase.java:377)
at org.eclipse.jdt.core.tests.performance.FullSourceWorkspaceBuildTests.build(FullSourceWorkspaceBuildTests.java:225)
at org.eclipse.jdt.core.tests.performance.FullSourceWorkspaceBuildTests.testFullBuildDefault(FullSourceWorkspaceBuildTests.java:667)
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 org.eclipse.jdt.core.tests.junit.extension.TestCase.runTest(TestCase.java:957)
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.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
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:653)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
at org.eclipse.equinox.launcher.Main.main(Main.java:1434)
at org.eclipse.core.launcher.Main.main(Main.java:44)
97.409
testSearchAllTypeNameMatchesSuccess65.680
testPerfCompleteNameWithoutTypesSuccess12.573
testSeekPackageFragmentsSuccess84.898
testPerfCompleteTypeReferenceSuccess61.087
testSearchFieldSuccess69.223
testPerfDomAstCreationJLS2Success145.228
testFullBuildProjectNoWarningSuccess101.450
testNameLookupFindKnownSecondaryTypeSuccess88.387
testProjectFindKnownSecondaryTypeSuccess87.047
testResolveClasspathSuccess71.212
testPopulateTwoBigJarsSuccess71.924
testBatchCompilerNoWarningSuccess172.868
testPerfCompleteMethodDeclarationSuccess14.408
testCreateJavaElementSuccess72.302
testParserSuccess76.066
testRefreshExternalArchivesSuccess174.514
testWkspDomAstCreationJLS2Success14.436
testFindTypeSuccess71.917
testNameLookupFindKnownTypeSuccess87.191
testCompileJDTCoreProjectNoWarningSuccess85.255
testNewSearchAllTypeNamesSuccess65.076
testPerfReconcileSuccess73.982
testCompileJDTCoreProjectJavadocSuccess88.246
testPerfCompleteEmptyNameSuccess13.972
testCompileJDTCoreProjectAllWarningsSuccess149.880
testPerfDeleteLotsOfMembersAndReconcileSuccess79.426
testIndexingOneProjectSuccess85.508
testPerfSearchAllTypeNamesAndReconcileSuccess75.209
testDomAstCreationProjectJLS3Success146.407
testPerfBatchCreatePackageAndReconcileSuccess73.443
testProjectFindUnknownTypeSuccess101.940
testPerfCompleteEmptyNameWithoutMethodsSuccess11.886
testReconcileDuplicatesSuccess86.149
testSearchPackageDeclarationsWorkspaceSuccess71.836
testPerfDomAstCreationJLS3Success144.872
testPerSuperTypesSuccess80.709
testSearchMethodSuccess68.068
testProjectFindKnownMemberTypeSuccess73.310
testSearchBinaryMethodSuccess68.336
testProjectFindKnownTypeSuccess85.889
testSearchAllTypeNamesSuccess70.548
testFullBuildProjectDefaultSuccess110.534
testGetAllPackageFragmentRootsSuccess73.802
testScannerSuccess88.465
testGetSourceBigJarNoAttachmentSuccess73.742
testFormatDefaultSuccess80.711
testFormatDefaultBigFileSuccess78.873
testPerfCompleteNameWithoutMethodsSuccess52.119
testSearchConstructorSuccess72.911
testBuildGenericTypeSuccess69.730
testBug434326Success68.122
testPerfClassWithPotentialSubinterfacesSuccess81.437
testPerfCompleteMemberAccessSuccess12.423
testPerfCompleteNameSuccess53.511
testProjectFindUnknownTypeAfterSetClasspathSuccess102.554
testCompileSWTProjectDefaultSuccess112.415
testRegionSuccess54.532
testSearchTypeSuccess70.825
testInitJDTPluginSuccess98.289
testNameLookupFindUnknownTypeSuccess86.843
testPerfCompleteEmptyNameWithoutTypesSuccess12.787
testCompileJDTCoreProjectDefaultSuccess117.655
testReopenSingleProjectSuccess116.363
testIndexingSuccess43.083
testFullBuildProjectAllWarningsSuccess139.659
testPerfReconcileBigFileWithSyntaxErrorSuccess73.074
testPerfAllTypesSuccess90.667
Properties »

Back to top