Unit Test Results.

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

Summary

TestsFailuresErrorsSkippedAbortedSuccess rateTime
125210097.60%3715.665
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.
NameTestsErrorsFailuresSkippedAbortedTime(s)Time StampHost
org.eclipse.jdt.text.tests.performance12512003715.6652022-03-08T16:48:18

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

NameTestsErrorsFailuresSkippedAbortedTime(s)Time StampHost
DocumentPerformanceTestSuite36000054.9952022-03-08T16:48:18
EventDrivenTestSuite3302001876.3022022-03-08T17:19:57
PerformanceTestSuite4110001275.6272022-03-08T16:37:54
PerformanceTestSuite270000331.8512022-03-08T16:43:37
PerformanceTestSuite340000171.1372022-03-08T16:46:40
PerformanceTestSuite4200002.6602022-03-08T16:46:56
PerformanceTestSuite5100001.2552022-03-08T16:47:12
WordRulePerformanceTestSuite100001.8382022-03-08T16:48:31
Back to top


TestCase DocumentPerformanceTestSuite

ClassNameStatusTypeTime(s)
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureDeleteInsertSuccess0.531
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureGetCharSuccess0.595
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureGetLengthSuccess0.857
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureGetLineSuccess0.520
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureGetNumberOfLinesSuccess0.091
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureInsertAtEndSuccess0.428
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureInsertAtStartSuccess0.933
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureLineByIndexSuccess0.217
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureLineByOffsetSuccess0.761
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureLineDelimiterByIndexSuccess0.218
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureLineInfoByIndexSuccess0.533
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureLineInfoByOffsetSuccess0.929
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureLineLengthByIndexSuccess0.227
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureRandomReplaceSuccess1.692
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureRepeatedReplaceSuccess1.189
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureSetSuccess0.488
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureTypingReplaceInLargeFileSuccess0.095
org.eclipse.jdt.text.tests.performance.DocumentPerformanceTestmeasureTypingReplaceInSmallFileSuccess0.104
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureDeleteInsertSuccess0.174
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureGetAllSuccess0.944
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureGetCharSuccess0.032
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureGetLineSuccess1.310
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureInsertAtEndSuccess0.311
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureInsertAtStartSuccess0.153
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureRandomReplaceSuccess1.395
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureRepeatedReplaceSuccess0.219
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureSetSuccess0.487
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureTypingReplaceInLargeFileSuccess0.033
org.eclipse.jdt.text.tests.performance.GapTextStorePerformanceTestmeasureTypingReplaceInSmallFileSuccess0.029
org.eclipse.jdt.text.tests.performance.LineTrackerPerformanceTesttestLineByIndexSuccess15.123
org.eclipse.jdt.text.tests.performance.LineTrackerPerformanceTesttestLineByIndex2Success0.995
org.eclipse.jdt.text.tests.performance.LineTrackerPerformanceTesttestLineByOffsetSuccess5.875
org.eclipse.jdt.text.tests.performance.LineTrackerPerformanceTesttestLineByOffset2Success10.378
org.eclipse.jdt.text.tests.performance.LineTrackerPerformanceTesttestRandomReplaceSuccess4.193
org.eclipse.jdt.text.tests.performance.LineTrackerPerformanceTesttestReplaceSuccess1.515
org.eclipse.jdt.text.tests.performance.LineTrackerPerformanceTesttestSetSuccess1.321
Properties »

Back to top

TestCase EventDrivenTestSuite

