Name | Status | Type | Time(s) |
testScrollJavaEditorPageWise | Success | | 82.844 |
testScrollJavaEditorLineWiseMoveCaret2 | Success | | 100.500 |
testScrollJavaEditorLineWiseSelect2 | Success | | 112.562 |
testScrollJavaEditorLineWise2 | Success | | 76.578 |
testScrollJavaEditorLineWiseSelectHoldKeys | Success | | 8.000 |
testScrollJavaEditorLineWiseHoldKeys | Success | | 8.000 |
testScrollTextEditorPageWise | Success | | 46.172 |
testScrollTextEditorLineWiseMoveCaret2 | Success | | 68.860 |
testScrollTextEditorLineWiseSelect2 | Success | | 81.453 |
testScrollTextEditorLineWise2 | Success | | 56.781 |
testScrollTextEditorLineWiseSelectHoldKeys | Success | | 8.000 |
testScrollTextEditorLineWiseHoldKeys | Success | | 8.000 |
testJavaIndenter2 | Success | | 4.344 |
testTypeAMethod | Success | | 27.078 |
testTypeAMethod | Success | | 17.937 |
testOpenPreferencePage | Success | | 1.891 |
testScrollJavaEditorPageWise | Success | | 74.375 |
testScrollJavaEditorLineWiseMoveCaret1 | Success | | 106.500 |
testScrollJavaEditorLineWiseSelect1 | Success | | 119.250 |
testScrollJavaEditorLineWise1 | Success | | 83.188 |
test | Success | | 18.468 |
test | Success | | 74.328 |
test | Success | | 21.235 |
test | Success | | 20.078 |
Name | Status | Type | Time(s) |
testActivateEditor | Success | | 153.219 |
testRevertTextEditor | Success | | 31.141 |
testRevertJavaEditor | Success | | 34.171 |
test2 | Success | | 32.750 |
testToggleComment2 | Success | | 64.938 |
testUndoTextEditor2 | Success | | 42.687 |
testUndoJavaEditor2 | Success | | 78.032 |
testOpenQuickOutline1 | Success | | 593.703 |
test1 | Success | | 587.250 |
testActivateEditor | Success | | 72.344 |
test1 | Success | | 38.843 |
test1 | Error | Failed to execute runnable (java.util.ConcurrentModificationException)
org.eclipse.swt.SWTException: Failed to execute runnable (java.util.ConcurrentModificationException) at org.eclipse.swt.SWT.error(SWT.java:3563) at org.eclipse.swt.SWT.error(SWT.java:3481) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296) at org.eclipse.jdt.text.tests.performance.DisplayHelper.driveEventQueue(DisplayHelper.java:158) at org.eclipse.jdt.text.tests.performance.DisplayHelper.waitForCondition(DisplayHelper.java:60) at org.eclipse.jdt.text.tests.performance.DisplayHelper.sleep(DisplayHelper.java:101) at org.eclipse.jdt.text.tests.performance.EditorTestHelper.runEventQueue(EditorTestHelper.java:216) at org.eclipse.jdt.text.tests.performance.EditorTestHelper.runEventQueue(EditorTestHelper.java:203) at org.eclipse.jdt.text.tests.performance.EditorTestHelper.joinReconciler(EditorTestHelper.java:352) at org.eclipse.jdt.text.tests.performance.SaveEditorTest.measureRevert(SaveEditorTest.java:94) at org.eclipse.jdt.text.tests.performance.SaveEditorTest.test1(SaveEditorTest.java:84) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) at junit.extensions.TestSetup$1.protect(TestSetup.java:21) at junit.extensions.TestSetup.run(TestSetup.java:25) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) at junit.extensions.TestSetup$1.protect(TestSetup.java:21) at junit.extensions.TestSetup.run(TestSetup.java:25) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) at org.eclipse.core.launcher.Main.main(Main.java:30) Caused by: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:782) at java.util.HashMap$KeyIterator.next(HashMap.java:818) at java.util.AbstractCollection.toArray(AbstractCollection.java:174) at org.eclipse.ui.internal.decorators.DecorationScheduler$3.setUpUpdates(DecorationScheduler.java:568) at org.eclipse.ui.internal.decorators.DecorationScheduler$3.runInUIThread(DecorationScheduler.java:508) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:94) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
| 203.360 |
test | Success | | 74.062 |
test | Success | | 6.688 |
test | Success | | 11.469 |
test | Success | | 30.813 |
testTextDirty | Success | | 2.250 |
testJavaDirty | Success | | 1.469 |
testPropertiesDirty | Success | | 1.297 |
testPluginXMLDirty | Success | | 18.031 |
testPluginPropertiesDirty | Success | | 1.906 |
testCompletionNoParamters | Success | | 17.078 |
testApplicationNoParamters | Success | | 20.390 |
testCompletionWithParamterNames | Success | | 9.094 |
testApplicationWithParamterNames | Success | | 24.766 |
testCompletionWithParamterGuesses | Success | | 8.734 |
testApplicationWithParamterGuesses | Success | | 17.250 |
testCompletionWithParamterGuesses2 | Success | | 14.656 |
testApplicationWithParamterGuesses2 | Success | | 31.657 |
testInitializationWithNoChanges | Success | | 11.656 |
testInitializationWithFewChanges | Success | | 11.297 |
testInitializationWithManyChanges | Success | | 4.156 |
testInitializationWithManyChangesButEqualSize | Success | | 4.172 |
testInitializationWithNoChanges | Success | | 11.094 |
testInitializationWithFewChanges | Success | | 11.375 |
testInitializationWithManyChanges | Success | | 4.172 |
testInitializationWithManyChangesButEqualSize | Success | | 4.094 |
testEditingUnchanged | Success | | 11.406 |
testEditingChanged | Success | | 12.297 |
testSet | Success | | 7.406 |
testReplace | Success | | 7.016 |
testRandomReplace | Success | | 9.328 |
testLineByOffset | Success | | 16.453 |
testLineByOffset2 | Success | | 119.609 |
testLineByIndex | Success | | 23.610 |
testLineByIndex2 | Success | | 16.843 |
test | Success | | 0.000 |