Unit Test Results.

Downloads / Build / Test Results | org.eclipse.jdt.text.tests_ep411ILR-perf-lin64-baseline_linux.gtk.x86_64_8.0.xmlDesigned for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
1252098.40%8827.796
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.text.tests.performance125028827.7962019-03-08T21:40:44

Package org.eclipse.jdt.text.tests.performance

NameTestsErrorsFailuresTime(s)Time StampHost
DocumentPerformanceTestSuite3600110.4692019-03-08T21:40:44
EventDrivenTestSuite33023178.2302019-03-08T22:35:20
PerformanceTestSuite41003643.0702019-03-08T20:56:04
PerformanceTestSuite27001082.2012019-03-08T21:18:26
PerformanceTestSuite3400799.5982019-03-08T21:34:38
PerformanceTestSuite42008.1002019-03-08T21:37:05
PerformanceTestSuite51002.9022019-03-08T21:38:11
WordRulePerformanceTestSuite1003.2262019-03-08T21:41:41
Back to top


TestCase DocumentPerformanceTestSuite

NameStatusTypeTime(s)
measureLineDelimiterByIndexSuccess0.556
measureLineLengthByIndexSuccess0.349
measureGetLineSuccess1.955
measureRandomReplaceSuccess3.087
measureInsertAtEndSuccess0.524
measureLineByIndexSuccess0.669
testRandomReplaceSuccess6.533
measureLineByOffsetSuccess2.800
testLineByOffset2Success18.244
testReplaceSuccess2.665
measureInsertAtStartSuccess2.611
measureInsertAtStartSuccess0.930
measureTypingReplaceInSmallFileSuccess1.964
measureGetNumberOfLinesSuccess0.243
measureDeleteInsertSuccess1.539
measureDeleteInsertSuccess0.374
measureTypingReplaceInSmallFileSuccess0.097
testLineByIndexSuccess21.280
measureGetLineSuccess2.433
measureRepeatedReplaceSuccess4.896
measureTypingReplaceInLargeFileSuccess1.927
measureSetSuccess1.035
measureRandomReplaceSuccess2.647
measureLineInfoByIndexSuccess1.579
measureInsertAtEndSuccess1.470
testLineByOffsetSuccess8.028
measureGetCharSuccess7.276
testSetSuccess2.429
measureSetSuccess0.787
measureGetLengthSuccess0.226
measureLineInfoByOffsetSuccess1.760
testLineByIndex2Success3.820
measureRepeatedReplaceSuccess0.361
measureTypingReplaceInLargeFileSuccess0.223
measureGetAllSuccess2.620
measureGetCharSuccess0.092
Properties »

Back to top

TestCase EventDrivenTestSuite

NameStatusTypeTime(s)
testSuccess80.688
testScrollTextEditorLineWiseMoveCaret2Success16.899
testScrollJavaEditorLineWiseSelect2Success243.900
testScrollTextEditorLineWise2Success59.745
testScrollJavaEditorLineWiseHoldKeysSuccess8.016
testScrollJavaEditorLineWiseSelectHoldKeysSuccess11.771
testScrollJavaEditorPageWiseSuccess46.983
testScrollTextEditorPageWiseSuccess13.939
testSuccess16.178
testFailureN/A

junit.framework.AssertionFailedError
at junit.framework.Assert.fail(Assert.java:55)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.Assert.assertTrue(Assert.java:31)
at junit.framework.TestCase.assertTrue(TestCase.java:201)
at org.eclipse.jdt.text.tests.performance.AbstractJavaReplaceAllTest.measure(AbstractJavaReplaceAllTest.java:122)
at org.eclipse.jdt.text.tests.performance.AbstractJavaReplaceAllTest.test(AbstractJavaReplaceAllTest.java:76)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at junit.framework.TestCase.runTest(TestCase.java:176)
at junit.framework.TestCase.runBare(TestCase.java:141)
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:129)
at junit.framework.TestSuite.runTest(TestSuite.java:252)
at junit.framework.TestSuite.run(TestSuite.java:247)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at junit.framework.TestSuite.runTest(TestSuite.java:252)
at junit.framework.TestSuite.run(TestSuite.java:247)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
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:39)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.Iterator.forEachRemaining(Iterator.java:116)
at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79)
at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220)
at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188)
at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128)
at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:291)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:267)
at org.eclipse.test.UITestApplication.lambda$0(UITestApplication.java:103)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4475)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:48)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:118)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
at org.eclipse.equinox.launcher.Main.run(Main.java:1501)
at org.eclipse.equinox.launcher.Main.main(Main.java:1474)
at org.eclipse.core.launcher.Main.main(Main.java:37)
4.661
testTypeAMethodSuccess460.711
testOpenPreferencePageSuccess8.627
testScrollJavaEditorLineWiseMoveCaret1Success121.648
testScrollJavaEditorLineWise1Success82.042
testScrollTextEditorPageWiseSuccess36.459
testScrollJavaEditorPageWiseSuccess46.597
testScrollJavaEditorLineWise2Success91.402
testScrollTextEditorLineWiseMoveCaret2Success73.902
testScrollTextEditorPageWiseSuccess448.196
testScrollTextEditorLineWiseSelect2Success195.934
testScrollJavaEditorLineWiseMoveCaret2Success103.372
testScrollTextEditorLineWise2Success73.600
testTypeAMethodSuccess277.021
testScrollTextEditorLineWiseHoldKeysSuccess9.899
testScrollTextEditorPageWiseSuccess27.908
testScrollTextEditorLineWiseSelect2Success139.984
testScrollJavaEditorLineWiseSelect1Success237.282
testScrollTextEditorLineWiseMoveCaret2Success107.430
testScrollTextEditorPageWiseSuccess27.400
testScrollTextEditorLineWiseSelectHoldKeysSuccess8.002
testJavaIndenter2Success5.061
testFailureN/A