ClassNameStatusTypeTime(s)
org.eclipse.jdt.text.tests.performance.JavaIndenterTesttestJavaIndenter2Success2.626
org.eclipse.jdt.text.tests.performance.JavaMoveLineTesttestSuccess47.373
org.eclipse.jdt.text.tests.performance.JavaNonInitialTypingTesttestTypeAMethodSuccess297.765
org.eclipse.jdt.text.tests.performance.JavaReplaceAllTesttestFailureN/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:200)
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 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.extensions.TestDecorator.basicRun(TestDecorator.java:24)
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:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
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: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:42)
at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
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:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
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:5101)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4584)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1154)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1045)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
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:136)
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:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
at org.eclipse.core.launcher.Main.main(Main.java:44)
2.351
org.eclipse.jdt.text.tests.performance.JavaReplaceAllWithQuickDiffTesttestFailureN/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:200)
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 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.extensions.TestDecorator.basicRun(TestDecorator.java:24)
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:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
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: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:42)
at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
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:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
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:5101)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4584)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1154)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1045)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
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:136)
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:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
at org.eclipse.core.launcher.Main.main(Main.java:44)
2.619
org.eclipse.jdt.text.tests.performance.OpenPreferencePageTesttestOpenPreferencePageSuccess1.403
org.eclipse.jdt.text.tests.performance.ScrollAnnotatedJavaEditorTesttestScrollJavaEditorLineWise1Success69.379
org.eclipse.jdt.text.tests.performance.ScrollAnnotatedJavaEditorTesttestScrollJavaEditorLineWiseMoveCaret1Success84.898
org.eclipse.jdt.text.tests.performance.ScrollAnnotatedJavaEditorTesttestScrollJavaEditorLineWiseSelect1Success147.654
org.eclipse.jdt.text.tests.performance.ScrollAnnotatedJavaEditorTesttestScrollJavaEditorPageWiseSuccess28.733
org.eclipse.jdt.text.tests.performance.ScrollJavaEditorTesttestScrollJavaEditorLineWise2Success71.499
org.eclipse.jdt.text.tests.performance.ScrollJavaEditorTesttestScrollJavaEditorLineWiseHoldKeysSuccess8.002
org.eclipse.jdt.text.tests.performance.ScrollJavaEditorTesttestScrollJavaEditorLineWiseMoveCaret2Success85.446
org.eclipse.jdt.text.tests.performance.ScrollJavaEditorTesttestScrollJavaEditorLineWiseSelect2Success145.682
org.eclipse.jdt.text.tests.performance.ScrollJavaEditorTesttestScrollJavaEditorLineWiseSelectHoldKeysSuccess8.002
org.eclipse.jdt.text.tests.performance.ScrollJavaEditorTesttestScrollJavaEditorPageWiseSuccess28.118
org.eclipse.jdt.text.tests.performance.ScrollTextEditorTesttestScrollTextEditorLineWise2Success35.351
org.eclipse.jdt.text.tests.performance.ScrollTextEditorTesttestScrollTextEditorLineWiseHoldKeysSuccess8.002
org.eclipse.jdt.text.tests.performance.ScrollTextEditorTesttestScrollTextEditorLineWiseMoveCaret2Success42.199
org.eclipse.jdt.text.tests.performance.ScrollTextEditorTesttestScrollTextEditorLineWiseSelect2Success77.419
org.eclipse.jdt.text.tests.performance.ScrollTextEditorTesttestScrollTextEditorLineWiseSelectHoldKeysSuccess8.001
org.eclipse.jdt.text.tests.performance.ScrollTextEditorTesttestScrollTextEditorPageWiseSuccess17.897
org.eclipse.jdt.text.tests.performance.ScrollVerticalRuler1000TesttestScrollTextEditorLineWiseMoveCaret2Success32.579
org.eclipse.jdt.text.tests.performance.ScrollVerticalRuler1000TesttestScrollTextEditorPageWiseSuccess11.396
org.eclipse.jdt.text.tests.performance.ScrollVerticalRuler100TesttestScrollTextEditorLineWiseMoveCaret2Success11.862
org.eclipse.jdt.text.tests.performance.ScrollVerticalRuler100TesttestScrollTextEditorPageWiseSuccess13.028
org.eclipse.jdt.text.tests.performance.ScrollVerticalRuler5000TesttestScrollTextEditorPageWiseSuccess18.300
org.eclipse.jdt.text.tests.performance.TextMoveLineTesttestSuccess12.523
org.eclipse.jdt.text.tests.performance.TextNonInitialTypingTesttestTypeAMethodSuccess229.096
org.eclipse.jdt.text.tests.performance.WhitespaceCharacterPainterTesttestScrollTextEditorLineWise2Success76.503
org.eclipse.jdt.text.tests.performance.WhitespaceCharacterPainterTesttestScrollTextEditorLineWiseMoveCaret2Success95.800
org.eclipse.jdt.text.tests.performance.WhitespaceCharacterPainterTesttestScrollTextEditorLineWiseSelect2Success127.250
org.eclipse.jdt.text.tests.performance.WhitespaceCharacterPainterTesttestScrollTextEditorPageWiseSuccess27.471
Properties »

