| Name | Status | Type | Time(s) |
| testCloseProjects | Error | Java heap space
java.lang.OutOfMemoryError: Java heap space
at org.eclipse.core.runtime.Path.toString(Path.java:1173)
at org.eclipse.jdt.internal.core.search.indexing.IndexRequest.getJobFamily(IndexRequest.java:47)
at org.eclipse.jdt.internal.core.search.processing.JobManager.performConcurrentJob(JobManager.java:231)
at org.eclipse.jdt.internal.core.search.BasicSearchEngine.searchAllTypeNames(BasicSearchEngine.java:1857)
at org.eclipse.jdt.core.search.SearchEngine.searchAllTypeNames(SearchEngine.java:1100)
at org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.waitUntilIndexesReady(AbstractJavaModelTests.java:3680)
at org.eclipse.jdt.core.tests.performance.FullSourceWorkspaceModelTests.testCloseProjects(FullSourceWorkspaceModelTests.java:1183)
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 org.junit.vintage.engine.VintageTestEngine$$Lambda$300/0x000000084039a440.accept(Unknown Source)
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)
| 196.910 |
| testFullBuildDefault | Failure | Found 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)
| 94.366 |
| testSearchAllTypeNameMatches | Success | | 79.362 |
| testPerfCompleteNameWithoutTypes | Success | | 13.472 |
| testSeekPackageFragments | Success | | 91.236 |
| testPerfCompleteTypeReference | Success | | 65.601 |
| testSearchField | Success | | 83.048 |
| testPerfDomAstCreationJLS2 | Success | | 174.277 |
| testFullBuildProjectNoWarning | Success | | 121.150 |
| testNameLookupFindKnownSecondaryType | Success | | 90.399 |
| testProjectFindKnownSecondaryType | Success | | 90.669 |
| testResolveClasspath | Success | | 77.864 |
| testPopulateTwoBigJars | Success | | 74.839 |
| testBatchCompilerNoWarning | Success | | 164.898 |
| testPerfCompleteMethodDeclaration | Success | | 15.613 |
| testCreateJavaElement | Success | | 74.050 |
| testParser | Success | | 90.663 |
| testRefreshExternalArchives | Success | | 177.070 |
| testWkspDomAstCreationJLS2 | Success | | 15.357 |
| testFindType | Success | | 74.300 |
| testNameLookupFindKnownType | Success | | 89.317 |
| testCompileJDTCoreProjectNoWarning | Success | | 111.137 |
| testNewSearchAllTypeNames | Success | | 78.905 |
| testPerfReconcile | Success | | 77.009 |
| testCompileJDTCoreProjectJavadoc | Success | | 107.766 |
| testPerfCompleteEmptyName | Success | | 15.146 |
| testCompileJDTCoreProjectAllWarnings | Success | | 141.180 |
| testPerfDeleteLotsOfMembersAndReconcile | Success | | 83.881 |
| testIndexingOneProject | Success | | 98.640 |
| testPerfSearchAllTypeNamesAndReconcile | Success | | 78.733 |
| testDomAstCreationProjectJLS3 | Success | | 175.384 |
| testPerfBatchCreatePackageAndReconcile | Success | | 74.378 |
| testProjectFindUnknownType | Success | | 107.883 |
| testPerfCompleteEmptyNameWithoutMethods | Success | | 12.955 |
| testReconcileDuplicates | Success | | 89.566 |
| testSearchPackageDeclarationsWorkspace | Success | | 85.760 |
| testPerfDomAstCreationJLS3 | Success | | 173.972 |
| testPerSuperTypes | Success | | 96.896 |
| testSearchMethod | Success | | 82.106 |
| testProjectFindKnownMemberType | Success | | 76.196 |
| testSearchBinaryMethod | Success | | 81.994 |
| testProjectFindKnownType | Success | | 90.295 |
| testSearchAllTypeNames | Success | | 85.502 |
| testFullBuildProjectDefault | Success | | 121.765 |
| testGetAllPackageFragmentRoots | Success | | 78.867 |
| testScanner | Success | | 103.126 |
| testGetSourceBigJarNoAttachment | Success | | 78.437 |
| testFormatDefault | Success | | 86.074 |
| testFormatDefaultBigFile | Success | | 84.082 |
| testPerfCompleteNameWithoutMethods | Success | | 55.255 |
| testSearchConstructor | Success | | 86.812 |
| testBuildGenericType | Success | | 83.554 |
| testBug434326 | Success | | 81.837 |
| testPerfClassWithPotentialSubinterfaces | Success | | 98.093 |
| testPerfCompleteMemberAccess | Success | | 13.198 |
| testPerfCompleteName | Success | | 56.872 |
| testProjectFindUnknownTypeAfterSetClasspath | Success | | 108.201 |
| testCompileSWTProjectDefault | Success | | 127.037 |
| testRegion | Success | | 77.898 |
| testSearchType | Success | | 84.652 |
| testInitJDTPlugin | Success | | 99.539 |
| testNameLookupFindUnknownType | Success | | 88.961 |
| testPerfCompleteEmptyNameWithoutTypes | Success | | 13.569 |
| testCompileJDTCoreProjectDefault | Success | | 127.422 |
| testReopenSingleProject | Success | | 120.756 |
| testIndexing | Success | | 66.032 |
| testFullBuildProjectAllWarnings | Success | | 142.955 |
| testPerfReconcileBigFileWithSyntaxError | Success | | 76.305 |
| testPerfAllTypes | Success | | 112.339 |