junit.framework.AssertionFailedError
at junit.framework.Assert.fail(Assert.java:55)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.Assert.assertTrue(Assert.java:31)
at junit.framework.TestCase.assertTrue(TestCase.java:201)
at org.eclipse.jdt.text.tests.performance.AbstractJavaReplaceAllTest.measure(AbstractJavaReplaceAllTest.java:122)
at org.eclipse.jdt.text.tests.performance.AbstractJavaReplaceAllTest.test(AbstractJavaReplaceAllTest.java:76)
at org.eclipse.jdt.text.tests.performance.JavaReplaceAllWithQuickDiffTest.test(JavaReplaceAllWithQuickDiffTest.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at junit.framework.TestCase.runTest(TestCase.java:176)
at junit.framework.TestCase.runBare(TestCase.java:141)
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:129)
at junit.framework.TestSuite.runTest(TestSuite.java:252)
at junit.framework.TestSuite.run(TestSuite.java:247)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at junit.framework.TestSuite.runTest(TestSuite.java:252)
at junit.framework.TestSuite.run(TestSuite.java:247)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:23)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
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:39)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.Iterator.forEachRemaining(Iterator.java:116)
at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79)
at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220)
at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188)
at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128)
at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:291)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:267)
at org.eclipse.test.UITestApplication.lambda$0(UITestApplication.java:103)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4475)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:48)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:118)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
at org.eclipse.equinox.launcher.Main.run(Main.java:1501)
at org.eclipse.equinox.launcher.Main.main(Main.java:1474)
at org.eclipse.core.launcher.Main.main(Main.java:37)
3.388
testScrollTextEditorLineWiseMoveCaret2Success89.400
Properties »

Back to top

TestCase PerformanceTestSuite

NameStatusTypeTime(s)
testPropertiesDirtySuccess1.449
testApplicationWithParamterGuesses2Success272.841
testUndoTextEditor2Success45.305
testSuccess94.188
testActivateEditorSuccess370.605
testPluginXMLDirtySuccess14.840
testCompletionWithParamterGuessesSuccess12.234
testInitializationWithFewChangesSuccess12.031
test2Success34.622
testApplicationWithParamterGuessesSuccess120.121
testPluginPropertiesDirtySuccess0.347
testOpenQuickOutline1Success726.722
testSuccess30.539
testSuccess0.000
testRevertJavaEditorSuccess41.044
test1Success717.986
testApplicationWithParamterNamesSuccess279.019
testInitializationWithManyChangesButEqualSizeSuccess3.143
testSuccess39.920
testEditingChangedSuccess12.872
testActivateEditorSuccess122.506
testJavaDirtySuccess0.474
testInitializationWithManyChangesSuccess3.018
testSuccess9.767
test1Success43.555
testApplicationNoParamtersSuccess17.723
testToggleComment2Success68.552
testCompletionWithParamterGuesses2Success14.611
testUndoJavaEditor2Success73.149
testTextDirtySuccess0.138
test1Success195.627
testCompletionWithParamterNamesSuccess12.757
testRevertTextEditorSuccess49.146
testInitializationWithNoChangesSuccess11.544
testInitializationWithFewChangesSuccess13.870
testInitializationWithManyChangesButEqualSizeSuccess3.110
testCompletionNoParamtersSuccess9.882
testSuccess8.814
testInitializationWithNoChangesSuccess11.807
testInitializationWithManyChangesSuccess3.216
testEditingUnchangedSuccess11.734
Properties »

Back to top

TestCase PerformanceTestSuite2

NameStatusTypeTime(s)
testOpenJavaEditor2Success121.131
testSuccess0.000
testOpenEditor5Success81.690
testOpenJavaEditor1Success158.909
testOpenEditor4Success123.736
testOpenEditor3Success170.560
testOpenEditor6Success74.996
Properties »

Back to top

TestCase PerformanceTestSuite3

NameStatusTypeTime(s)
testSuccess0.001
testOpenTextEditor1Success189.435
testOpenTextEditor2Success120.056
testOpenEditor3Success137.657
Properties »

Back to top

TestCase PerformanceTestSuite4

NameStatusTypeTime(s)
testJavaEditorStartupSuccess2.092
testSuccess0.000
Properties »

Back to top

TestCase PerformanceTestSuite5

NameStatusTypeTime(s)
testTextEditorStartupSuccess0.620
Properties »

Back to top

TestCase WordRulePerformanceTestSuite

NameStatusTypeTime(s)
measureIgnoreCaseSuccess3.056
Properties »

Back to top