Back to top

TestCase PerformanceTestSuite

ClassNameStatusTypeTime(s)
org.eclipse.jdt.text.tests.performance.ActivateJavaEditorTesttestActivateEditorSuccess131.691
org.eclipse.jdt.text.tests.performance.ActivateTextEditorTesttestActivateEditorSuccess65.322
org.eclipse.jdt.text.tests.performance.CodeCompletionPerformanceTesttestApplicationNoParamtersSuccess10.586
org.eclipse.jdt.text.tests.performance.CodeCompletionPerformanceTesttestApplicationWithParamterGuessesSuccess38.266
org.eclipse.jdt.text.tests.performance.CodeCompletionPerformanceTesttestApplicationWithParamterGuesses2Success115.912
org.eclipse.jdt.text.tests.performance.CodeCompletionPerformanceTesttestApplicationWithParamterNamesSuccess39.377
org.eclipse.jdt.text.tests.performance.CodeCompletionPerformanceTesttestCompletionNoParamtersSuccess3.274
org.eclipse.jdt.text.tests.performance.CodeCompletionPerformanceTesttestCompletionWithParamterGuessesSuccess4.000
org.eclipse.jdt.text.tests.performance.CodeCompletionPerformanceTesttestCompletionWithParamterGuesses2Success5.362
org.eclipse.jdt.text.tests.performance.CodeCompletionPerformanceTesttestCompletionWithParamterNamesSuccess3.413
org.eclipse.jdt.text.tests.performance.ContentTypeTesttestJavaDirtySuccess0.170
org.eclipse.jdt.text.tests.performance.ContentTypeTesttestPluginPropertiesDirtySuccess0.360
org.eclipse.jdt.text.tests.performance.ContentTypeTesttestPluginXMLDirtySuccess7.214
org.eclipse.jdt.text.tests.performance.ContentTypeTesttestPropertiesDirtySuccess0.328
org.eclipse.jdt.text.tests.performance.ContentTypeTesttestTextDirtySuccess0.147
org.eclipse.jdt.text.tests.performance.ConvertLineDelimitersProjectTesttestSuccess2.750
org.eclipse.jdt.text.tests.performance.DocumentLineDifferInitializationTesttestInitializationWithFewChangesSuccess11.193
org.eclipse.jdt.text.tests.performance.DocumentLineDifferInitializationTesttestInitializationWithManyChangesSuccess2.873
org.eclipse.jdt.text.tests.performance.DocumentLineDifferInitializationTesttestInitializationWithManyChangesButEqualSizeSuccess2.851
org.eclipse.jdt.text.tests.performance.DocumentLineDifferInitializationTesttestInitializationWithNoChangesSuccess11.096
org.eclipse.jdt.text.tests.performance.DocumentLineDifferModificationTesttestEditingChangedSuccess11.085
org.eclipse.jdt.text.tests.performance.DocumentLineDifferModificationTesttestEditingUnchangedSuccess11.194
org.eclipse.jdt.text.tests.performance.EmptyTestCasetestSuccess0.000
org.eclipse.jdt.text.tests.performance.JavaExpandSelectionTesttestSuccess5.584
org.eclipse.jdt.text.tests.performance.JavaFormatterProjectTesttestSuccess11.832
org.eclipse.jdt.text.tests.performance.JavaFormatterTesttestSuccess28.618
org.eclipse.jdt.text.tests.performance.OpenJavaContentAssistTesttest1Success335.978
org.eclipse.jdt.text.tests.performance.OpenQuickOutlineTesttestOpenQuickOutline1ErrorN/A

java.lang.NullPointerException
at org.eclipse.jdt.text.tests.performance.OpenQuickOutlineTest.tearDownMeasurement(OpenQuickOutlineTest.java:65)
at org.eclipse.jdt.text.tests.performance.OpenQuickControlTest.measureOpenQuickControl(OpenQuickControlTest.java:98)
at org.eclipse.jdt.text.tests.performance.OpenQuickControlTest.measureOpenQuickControl(OpenQuickControlTest.java:85)
at org.eclipse.jdt.text.tests.performance.OpenQuickControlTest.measureOpenQuickControl(OpenQuickControlTest.java:72)
at org.eclipse.jdt.text.tests.performance.OpenQuickOutlineTest.testOpenQuickOutline1(OpenQuickOutlineTest.java:71)
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.extensions.TestDecorator.basicRun(TestDecorator.java:24)
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:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
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: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:42)
at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
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:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
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:5101)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4584)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1154)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1045)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
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:136)
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:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
at org.eclipse.core.launcher.Main.main(Main.java:44)
23.365
org.eclipse.jdt.text.tests.performance.RevertJavaEditorTesttest2Success31.191
org.eclipse.jdt.text.tests.performance.RevertJavaEditorTesttestRevertJavaEditorSuccess31.586
org.eclipse.jdt.text.tests.performance.RevertTextEditorTesttestRevertTextEditorSuccess30.951
org.eclipse.jdt.text.tests.performance.SaveJavaEditorTesttest1Success65.944
org.eclipse.jdt.text.tests.performance.SaveTextEditorTesttest1Success20.835
org.eclipse.jdt.text.tests.performance.SpellCheckingTesttestSuccess4.716
org.eclipse.jdt.text.tests.performance.SynchronizedLineDifferInitializationTesttestInitializationWithFewChangesSuccess11.211
org.eclipse.jdt.text.tests.performance.SynchronizedLineDifferInitializationTesttestInitializationWithManyChangesSuccess2.770
org.eclipse.jdt.text.tests.performance.SynchronizedLineDifferInitializationTesttestInitializationWithManyChangesButEqualSizeSuccess2.812
org.eclipse.jdt.text.tests.performance.SynchronizedLineDifferInitializationTesttestInitializationWithNoChangesSuccess11.278
org.eclipse.jdt.text.tests.performance.ToggleCommentTesttestToggleComment2Success61.791
org.eclipse.jdt.text.tests.performance.UndoJavaEditorTesttestUndoJavaEditor2Success50.293
org.eclipse.jdt.text.tests.performance.UndoTextEditorTesttestUndoTextEditor2Success40.761
Properties »

Back to top

TestCase PerformanceTestSuite2

ClassNameStatusTypeTime(s)
org.eclipse.jdt.text.tests.performance.EmptyTestCasetestSuccess0.000
org.eclipse.jdt.text.tests.performance.OpenJavaEditorTesttestOpenEditor3Success61.044
org.eclipse.jdt.text.tests.performance.OpenJavaEditorTesttestOpenEditor4Success58.023
org.eclipse.jdt.text.tests.performance.OpenJavaEditorTesttestOpenEditor5Success53.125
org.eclipse.jdt.text.tests.performance.OpenJavaEditorTesttestOpenEditor6Success52.408
org.eclipse.jdt.text.tests.performance.OpenJavaEditorTesttestOpenJavaEditor1Success59.982
org.eclipse.jdt.text.tests.performance.OpenJavaEditorTesttestOpenJavaEditor2Success44.990
Properties »

Back to top

TestCase PerformanceTestSuite3

ClassNameStatusTypeTime(s)
org.eclipse.jdt.text.tests.performance.EmptyTestCasetestSuccess0.000
org.eclipse.jdt.text.tests.performance.OpenTextEditorTesttestOpenEditor3Success74.580
org.eclipse.jdt.text.tests.performance.OpenTextEditorTesttestOpenTextEditor1Success48.520
org.eclipse.jdt.text.tests.performance.OpenTextEditorTesttestOpenTextEditor2Success42.703
Properties »

Back to top

TestCase PerformanceTestSuite4

ClassNameStatusTypeTime(s)
org.eclipse.jdt.text.tests.performance.EmptyTestCasetestSuccess0.001
org.eclipse.jdt.text.tests.performance.OpenJavaEditorStartupTesttestJavaEditorStartupSuccess0.041
Properties »

Back to top

TestCase PerformanceTestSuite5

ClassNameStatusTypeTime(s)
org.eclipse.jdt.text.tests.performance.OpenTextEditorStartupTesttestTextEditorStartupSuccess0.046
Properties »

Back to top

TestCase WordRulePerformanceTestSuite

ClassNameStatusTypeTime(s)
org.eclipse.jdt.text.tests.performance.WordRulePerformanceTestmeasureIgnoreCaseSuccess1.781
Properties »

Back to top