Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
155240896.91%397.506
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)
org.eclipse.ui.tests1552840397.506

Package org.eclipse.ui.tests

NameTestsErrorsFailuresTime(s)
UiTestSuite1552840397.506
Back to top


TestCase UiTestSuite

NameStatusTypeTime(s)
test for tweakletsSuccess0.001
testStartupSuccess0.001
testAddProjectsSuccess0.064
testCopyMoveProjectSuccess0.050
testCopyMoveResourceSuccess0.052
testEditActionSetsDialogSuccess0.000
testEditorSelectionSuccess0.101
testNavigatorFilterSuccess0.044
testNewFileTypeSuccess0.062
testProgressInformationSuccess0.063
testSaveAsSuccess0.069
testSavePerspectiveSuccess0.103
testSelectPerspectiveSuccess0.050
testSelectTypesSuccess0.070
testShowViewSuccess0.090
testAboutPluginsSuccess0.065
testAboutSuccess0.128
testSaveAllSuccess0.047
testNewFolderSuccess0.079
testNewProjectPage1Success0.087
testExportResourcesSuccess0.071
testImportResourcesSuccess0.075
testNewFile2Success0.324
testNewProjectPage2Success0.075
testNewProjectSuccess0.075
testNewResourceSuccess0.068
testWizardWindowTitleSuccess0.113
testNewFileSuccess0.071
testNewFolderSuccess0.084
testNewProjectPage1Success0.072
testExportResourcesSuccess0.069
testImportResourcesSuccess0.066
testNewFile2Success0.110
testNewProjectPage2Success0.086
testNewProjectSuccess0.083
testNewResourceSuccess0.074
testNewFileSuccess0.079
testFileEditorsPrefSuccess0.193
testLocalHistoryPrefSuccess0.112
testPerspectivesPrefSuccess0.153
testFontEditorsPrefSuccess0.121
testProjectReferencesPropSuccess0.000
testFieldEditorEnablePrefSuccess0.082
testInfoPropSuccess0.001
testWorkbenchPrefSuccess0.079
testAppearancePrefSuccess0.134
testDefaultTextEditorPrefSuccess0.106
testCompareViewersPrefSuccess0.451
testFileEditorsPrefSuccess0.137
testLocalHistoryPrefSuccess0.117
testPerspectivesPrefSuccess0.143
testFontEditorsPrefSuccess0.119
testProjectReferencesPropSuccess0.000
testFieldEditorEnablePrefSuccess0.079
testInfoPropSuccess0.000
testWorkbenchPrefSuccess0.072
testAppearancePrefSuccess0.128
testDefaultTextEditorPrefSuccess0.098
testAbortPageFlippingSuccess0.114
testCopyOverwriteSuccess0.055
testDeleteProjectSuccess0.047
testDeleteReadOnlyCheckSuccess0.051
testDeleteResourceSuccess0.046
testDeleteResourcesSuccess0.103
testDropOverwriteSuccess0.050
testErrorClosingSuccess0.049
testFileExtensionEmptySuccess0.047
testFileNameWrongSuccess0.048
testFileTypeExistsSuccess0.049
testInvalidType_1Success0.049
testInvalidType_2Success0.050
testMoveReadOnlyCheckSuccess0.054
testNoBuildersSuccess0.064
testNoGlobalBuildersDialogSuccess0.052
testNoPropertyPageSuccess0.052
testOperationNotAvailableSuccess0.053
testOverwritePerspectiveSuccess0.057
testRefreshDeleteProjectSuccess0.054
testRenameOverwriteSuccess0.056
testResetPerspectiveSuccess0.058
testSaveAsOverwriteSuccess0.058
testSaveChangesSuccess0.057
testWizardClosingSuccess0.056
testWizardOverwriteSuccess0.060
testTypePageSuccess0.221
testEditPageSuccess0.129
testEditPageSuccess0.123
testExactMatch1Success0.007
testPrefixMatchSuccess0.009
testPatternMatch1Success0.020
testPatternMatch2Success0.010
testCamelCaseMatch1Success0.014
testCamelCaseMatch2Success0.006
testCamelCaseMatch3Success0.013
testBlankMatchSuccess0.003
testExactMatch2Success0.002
testReadHistorySuccess0.072
testGetDescriptorSuccess0.177
testPLUGIN_IDSuccess0.001
testGetWorkbenchSuccess0.000
testCloseSuccess0.000
testGetSharedImagesSuccess0.001
testGetWorkingSetManagerSuccess0.006
testGetWorkbenchWindowsSuccess0.404
testOpenWorkbenchWindowFailureexpected:<org.eclipse.ui.internal.WorkbenchWindow@23708205> but was:<org.eclipse.ui.internal.WorkbenchWindow@b1be2e3>

junit.framework.AssertionFailedError: expected:<org.eclipse.ui.internal.WorkbenchWindow@23708205> but was:<org.eclipse.ui.internal.WorkbenchWindow@b1be2e3>
at org.eclipse.ui.tests.api.IWorkbenchTest.testOpenWorkbenchWindow(IWorkbenchTest.java:135)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.133
testOpenWorkbenchWindow2Failureexpected:<org.eclipse.ui.internal.WorkbenchWindow@44628df0> but was:<org.eclipse.ui.internal.WorkbenchWindow@b1be2e3>

junit.framework.AssertionFailedError: expected:<org.eclipse.ui.internal.WorkbenchWindow@44628df0> but was:<org.eclipse.ui.internal.WorkbenchWindow@b1be2e3>
at org.eclipse.ui.tests.api.IWorkbenchTest.testOpenWorkbenchWindow2(IWorkbenchTest.java:165)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.204
testOpenPage1Success0.000
testOpenPage2Success0.000
testGetActiveWorkbenchWindowFailureexpected:<org.eclipse.ui.internal.WorkbenchWindow@4d8afb22> but was:<org.eclipse.ui.internal.WorkbenchWindow@b1be2e3>

junit.framework.AssertionFailedError: expected:<org.eclipse.ui.internal.WorkbenchWindow@4d8afb22> but was:<org.eclipse.ui.internal.WorkbenchWindow@b1be2e3>
at org.eclipse.ui.tests.api.IWorkbenchTest.testGetActiveWorkbenchWindow(IWorkbenchTest.java:49)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.137
testGetEditorRegistrySuccess0.000
testGetPerspectiveRegistrySuccess0.000
testGetPrefereneManagerSuccess0.000
testCloseSuccess0.130
testGetPagesSuccess0.121
testOpenPage2Success0.143
testGetShellSuccess0.129
testOpenPageSuccess0.133
testIsApplicationMenuSuccess0.138
testGetWorkbenchSuccess0.139
testGetActivePageSuccess0.135
testSetActivePageSuccess0.666
testCloseSuccess0.277
testCloseWithSaveNeededSuccess0.277
testSaveEffectsSharedModelSuccess0.175
testCloseEditorSuccess0.172
testCloseEditorsSuccess0.271
testCloseAllEditorsSuccess0.310
testSaveEditorSuccess0.212
testIDESaveAllEditorsSuccess0.196
testSaveAllEditorsSuccess0.193
testGetEditorsSuccess0.180
testShowActionSetSuccess0.110
testHideActionSetSuccess0.118
testStackOrderSuccess0.209
testView_CREATE1Success0.191
testView_CREATE2Success0.174
testView_CREATE3Success0.210
testView_VISIBLE1Success0.172
testView_VISIBLE3Success0.190
testOpenPerspectiveWithFastViewSuccess0.131
testOpenPerspectiveWithMultiViewPlaceholdersAtTopLevelSuccess0.160
testOpenPerspectiveWithMultiViewPlaceholdersInPlaceholderFolderSuccess0.140
testOpenPerspectiveWithMultiViewPlaceholdersInFolderSuccess0.137
testGetNewWizardShortcutsSuccess0.430
testGetShowViewShortcutsSuccess0.347
testGetPerspectiveShortcutsSuccess0.134
testShowViewSuccess0.151
testGetInputSuccess0.594
testActivateSuccess0.157
testBringToTopSuccess1.614
testBringToTop_MinimizedViewWithEditorsBug292966Success0.734
testBringToTop_MinimizedViewWithoutEditorsBug292966Success0.245
testGetWorkbenchWindowSuccess0.121
testShowViewMultSuccess0.176
testShowViewMultFastSuccess0.178
testBug76669Success0.160
testFindViewSuccess0.141
testFindViewReferenceSuccess0.182
testGetViewsSuccess0.127
testHideViewWithPartSuccess0.162
testHideViewWithReferenceSuccess0.123
testHideSaveableViewSuccess0.312
testWorkingSets1Success0.118
testWorkingSets2Success0.115
testWorkingSets3Success0.121
testView_VISIBLE2Success0.183
testOpenEditor4Success0.499
testOpenEditorSuccess0.271
testGet_SetEditorAreaVisibleSuccess0.125
testOpenEditor2Success0.171
testOpenEditor3Success0.206
testOpenEditor5Success0.181
testOpenEditor6Success0.399
testOpenEditor7_Bug203640Success0.200
testGetPerspectiveSuccess0.212
testSetPerspectiveSuccess0.134
testGetLabelSuccess0.217
testGetOpenPerspectivesSuccess0.245
testGetSortedPerspectivesSuccess0.209
testClosePerspectiveSuccess0.236
testClosePerspectiveDoesNotPromptBug272070Success0.426
testCloseAllPerspectivesSuccess0.231
testCloseAllPerspectivesDoesNotPromptBug272070Success0.341
testBug76285Success0.370
testShowEditorInputSuccess0.153
testOpenAndFindEditorWithMatchFlagsSuccess0.195
testOpenAndHideEditor1Success0.220
testOpenAndHideEditor2Success0.179
testOpenAndHideEditor3Success0.167
testOpenAndHideEditor4Success0.159
testOpenAndHideEditor5Success0.781
testOpenAndHideEditor6Success0.363
testOpenAndHideEditor7Success0.283
testOpenAndHideEditor8Success0.317
testOpenAndHideEditor9Failurenull

junit.framework.AssertionFailedError: null
at org.eclipse.ui.tests.api.IWorkbenchPageTest.testOpenAndHideEditor9(IWorkbenchPageTest.java:2802)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.267
testOpenAndHideEditor10Success0.173
testOpenEditors1Success0.196
testOpenEditors3Success0.227
testOpenEditorsReuseSuccess0.273
testSetPartStateSuccess0.179
testOpenAndHideEditor11Success0.261
testOpenAndHideEditor12Success0.161
testCloseSuccess0.246
testCloseEditorSuccess0.161
testCloseAllEditorsSuccess0.250
testSaveEditorSuccess0.164
testSaveAllEditorsSuccess0.182
testGetEditorsSuccess0.178
testShowActionSetSuccess0.115
testHideActionSetSuccess0.097
testShowViewSuccess0.154
testGetInputSuccess0.260
testActivateSuccess0.145
testBringToTopSuccess0.161
testGetWorkbenchWindowSuccess0.112
testFindViewSuccess0.124
testGetViewsSuccess0.121
testOpenEditor4Success0.288
testOpenEditorSuccess0.236
testGet_SetEditorAreaVisibleSuccess0.126
testOpenEditor2Success0.164
testOpenEditor3Success0.173
testOpenEditor5Success0.165
testOpenEditor6Success0.338
testGetPerspectiveSuccess0.198
testSetPerspectiveSuccess0.105
testGetLabelSuccess0.109
testHideViewSuccess0.133
testDynamicMenuContributionSuccess0.162
testStaticMenuContributionSuccess0.160
testStaticLifecycleSuccess0.138
testDynamicLifecycleSuccess0.130
testPageOpenedSuccess0.109
testPageClosedSuccess0.114
testPageActivateSuccess0.106
testGetActivePageSuccess0.110
testLocalPageServiceSuccess0.475
testAddPageListenerSuccess0.116
testRemovePageListenerSuccess0.224
testAddPerspectiveListenerSuccess0.100
testRemovePerspectiveListenerSuccess0.260
testDeleteClonedPerspectiveSuccess0.074
testGetDefaultPerspectiveSuccess0.000
testSetDefaultPerspectiveSuccess0.000
testGetPerspectivesSuccess0.001
testFindPerspectiveWithIdSuccess0.000
testGetLabelSuccess0.000
testGetImageDescriptorSuccess0.000
testGetIdSuccess0.000
testGetEditorsSuccess0.001
testGetLabelSuccess0.000
testGetImageDescriptorSuccess0.000
testGetExtensionSuccess0.001
testGetDefaultEditorSuccess0.000
testGetNameSuccess0.001
testGetLabelSuccess0.000
testGetImageDescriptorSuccess0.001
testGetIdSuccess0.000
testGetEditorsSuccess0.014
testSetDefaultEditorSuccess0.013
testAddPropertyListenerSuccess0.001
testRemovePropertyListenerSuccess0.001
testEditorContentTypeByFilenameWithContentTypeSuccess0.000
testEditorContentTypeByExtWithContentTypeSuccess0.000
testEditorContentTypeByExtWithoutContentType1Success0.000
testEditorContentTypeByFilenameWithoutContentType1Success0.000
testEditorContentTypeByFilenameWithoutContentType2Success0.000
testEditorContentTypeByExtWithoutContentType2Success0.000
testDefaultedContentTypeEditorSuccess0.001
testNoDefaultEditorsSuccess0.000
testGetFileEditorMappingsSuccess0.000
testSwitchDefaultToExternalBug236104Success0.173
testBug308894Success0.050
testFindEditorSuccess0.000
testGetDefaultEditor2Success0.000
testGetDefaultEditor3Success0.022
testGetImageDescriptorSuccess0.016
testGetDefaultEditorSuccess0.000
testPerspectiveChangedSuccess0.123
testPerspectiveActivatedSuccess0.111
testInitSuccess0.109
testDisposeWorkbenchWindowActionDelegateBug81422Success0.107
testRunSuccess0.117
testSelectionChangedSuccess0.130
testInitSuccess0.124
testRunSuccess0.139
testSelectionChangedSuccess0.120
testGetActionBarsSuccess0.124
testGetShellSuccess0.130
testGetWorkbenchWindowSuccess0.119
testGetPageSuccess0.134
testGetRegisteredNameSuccess0.117
testGetSelectionProviderSuccess0.126
testSetSelectionProviderSuccess0.130
testGetPluginIdSuccess0.126
testINestableServiceSuccess0.124
testGetIdSuccess0.139
testGetActionBarContributorSuccess0.146
testGetShellSuccess0.159
testGetWorkbenchWindowSuccess0.135
testGetPageSuccess0.135
testGetRegisteredNameSuccess0.140
testGetSelectionProviderSuccess0.127
testSetSelectionProviderSuccess0.139
testGetPluginIdSuccess0.141
testINestableServiceSuccess0.136
testGetIdSuccess0.136
testGetStatusLineManagerSuccess0.133
testGetToolBarManagerSuccess0.128
testGetGlobalActionHandlerSuccess0.118
testGetMenuManagerSuccess0.143
testSetGlobalActionHandlerFailurenull

junit.framework.AssertionFailedError: null
at org.eclipse.ui.tests.api.IActionBarsTest.testSetGlobalActionHandler(IActionBarsTest.java:157)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.149
testOpenAndCloseSaveNotNeededSuccess0.119
testOpenAndCloseSuccess0.135
testOpenAndCloseWithNoMementoSuccess0.154
testOpenAndCloseSaveNotNeededSuccess0.144
testOpenAndCloseSuccess0.135
testInitSuccess0.138
testSetActiveEditorSuccess0.234
testPartHiddenWhenClosedAndUnsharedSuccess0.122
testPartHiddenWhenClosedAndSharedSuccess0.154
testPartHiddenWhenObscuredSuccess0.144
testAddPartListenerToWindowSuccess0.134
testRemovePartListenerFromPageSuccess0.138
testRemovePartListenerFromWindowSuccess0.134
testPartVisibleWhenOpenedUnsharedSuccess0.122
testPartVisibleWhenOpenedSharedSuccess0.162
testPartHiddenBeforeClosingSuccess0.119
testPartVisibleWhenObscuredSuccess0.133
testEditorFoundWhenOpenedSuccess0.155
testAddPartListenerToPageSuccess0.161
testLocalPartServiceSuccess0.165
testAddSelectionListenerSuccess0.127
testLocalSelectionServiceSuccess0.135
testSelectionEventWhenInactiveSuccess0.126
testRemoveSelectionListenerSuccess0.126
testGetSelectionSuccess0.122
testSelectionEventWhenActivatedSuccess0.146
testBadFactory_SaveSuccess0.038
testSetElementsSuccess0.025
testSetIdSuccess0.003
testSetNameSuccess0.058
testGetElementsSuccess0.002
testApplicableTo_ResourceWorkingSetSuccess0.004
testApplicableTo_DirectComparisonSuccess0.003
testApplicableTo_Adapter1Success0.006
testBadFactory_RestoreSuccess0.006
testNoDuplicateWorkingSetNameSuccess0.005
testNoDuplicateWorkingSetNamesDifferentLabelsSuccess0.005
testIsEmptySuccess0.005
testApplicableTo_InheritanceSuccess0.003
testApplicableTo_AdapterManager1Success0.008
testApplicableTo_AdapterManager2Success0.008
testGetIdSuccess0.002
testGetNameSuccess0.002
testListenerSafetySuccess0.003
testConfigBlockFilterSuccess0.001
testAddPropertyChangeListenerSuccess0.010
testAddRecentWorkingSetSuccess0.005
testAddWorkingSetSuccess0.005
testCreateWorkingSetSuccess0.001
testCreateWorkingSetFromMementoSuccess0.001
testCreateWorkingSetSelectionDialogSuccess0.106
testGetRecentWorkingSetsSuccess0.011
testRecentWorkingSetsLengthSuccess0.083
testGetWorkingSetSuccess0.031
testGetWorkingSetsSuccess0.022
testRemovePropertyChangeListenerSuccess0.012
testRemoveWorkingSetSuccess0.007
testRemoveWorkingSetAfterRenameSuccess0.009
testBasicWorkingSetElementAdapter_AdapterManagerSuccess0.000
testBasicWorkingSetElementAdapter_DirectSuccess0.000
testBasicWorkingSetElementAdapter_InheritanceSuccess0.001
testBasicWorkingSetElementAdapter_IAdaptableSuccess0.003
testWorkingSetSaveRestoreAggregatesSuccess0.061
testSaveWSetSuccess0.013
testGetElemetsSuccess0.021
testWorkingSetCycleSuccess0.048
testCycleCleanupSuccess0.050
testWorkingSetRegistrySuccess0.000
testWorkingSetDescriptorSuccess0.000
testErrorConditionSuccess0.001
testMoveableFlagSuccess0.187
testPerspectiveResetSuccess0.264
testPerspectiveOpenSuccess0.166
testPerspectiveCloseStandaloneViewSuccess0.158
testPerspectiveCloseFastViewSuccess0.186
testPerspectiveMoveFastViewSuccess0.202
testPerspectiveViewToolBarVisibleSuccess0.345
testStackPlacementRightSuccess0.144
testStackPlacementLeftSuccess0.148
testStackPlacementTopSuccess0.136
testStackPlacementBottomSuccess0.139
testStackContentsSuccess0.121
testClosableFlagSuccess0.165
testNonDependantBundleIconSuccess0.003
testDependantBundleIconSuccess0.001
testBadIconSuccess0.001
testDefaultsSuccess0.134
testCustomTitleSuccess0.123
testEmptyContentDescriptionSuccess0.122
testDefaultsSuccess0.124
testCustomTitleSuccess0.126
testNullTitleSuccess0.123
testCustomNameSuccess0.125
testCustomContentDescriptionSuccess0.134
testCustomNameAndContentDescriptionSuccess0.130
testDefaultsSuccess0.129
testCustomTitleSuccess0.120
testEmptyContentDescriptionSuccess0.130
testCustomNameSuccess0.128
testCustomContentDescriptionSuccess0.130
testCustomNameAndContentDescriptionSuccess0.120
testJoinSuccess0.374
testWizardsSuccess0.001
testBug72337Success0.001
testFindMatchingEditorSuccess0.152
testOpenMatchingEditorSuccess0.159
testPutTextDataWithChildrenBug93718Success0.002
testMementoWithTextContent113659Success0.000
testCreateReadRootReaderExceptionCasesSuccess0.029
testCreateReadRootReaderSuccess0.000
testCreateReadRootReaderStringSuccess0.006
testCreateWriteRootSuccess0.001
testSpacesInRootAreIllegalSuccess0.009
testSpacesInKeysAreIllegalSuccess0.001
testCopyChildSuccess0.002
testCreateAndGetChildSuccess0.001
testGetChildrenSuccess0.002
testGetIDSuccess0.007
testPutAndGetFloatSuccess0.009
testPutAndGetIntegerSuccess0.004
testPutMementoSuccess0.002
testPutAndGetStringSuccess0.006
testPutAndGetTextDataSuccess0.007
testLegalKeysSuccess0.002
testIllegalKeysSuccess0.003
testGetCompositeSuccess0.556
testViewPropertiesSuccess0.118
testEditorPropertiesSuccess0.164
testLifecycleSuccess0.151
testHashCodeSuccess0.117
testHashCode2Success0.106
testHashCode3Success0.148
testHashCode4Success0.144
testHashCode5Success0.172
testHashCode6Success0.146
testHashCode7Success0.157
testEquals2Success0.115
testEquals3Success0.137
testEquals4Success0.161
testEquals5Success0.148
testEqualsNullInputSuccess0.155
testEqualsNullInputBothSuccess0.157
testEqualsNonNullInputSuccess0.154
testEquals7Success0.153
testEqualsSuccess0.108
testPinningWithMultipleInstancesSuccess0.329
testBug268676HidingPinnedTargetPartSuccess0.642
testBug278514NormalPropertiesSuccess0.631
testBug278514TabbedPropertiesSuccess0.552
testDefaultPageSuccess0.280
testDefaultPageAdapterSuccess0.277
testAllowsMultipleSuccess0.291
testFollowsSelectionSuccess0.264
testFollowsPartsSuccess0.287
testPinningSuccess0.277
testUnpinningWhenPinnedPartIsClosedSuccess0.257
testNewPropertySheetFailurenull

junit.framework.AssertionFailedError: null
at org.eclipse.ui.tests.propertysheet.MultiInstancePropertySheetTest.testNewPropertySheet(MultiInstancePropertySheetTest.java:286)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.280
testParentIsPinnedErrorWidget is disposed

org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:4282)
at org.eclipse.swt.SWT.error(SWT.java:4197)
at org.eclipse.swt.SWT.error(SWT.java:4168)
at org.eclipse.swt.widgets.Widget.error(Widget.java:466)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:403)
at org.eclipse.swt.widgets.Control.setBounds(Control.java:735)
at org.eclipse.ui.part.PageBook$PageBookLayout.layout(PageBook.java:67)
at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1563)
at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:1361)
at org.eclipse.swt.widgets.Control.setBounds(Control.java:765)
at org.eclipse.swt.layout.FillLayout.layout(FillLayout.java:201)
at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1563)
at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:1361)
at org.eclipse.swt.widgets.Control.setBounds(Control.java:765)
at org.eclipse.swt.layout.FillLayout.layout(FillLayout.java:201)
at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1563)
at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:1361)
at org.eclipse.swt.widgets.Control.setBounds(Control.java:737)
at org.eclipse.ui.internal.LayoutPart.setBounds(LayoutPart.java:300)
at org.eclipse.ui.internal.presentations.PresentablePart.setBounds(PresentablePart.java:170)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.layoutContent(PresentablePartFolder.java:131)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.access$0(PresentablePartFolder.java:127)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder$1.controlMoved(PresentablePartFolder.java:56)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:223)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1282)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1263)
at org.eclipse.swt.widgets.Control.setBounds(Control.java:907)
at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:1358)
at org.eclipse.swt.widgets.Control.setBounds(Control.java:765)
at org.eclipse.swt.custom.ViewFormLayout.layout(ViewFormLayout.java:197)
at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1563)
at org.eclipse.swt.widgets.Composite.setLayoutDeferred(Composite.java:1419)
at org.eclipse.ui.internal.presentations.PaneFolder.layout(PaneFolder.java:556)
at org.eclipse.ui.internal.presentations.PaneFolder$5.controlResized(PaneFolder.java:281)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1282)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1263)
at org.eclipse.swt.widgets.Control.setBounds(Control.java:911)
at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:1358)
at org.eclipse.swt.widgets.Control.setBounds(Control.java:737)
at org.eclipse.swt.custom.CTabFolder.setButtonBounds(CTabFolder.java:2177)
at org.eclipse.swt.custom.CTabFolder.updateItems(CTabFolder.java:3348)
at org.eclipse.swt.custom.CTabFolder.updateItems(CTabFolder.java:3281)
at org.eclipse.swt.custom.CTabItem.setImage(CTabItem.java:404)
at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabItem.setInfo(DefaultTabItem.java:94)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.initTab(PresentablePartFolder.java:339)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.insert(PresentablePartFolder.java:195)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.add(LeftToRightTabOrder.java:37)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.addPart(TabbedStackPresentation.java:418)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1594)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:493)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:479)
at org.eclipse.ui.internal.PartSashContainer.stack(PartSashContainer.java:1254)
at org.eclipse.ui.internal.PerspectiveHelper.addPart(PerspectiveHelper.java:342)
at org.eclipse.ui.internal.Perspective.showView(Perspective.java:2331)
at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1145)
at org.eclipse.ui.internal.WorkbenchPage$20.run(WorkbenchPage.java:3921)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3918)
at org.eclipse.ui.views.properties.NewPropertySheetHandler.findPropertySheet(NewPropertySheetHandler.java:130)
at org.eclipse.ui.views.properties.NewPropertySheetHandler.execute(NewPropertySheetHandler.java:55)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:178)
at org.eclipse.ui.tests.propertysheet.MultiInstancePropertySheetTest.executeNewPropertySheetHandler(MultiInstancePropertySheetTest.java:305)
at org.eclipse.ui.tests.propertysheet.MultiInstancePropertySheetTest.testParentIsPinned(MultiInstancePropertySheetTest.java:318)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.281
testGetIShowInTargetAdapterSuccess0.133
testShowInPropertySheetWithNullContextSuccess0.140
testShowInPropertySheetWithNullPartSuccess0.128
testShowInPropertySheetSuccess0.139
testShowInPropertySheetWithNullSuccess0.134
testGetShowInContextFromPropertySheetFailureExpected: <null> but was: <empty selection>

junit.framework.AssertionFailedError: Expected: <null> but was: <empty selection>
at org.eclipse.ui.tests.propertysheet.NewPropertySheetHandlerTest.testGetShowInContextFromPropertySheet(NewPropertySheetHandlerTest.java:87)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.133
testGetShowInContextFromAShowInSourceFailureexpected:<<empty selection>> but was:<null>

junit.framework.AssertionFailedError: expected:<<empty selection>> but was:<null>
at org.eclipse.ui.tests.propertysheet.NewPropertySheetHandlerTest.testGetShowInContextFromAShowInSource(NewPropertySheetHandlerTest.java:127)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.115
testFindPropertySheetWithoutActivePartFailureExpected: <null> but was: org.eclipse.ui.views.properties.PropertySheet@d941917

junit.framework.AssertionFailedError: Expected: <null> but was: org.eclipse.ui.views.properties.PropertySheet@d941917
at org.eclipse.ui.tests.propertysheet.NewPropertySheetHandlerTest.testFindPropertySheetWithoutActivePart(NewPropertySheetHandlerTest.java:181)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.093
testFindPropertySheetWithOtherSheetActiveFailurenull

junit.framework.AssertionFailedError: null
at org.eclipse.ui.tests.propertysheet.NewPropertySheetHandlerTest.testFindPropertySheetWithOtherSheetActive(NewPropertySheetHandlerTest.java:213)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.152
testFindPropertySheetWithSPVActiveFailureexpected:<org.eclipse.ui.views.properties.PropertySheet@a7323b0> but was:<org.eclipse.ui.views.properties.PropertySheet@6790d2bb>

junit.framework.AssertionFailedError: expected:<org.eclipse.ui.views.properties.PropertySheet@a7323b0> but was:<org.eclipse.ui.views.properties.PropertySheet@6790d2bb>
at org.eclipse.ui.tests.propertysheet.NewPropertySheetHandlerTest.testFindPropertySheetWithSPVActive(NewPropertySheetHandlerTest.java:235)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.145
testFindPropertySheetWithPinnedPSandSPVActiveFailurenull

junit.framework.AssertionFailedError: null
at org.eclipse.ui.tests.propertysheet.NewPropertySheetHandlerTest.testFindPropertySheetWithPinnedPSandSPVActive(NewPropertySheetHandlerTest.java:261)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.145
testFindPropertySheetWithUnpinnedPSandSPVActiveFailureexpected:<org.eclipse.ui.views.properties.PropertySheet@446109b1> but was:<org.eclipse.ui.views.properties.PropertySheet@5bfd7bfb>

junit.framework.AssertionFailedError: expected:<org.eclipse.ui.views.properties.PropertySheet@446109b1> but was:<org.eclipse.ui.views.properties.PropertySheet@5bfd7bfb>
at org.eclipse.ui.tests.propertysheet.NewPropertySheetHandlerTest.testFindPropertySheetWithUnpinnedPSandSPVActive(NewPropertySheetHandlerTest.java:288)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.190
testGetShowInContextWithNoShowInSourceFailureexpected:<org.eclipse.ui.tests.SelectionProviderView@5ad2b143> but was:<null>

junit.framework.AssertionFailedError: expected:<org.eclipse.ui.tests.SelectionProviderView@5ad2b143> but was:<null>
at org.eclipse.ui.tests.propertysheet.NewPropertySheetHandlerTest.testGetShowInContextWithNoShowInSource(NewPropertySheetHandlerTest.java:154)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.136
testGetShowInContextWithNoActivePartFailureExpected ExecutionException due to no active part

junit.framework.AssertionFailedError: Expected ExecutionException due to no active part
at org.eclipse.ui.tests.propertysheet.NewPropertySheetHandlerTest.testGetShowInContextWithNoActivePart(NewPropertySheetHandlerTest.java:168)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.099
testSaveableRetargetingSuccess0.167
testInputSuccess0.394
testInputIfHidden2Bug69953Success0.599
testGetDefaultLabelProviderSuccess0.001
testSetGetLabelProviderSuccess0.000
testGetNextCamelIndexSuccess0.000
testIsIgnoredForCamelCaseSuccess0.000
testGetCamelCaseSuccess0.001
testGetCamelCaseIndicesSuccess0.000
testOpenQuickAccessSuccess0.465
testMoveStatusLineSuccess0.112
testMoveFastViewBarSuccess0.107
testRemoveHeapStatusSuccess0.104
testAddExtraTrimSuccess0.115
testPlaceExtraTrimSuccess0.114
testSaveWorkbenchWindowSuccess0.104
testRestoreStateWithChangeSuccess0.192
testRestoreStateWithLocationChangeSuccess0.203
testGetIDsSuccess0.099
testTrimInformationSuccess0.108
testAnimationEngineSuccess0.329
testActionEnablementWhenActiveSuccess0.154
testActionEnablementWhenInactiveSuccess0.150
testCoolBarContributionSuccess0.131
test239945Success0.096
testAllActionSuccess0.168
testRedActionSuccess0.117
testNotRedActionSuccess0.132
testTrueActionSuccess0.124
testRedOrBlueActionSuccess0.143
testRedAndTrueActionSuccess0.122
testPluginStateActionsSuccess0.138
testSystemPropertyActionSuccess0.134
testExpressionEnabledActionSuccess0.127
testAllActionSuccess0.146
testRedActionSuccess0.149
testNotRedActionSuccess0.143
testTrueActionSuccess0.160
testRedOrBlueActionSuccess0.150
testRedAndTrueActionSuccess0.148
testPluginStateActionsSuccess0.143
testSystemPropertyActionSuccess0.124
testBringToTopSuccess0.224
testRestoreNewStateMissingIdSuccess0.001
testSaveStateSuccess0.001
testBasicFilterSuccess0.000
testRestoreOldStateSuccess0.001
test78470Success2.048
testActivityEnablementSuccess0.232
testProblemTypesSuccess0.001
testAnyErrorFilterSuccess0.000
testSameContainerSuccess0.000
testDescriptionSuccess0.000
testNotOnDescriptionSuccess0.000
testSelectedWarningSuccess0.000
testInfoAndChildrenSuccess0.000
testResourceMappingsSuccess0.606
testMarkerCategoriesSuccess0.000
testPartialSortSuccess0.285
testCompleteSortSuccess0.258
testOpenViewSuccess0.062
testDeleteClosedProjectSuccess0.665
testPerspectiveIdFailureexpected:<true> but was:<false>

junit.framework.AssertionFailedError: expected:<true> but was:<false>
at org.eclipse.ui.tests.internal.WorkbenchWindowSubordinateSourcesTests.testPerspectiveId(WorkbenchWindowSubordinateSourcesTests.java:154)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.095
testIsCoolbarVisibleFailureexpected:<true> but was:<false>

junit.framework.AssertionFailedError: expected:<true> but was:<false>
at org.eclipse.ui.tests.internal.WorkbenchWindowSubordinateSourcesTests.testIsCoolbarVisible(WorkbenchWindowSubordinateSourcesTests.java:69)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.106
testIsStatusLineVisibleFailureexpected:<true> but was:<false>

junit.framework.AssertionFailedError: expected:<true> but was:<false>
at org.eclipse.ui.tests.internal.WorkbenchWindowSubordinateSourcesTests.testIsStatusLineVisible(WorkbenchWindowSubordinateSourcesTests.java:95)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.097
testIsPerspectiveBarVisibleFailureexpected:<true> but was:<false>

junit.framework.AssertionFailedError: expected:<true> but was:<false>
at org.eclipse.ui.tests.internal.WorkbenchWindowSubordinateSourcesTests.testIsPerspectiveBarVisible(WorkbenchWindowSubordinateSourcesTests.java:121)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.106
testLtrSuccess0.000
testRtlSuccess0.000
testNothingUsefulSplitSuccess0.000
testNothingUseful2SplitSuccess0.000
testNothingUsefulSpaceSplitSuccess0.000
testNothingUsefulSpaceSplit2Success0.000
testNothingUsefulSpaceSplit3Success0.000
test2DelimitersSuccess0.000
test3DelimitersSuccess0.000
testBasic2SplitSuccess0.000
testBasic3SplitSuccess0.000
testNothingSplitSuccess0.000
testBasicSplitSuccess0.000
testTypeSuccess0.018
testSeveritySuccess0.020
testSuperTypeSuccess0.016
testPrioritySuccess0.024
testDoneSuccess0.015
testMessageSuccess0.018
testResourceTypeSuccess0.022
testEditableTextSuccess0.120
testNonEditableTextSuccess0.124
testCreateBarManagerBug274486Success0.043
testRemovedMultipleStickyViewAcrossPerspectivesErrorWidget is disposed

org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:4282)
at org.eclipse.swt.SWT.error(SWT.java:4197)
at org.eclipse.swt.SWT.error(SWT.java:4168)
at org.eclipse.swt.widgets.Widget.error(Widget.java:466)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:403)
at org.eclipse.swt.widgets.Control.setBounds(Control.java:735)
at org.eclipse.ui.part.PageBook$PageBookLayout.layout(PageBook.java:67)
at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1563)
at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:1361)
at org.eclipse.swt.widgets.Control.setBounds(Control.java:765)
at org.eclipse.swt.layout.FillLayout.layout(FillLayout.java:201)
at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1563)
at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:1361)
at org.eclipse.swt.widgets.Control.setBounds(Control.java:765)
at org.eclipse.swt.layout.FillLayout.layout(FillLayout.java:201)
at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1563)
at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:1361)
at org.eclipse.swt.widgets.Control.setBounds(Control.java:737)
at org.eclipse.ui.internal.LayoutPart.setBounds(LayoutPart.java:300)
at org.eclipse.ui.internal.presentations.PresentablePart.setBounds(PresentablePart.java:170)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.layoutContent(PresentablePartFolder.java:131)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.access$0(PresentablePartFolder.java:127)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder$1.controlMoved(PresentablePartFolder.java:56)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:223)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1282)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1263)
at org.eclipse.swt.widgets.Control.setBounds(Control.java:907)
at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:1358)
at org.eclipse.swt.widgets.Control.setBounds(Control.java:765)
at org.eclipse.swt.custom.ViewFormLayout.layout(ViewFormLayout.java:197)
at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1563)
at org.eclipse.swt.widgets.Composite.layout(Composite.java:951)
at org.eclipse.swt.widgets.Composite.layout(Composite.java:909)
at org.eclipse.swt.custom.ViewForm.setTopLeft(ViewForm.java:406)
at org.eclipse.ui.internal.presentations.PaneFolder.setTopLeft(PaneFolder.java:429)
at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder.setSelectedInfo(DefaultTabFolder.java:334)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.initTab(PresentablePartFolder.java:343)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:287)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1245)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1198)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1597)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:643)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:570)
at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:568)
at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:272)
at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:981)
at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3713)
at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:1115)
at org.eclipse.ui.internal.WorkbenchPage.access$16(WorkbenchPage.java:1099)
at org.eclipse.ui.internal.WorkbenchPage$19.run(WorkbenchPage.java:3814)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3812)
at org.eclipse.ui.tests.internal.StickyViewManagerTest.testMultipleStickyViewAcrossPerspectivesBug280656(StickyViewManagerTest.java:79)
at org.eclipse.ui.tests.internal.StickyViewManagerTest.testRemovedMultipleStickyViewAcrossPerspectives(StickyViewManagerTest.java:96)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
1.604
testRemovedMultipleStickyViewAcrossPerspectives2Success0.268
testMultipleStickyViewAcrossPerspectivesBug280656ErrorWidget is disposed

org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:4282)
at org.eclipse.swt.SWT.error(SWT.java:4197)
at org.eclipse.swt.SWT.error(SWT.java:4168)
at org.eclipse.swt.widgets.Widget.error(Widget.java:466)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:403)
at org.eclipse.swt.widgets.Control.setBounds(Control.java:735)
at org.eclipse.ui.part.PageBook$PageBookLayout.layout(PageBook.java:67)
at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1563)
at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:1361)
at org.eclipse.swt.widgets.Control.setBounds(Control.java:765)
at org.eclipse.swt.layout.FillLayout.layout(FillLayout.java:201)
at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1563)
at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:1361)
at org.eclipse.swt.widgets.Control.setBounds(Control.java:765)
at org.eclipse.swt.layout.FillLayout.layout(FillLayout.java:201)
at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1563)
at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:1361)
at org.eclipse.swt.widgets.Control.setBounds(Control.java:737)
at org.eclipse.ui.internal.LayoutPart.setBounds(LayoutPart.java:300)
at org.eclipse.ui.internal.presentations.PresentablePart.enableInputs(PresentablePart.java:387)
at org.eclipse.ui.internal.PartStack.setActive(PartStack.java:622)
at org.eclipse.ui.internal.PartSashContainer.setActive(PartSashContainer.java:494)
at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:273)
at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:981)
at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3713)
at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:1115)
at org.eclipse.ui.internal.WorkbenchPage.access$16(WorkbenchPage.java:1099)
at org.eclipse.ui.internal.WorkbenchPage$19.run(WorkbenchPage.java:3814)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3812)
at org.eclipse.ui.tests.internal.StickyViewManagerTest.testMultipleStickyViewAcrossPerspectivesBug280656(StickyViewManagerTest.java:79)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.095
testHashCodeSuccess0.000
testHashCode2Success0.000
testEquals2Success0.001
testEqualsSuccess0.000
testCloneSuccess0.000
testWorkingSetSuccess0.272
testSelectRevealSuccess0.136
testFileAdditionSuccess0.279
testInitialPopulationSuccess0.167
testEnableDecoratorSuccess0.653
testDisableDecoratorSuccess0.730
testEnableDecoratorSuccess0.311
testDisableDecoratorSuccess0.312
testRefreshContributorSuccess0.314
testRefreshContributorSuccess0.294
testEnableDecoratorSuccess0.291
testDisableDecoratorSuccess0.325
testNoExceptionSuccess0.440
testEnableDecoratorSuccess0.437
testDisableDecoratorSuccess0.483
testNonAdaptableContributionsSuccess0.022
testContributorResourceAdapterSuccess0.056
testAdaptablesSuccess0.020
testDecoratorCacheIsDisposedSuccess0.039
testRefreshFullContributorSuccess0.263
testRefreshLightContributorSuccess0.272
testEnableDecoratorSuccess0.286
testDisableDecoratorSuccess0.261
testStaticSuccess0.004
testDynamicSuccess0.001
testWorkSetAdaptationSuccess0.090
testBasicSelectionEmptySuccess0.001
testBasicSelectionSuccess0.000
testStructuredSelectionEmptySuccess0.000
testStructuredSelectionOneSuccess0.000
testStructuredSelectionSuccess0.000
testActivateViewSuccess0.261
testResetPerspectiveSuccess0.299
testZoomAndActivateSuccess0.249
testActivateSameStackSuccess0.227
testActivateOtherStackSuccess0.234
testActivateFastViewSuccess0.233
testCreateFastViewSuccess0.248
testRestoreFastViewSuccess0.241
testActivateEditorSuccess0.241
testResetPerspectiveSuccess0.344
testZoomAndActivateSuccess0.219
testActivateSameStackSuccess0.228
testActivateOtherStackSuccess0.234
testActivateFastViewSuccess0.235
testCreateFastViewSuccess0.240
testRestoreFastViewSuccess0.241
testCloseUnzoomedStackedEditorAfterActivatingViewSuccess0.229
testCloseZoomedUnstackedEditorAfterActivatingViewSuccess0.245
testCloseZoomedStackedPartAfterActivatingEditorSuccess0.234
testCloseUnzoomedStackedPartAfterActivatingEditorSuccess0.241
testCloseZoomedUnstackedPartAfterActivatingEditorSuccess0.235
testCloseHiddenUnstackedEditorSuccess0.222
testCloseHiddenUnstackedViewSuccess0.235
testCloseInactiveFastViewSuccess0.219
testCloseActiveFastViewSuccess0.228
testCloseZoomedStackedPartAfterActivatingViewSuccess0.216
testCloseZoomedUnstackedViewAfterActivatingViewSuccess0.227
testCloseUnzoomedStackedViewAfterActivatingViewSuccess0.228
testCloseActiveEditorWhileViewZoomedSuccess0.219
testCloseZoomedStackedPartAfterActivatingEditorSuccess0.226
testCloseUnzoomedStackedPartAfterActivatingEditorSuccess0.230
testCloseZoomedUnstackedPartAfterActivatingEditorSuccess0.232
testCloseHiddenUnstackedEditorSuccess0.233
testCloseHiddenUnstackedViewSuccess0.212
testCloseInactiveFastViewSuccess0.226
testCloseActiveFastViewSuccess0.232
testCloseZoomedStackedPartAfterActivatingViewSuccess0.216
testCreateViewAndMakeVisibleInOtherStackSuccess0.229
testCreateViewAndMakeVisibleWhileEditorZoomedSuccess0.232
testCreateViewAndActivateInZoomedStackSuccess0.253
testCreateViewInZoomedStackSuccess0.214
testCreateViewAndBringToTopSuccess0.248
testCreateViewAndActivateInOtherStackSuccess0.272
testCreateViewInOtherStackSuccess0.246
testCreateViewAndActivateWhileEditorZoomedSuccess0.246
testCreateViewWhileEditorZoomedSuccess0.234
testCreateViewAndBringToTopInOtherStackSuccess0.241
testOpenAndActivateExistingEditorInOtherStackSuccess0.222
testOpenNewEditorWhileViewZoomedSuccess0.252
testOpenNewEditorInZoomedStackSuccess0.299
testOpenExistingEditorWhileViewZoomedSuccess0.217
testOpenAndActivateExistingEditorWhileViewZoomedSuccess0.243
testOpenAndActivateNewEditorWhileViewZoomedSuccess0.269
testOpenAndActivateExistingEditorInZoomedStackSuccess0.225
testOpenAndActivateNewEditorInZoomedStackSuccess0.268
testOpenExistingEditorInOtherStackSuccess0.211
testOpenExistingEditorInZoomedStackSuccess0.222
testSetContextSuccess0.125
testSetCreateContainerStructureSuccess0.170
testSetFilesToImportSuccess0.193
testSetOverwriteResourcesSuccess0.284
testGetStatusSuccess0.019
testImportListSuccess0.142
testImportSourceSuccess0.148
testImportSourceListSuccess0.163
testTarGetStatusSuccess0.031
testZipWithFileAtRootSuccess0.137
testTarWithFileAtRootSuccess0.160
testZipImportSuccess0.168
testTarImportSuccess0.143
testTarSetOverwriteResourcesSuccess0.262
testZipSetOverwriteResourcesSuccess0.248
testZipGetStatusSuccess0.026
testExportResourcesSuccess0.181
testExportFilesCreateDirectoryStructureSuccess0.154
testExportOverwriteSuccess0.266
testExportRootResourceSuccess0.147
testExportFolderCreateDirectoryStructureSuccess0.146
testGetStatusSuccess0.031
testExportZipSuccess0.040
testExportZipCompressedSuccess0.035
testExportZipCreateSelectedDirectoriesSuccess0.037
testExportZipCreateSelectedDirectoriesWithFoldersSuccess0.034
testExportZipCreateSelectedDirectoriesCompressedSuccess0.036
testExportTarSuccess0.042
testExportTarCompressedSuccess0.041
testExportTarCreateSelectedDirectoriesSuccess0.033
testExportTarCreateSelectedDirectoriesWithFoldersSuccess0.037
testExportTarCreateSelectedDirectoriesCompressedSuccess0.032
testExportStatusSuccess0.033
testFindSingleZipSuccess0.114
testFindSingleTarSuccess0.062
testFindSingleDirectorySuccess0.070
testDoNotShowProjectWithSameNameSuccess0.450
testImportSingleZipSuccess0.172
testImportSingleDirectoryWithCopySuccess0.416
testImportZipWithEmptyFolderSuccess0.668
testImportSingleTarSuccess0.164
testImportTarWithEmptyFolderSuccess0.216
testImportSingleDirectoryFailureHelloWorld should not be in the workspace location: /home/overholt/sources/eclipse-build/eclipse-build/tests_20110810172952/testDataDir

junit.framework.AssertionFailedError: HelloWorld should not be in the workspace location: /home/overholt/sources/eclipse-build/eclipse-build/tests_20110810172952/testDataDir
at org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest.verifyProjectInWorkspace(ImportExistingProjectsWizardTest.java:899)
at org.eclipse.ui.tests.datatransfer.ImportExistingProjectsWizardTest.testImportSingleDirectory(ImportExistingProjectsWizardTest.java:513)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.406
testImportSingleDirectoryWithCopyDeleteProjectKeepContentsSuccess0.740
testImportZipDeleteContentsImportAgainSuccess0.370
testInitialValueSuccess0.120
testImportArchiveMultiProjectSuccess0.219
testGetProjectRecordsSuccess0.239
testImportNoCategoryProvidedSuccess0.001
testImportCategoryDoesNotExistSuccess0.000
testImportAddToNewCategorySuccess0.000
testImportAddToParentedCategorySuccess0.000
testImportDuplicateCategorySuccess0.000
testImportUsingExportCategorySuccess0.000
testExportNoCategoryProvidedSuccess0.001
testExportCategoryDoesNotExistSuccess0.000
testExportAddToNewCategorySuccess0.000
testExportAddToParentedCategorySuccess0.000
testExportDuplicateCategorySuccess0.000
testExportUsingImportCategorySuccess0.000
testNoFontDefinitionSuccess0.001
testNonUIThreadFontAccessSuccess0.002
testGoodFontDefinitionSuccess0.000
testBadFirstFontDefinitionSuccess0.000
testNoFontDefinitionSuccess0.001
testGoodFontDefinitionSuccess0.000
testBadFirstFontDefinitionSuccess0.000
testNeedsSavingSuccess0.049
testRestoreDefaultsSuccess0.002
testRemoveKeySuccess0.005
testRemoveNodeSuccess0.000
testInstanceOfPageSuccess0.165
testAndPageSuccess0.023
testOrPageSuccess0.023
testRemoveLastListenerSuccess0.002
testCustomManagerSuccess0.056
testMixedNodesSuccess0.051
testWithIconsSuccess0.057
testWithSortingSuccess0.060
testStatusHandlerRemoval2Success0.893
testProductBindingRemovalSuccess0.750
testStatusHandlerRemovalSuccess0.754
testClass() for org.eclipse.ui.tests.dynamicplugins.StatusHandlerTestsSuccess0.566
testAcceleratorConfigurationsSuccess0.559
testClassSuccess0.001
testAcceleratorScopesSuccess0.536
testClassSuccess0.001
testActionDefinitionsSuccess0.533
testClassSuccess0.000
testActionSetPartAssociationsSuccess0.500
testActionSetsSuccess0.814
testClassSuccess0.000
testActivityImagesSuccess0.388
testCategoryImagesSuccess0.393
testClassSuccess0.000
testBindingsSuccess0.514
testClassSuccess0.000
testBrowserSupportSuccess0.413
testClass() for org.eclipse.ui.tests.dynamicplugins.BrowserTestsSuccess0.566
testNonExistingHandlerSuccess0.567
testCommandsSuccess0.573
testClassSuccess0.000
testContextsSuccess0.567
testClassSuccess0.000
testHandlersSuccess0.536
testClassSuccess0.000
testPreferencesSuccess0.388
testClass() for org.eclipse.ui.tests.dynamicplugins.PreferencePageTestsSuccess0.568
testKeywordsSuccess0.414
testClassSuccess0.000
testPropertyPageCountSuccess0.384
testPropertyPageContributionSuccess0.404
testClass() for org.eclipse.ui.tests.dynamicplugins.PropertyPageTestsSuccess0.566
testHelpSupportSuccess0.476
testClass() for org.eclipse.ui.tests.dynamicplugins.HelpSupportTestsSuccess0.551
testWorkbenchEncodingsSuccess0.496
testIDEEncodingsSuccess0.538
testClassSuccess0.001
testDecoratorsSuccess0.449
testClass() for org.eclipse.ui.tests.dynamicplugins.DecoratorTestsSuccess0.562
testStartupRunSuccess0.408
testClass() for org.eclipse.ui.tests.dynamicplugins.StartupTestsSuccess0.570
testEditorPropertiesSuccess0.424
testEditorClosureSuccess0.821
testClass() for org.eclipse.ui.tests.dynamicplugins.EditorTestsSuccess0.554
testIntroClosureSuccess0.679
testIntroPropertiesSuccess0.479
testClass() for org.eclipse.ui.tests.dynamicplugins.IntroTestsSuccess0.652
testFindPerspectiveInRegistrySuccess0.408
testPerspectiveClose1Success0.646
testPerspectiveClose2Success0.613
testClass() for org.eclipse.ui.tests.dynamicplugins.PerspectiveTestsSuccess0.564
testViewWithoutCategorySuccess0.401
testViewWithCategorySuccess0.388
testStickyViewPropertiesSuccess0.380
testCategoryViewContainmentPropertiesSuccess0.383
testViewClosureSuccess0.808
testClass() for org.eclipse.ui.tests.dynamicplugins.ViewTestsSuccess0.557
testNewWizardPropertiesSuccess0.443
testClass() for org.eclipse.ui.tests.dynamicplugins.NewWizardTestsSuccess0.563
testViewerContributionsSuccess0.654
testObjectContribtionsSuccess0.656
testClass() for org.eclipse.ui.tests.dynamicplugins.ObjectContributionTestsSuccess0.587
testClass() for org.eclipse.ui.tests.dynamicplugins.WorkingSetTestsSuccess0.580
testWorkingSetUpdaterSuccess0.917
testWorkingSetWithBasicElementAdapterSuccess0.407
testWorkingSetWithCustomElementAdapterSuccess0.456
testConfigurationElementTracker1Success0.000
testConfigurationElementTracker2Success0.178
testConfigurationElementTracker3Success0.000
testConfigurationElementTracker4Success27.151
testMenuContributionSuccess0.531
testClassSuccess0.001
testInvalidMenuContributionSuccess0.677
testClassSuccess0.000
testContextOverrideSuccess0.003
testDeletedBindingSuccess0.001
testDeletedBindingAllowsParentSuccess0.000
testDeletedBindingPlatformSuccess0.001
testDeletedBindingUnnecessarilySuccess0.001
testDeletedBindingWithAdditionSuccess0.000
testDeletedBindingWithUserOverrideSuccess0.001
testDoubleDeletedBindingSuccess0.001
testDoubleParentSuccess0.000
testLocaleOverrideSuccess0.000
testPlatformOverrideSuccess0.001
testSchemeOverrideSuccess0.000
testSchemeOverrideDifferentContextsSuccess0.000
testSchemeOverrideDifferentTypesSuccess0.000
testSiblingContextConflictSuccess0.001
testUserOverrideSuccess0.000
testConflictSuccess0.000
testConstructorSuccess0.000
testGetActiveBindingsDisregardingContextSuccess0.000
testGetActiveBindingsDisregardingContextFlatSuccess0.001
testGetActiveBindingsForSuccess0.000
testGetActiveSchemeSuccess0.000
testGetBindingsSuccess0.000
testGetDefinedSchemeIdsSuccess0.000
testGetLocaleSuccess0.000
testAddBindingSuccess0.000
testGetPartialMatchesSuccess0.001
testGetPerfectMatchSuccess0.000
testGetSchemeSuccess0.000
testIsPartialMatchSuccess0.000
testIsPerfectMatchSuccess0.000
testRemoveBindingsSuccess0.001
testSetActiveSchemeSuccess0.000
testGetCurrentConflictsSuccess0.000
testSetBindingsSuccess0.000
testSetLocaleSuccess0.001
testSetPlatformSuccess0.000
testGetBestActiveBindingForSuccess0.000
testGetPlatformSuccess0.000
testBindingTransformFailureexpected:<1> but was:<0>

junit.framework.AssertionFailedError: expected:<1> but was:<0>
at org.eclipse.ui.tests.keys.BindingPersistenceTest.testBindingTransform(BindingPersistenceTest.java:210)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.085
testModifierWithPlatformSuccess0.000
testModifierNotAppliedSuccess0.000
testDifferentPlatformSuccess0.000
testSinglePlatformSuccess0.000
testAutoLoadSuccess0.143
testInfiniteStrokesSuccess0.010
testTruncationSuccess0.011
testZeroStrokeSuccess0.011
testCtrlSuccess0.002
testCtrlEnterSuccess0.002
testCtrlMSuccess0.000
testCtrlShift2Success0.000
testCtrlShift7_SwissGermanSuccess0.001
testCtrlShift7_USSuccess0.000
testStackOverflowSuccess0.004
testNoCheckOnNonCheckboxSuccess0.215
testCtrlSpaceSuccess0.001
testFontResetSuccess0.018
testShiftAltSuccess0.003
testTruncatingCastSuccess0.000
testReplaceFirstSuccess0.000
testReplaceSuccess0.000
testBindingsEqualSuccess0.000
testHashCodeEqualsSuccess0.000
testDefaultsSuccess0.068
testBindingsSuccess0.031
testContextsSuccess0.035
testCreateKeyBindingSuccess0.035
testChangeSchemesSuccess0.050
testChangeSchemesTwiceSuccess0.054
testSchemesWithNoDefaultBindingSuccess0.035
testCopyBindingSuccess0.027
testCopyCommandSuccess0.030
testRemoveActiveEditorSuccess0.026
testRestoreBindingSuccess0.040
testRestoreCommandSuccess0.030
testRestoreContextSuccess0.025
testBasicConflictsSuccess0.023
testConflictSelectionSuccess0.024
testUpdateContextSuccess0.026
testEqualsAndHashSuccess0.000
testSetActivePageSuccess0.279
testPostSelectionSuccess0.233
testContextActivationFailureorg.eclipse.ui.textEditorScope expected:<true> but was:<false>

junit.framework.AssertionFailedError: org.eclipse.ui.textEditorScope expected:<true> but was:<false>
at org.eclipse.ui.tests.multipageeditor.MultiVariablePageTest.checkActiveContext(MultiVariablePageTest.java:244)
at org.eclipse.ui.tests.multipageeditor.MultiVariablePageTest.testContextActivation(MultiVariablePageTest.java:208)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.202
testPageChangeListenersSuccess0.217
testPagePartListenerSuccess0.218
testPagePartListener2Success0.283
testPageWindowListenerSuccess0.234
testPageWindowListener2Success0.281
testRemovePageSuccess0.212
testActivityImagesSuccess0.002
testCategoryImagesSuccess0.001
testGetDisabledCategories1Success0.211
testGetDisabledCategories2Success0.149
testGetDisabledCategories3Success0.133
testGetDisabledCategories4Success0.113
testGetDisabledCategories5Success0.092
testCategoryCount1_ASuccess0.091
testCategoryCount2_ASuccess0.104
testCategoryCount4_ASuccess0.115
testCategoryCount5_ASuccess0.125
testPropertyTester1Success0.166
testPropertyTester2Success0.152
testExpressionEnablementSuccess0.090
testNonRegExpressionPatternSuccess0.000
testSetEnabledExpressionActivitySuccess0.496
testGetEnabledCategories1Success0.000
testGetEnabledCategories2Success0.000
testGetEnabledCategories3Success0.001
testGetEnabledCategories4Success0.000
testGetEnabledCategories5Success0.001
testGetEnabledCategories1_ASuccess0.094
testGetEnabledCategories2_ASuccess0.102
testGetEnabledCategories3_ASuccess0.108
testGetEnabledCategories4_ASuccess0.124
testGetEnabledCategories5_AaSuccess0.092
testGetEnabledCategories5_AbSuccess0.115
testActivitySuccess0.783
testActivityManagerSuccess0.001
testCategorySuccess0.000
testActivityPatternBindingsSuccess0.001
testEnabledActivitiesSuccess0.000
testIdentifiersListenerSuccess0.002
testActivityListenerSuccess0.005
testCategoryListenerSuccess0.005
testDynamicRegistrySuccess0.152
testActivityManagerListenerSuccess0.001
testSizesSuccess0.000
testActivityRequirementBindingsSuccess0.001
testCategoryActivityBindingsSuccess0.000
testActivityPermutationsSuccess0.000
testActivityPatternBindingsSuccess0.000
testCategoryPermutationsSuccess0.000
testActivityPreferenceSuccess0.062
testNoNamespaceFactorySuccess0.328
testMenuVisibilityWithCustomFactorySuccess0.432
testQuotePatternSuccess0.001
testWindowSuccess0.000
testDialogHandlersSuccess0.000
testFallbackToWindowSuccess0.000
testFallbackToWindowBlockedByDialogFailureThe active shell must be the dialog. If you are activating other shells while this test is running, then this test will fail expected same:<Shell {}> was not:<null>

junit.framework.AssertionFailedError: The active shell must be the dialog. If you are activating other shells while this test is running, then this test will fail expected same:<Shell {}> was not:<null>
at org.eclipse.ui.tests.commands.Bug66182Test.testFallbackToWindowBlockedByDialog(Bug66182Test.java:249)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.106
testHandlerChangeCausesUpdateSuccess0.001
testUndefinedCommandIsActiveLoggedSuccess0.020
testSelectAllHandlerSendsSelectionEventErrorThere is no handler to execute. org.eclipse.ui.edit.selectAll

org.eclipse.ui.commands.NotHandledException: There is no handler to execute. org.eclipse.ui.edit.selectAll
at org.eclipse.ui.internal.commands.CommandLegacyWrapper.execute(CommandLegacyWrapper.java:106)
at org.eclipse.ui.tests.commands.Bug74982Test.testSelectAllHandlerSendsSelectionEvent(Bug74982Test.java:93)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
Caused by: org.eclipse.core.commands.NotHandledException: There is no handler to execute. org.eclipse.ui.edit.selectAll
at org.eclipse.core.commands.Command.execute(Command.java:421)
at org.eclipse.ui.internal.commands.CommandLegacyWrapper.execute(CommandLegacyWrapper.java:100)
0.007
testPartIdSubmissionFailureThe MockViewPart command should be handled

junit.framework.AssertionFailedError: The MockViewPart command should be handled
at org.eclipse.ui.tests.commands.Bug74990Test.testPartIdSubmission(Bug74990Test.java:92)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.117
testHandlerLeakSuccess0.596
testParameterizedCommand_generateCombinationsSuccess0.002
testExecutionListenerSuccess0.003
testIsCompatibleSuccess0.000
testFindIntegerParamCommandSuccess0.001
testGetReturnTypeSuccess0.000
testUnrelevantOrderSuccess0.000
testSubtractTypeErrorSuccess0.002
testConvertStringToIntegerSuccess0.001
testConvertIntegerToStringSuccess0.000
testSubtractSuccess0.001
testMalformedSerializationStringsSuccess0.001
testUndefinedCommandsSuccess0.000
testSerializeShowPerspectiveSuccess0.001
testSerializeShowResourcePerspectiveSuccess0.001
testZeroParameterCommandSuccess0.000
testOneParameterCommandSuccess0.001
testTwoParameterCommandSuccess0.001
testThreeParameterCommandSuccess0.000
testFunnyNamesCommandSuccess0.000
testHelpContextIdSuccess0.021
testCommandNotifiedOfStateChangeSuccess0.002
testTextStateListenerSuccess0.000
testTextPreferenceSuccess0.000
testRadioStateSuccess0.001
testStateChangeReflectedInCommandSuccess0.000
testStateChangeReflectedInHandlerSuccess0.000
testTextStateSuccess0.000
testExceptionThrowingHandlerSuccess0.001
testBasicHandlerSuccess0.009
testForBreak123Success0.015
testForBreak132Success0.018
testForBreak213Success0.015
testForBreak231Success0.015
testForBreak312Success0.024
testForBreak321Success0.022
testForNegativeNumberSuccess0.019
testTwoHandlersSuccess0.015
testLocalContextErrorTrying to execute the disabled command org.eclipse.ui.tests.contexts.command.testHandler

org.eclipse.core.commands.NotEnabledException: Trying to execute the disabled command org.eclipse.ui.tests.contexts.command.testHandler
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:469)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.tests.commands.HandlerActivationTest.testLocalContext(HandlerActivationTest.java:446)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.206
testNoParametersNoCallbacksSuccess0.000
testNoParametersWithCallbacksSuccess0.000
testParametersWithCallbacksSuccess0.001
testParmsToSameCommandSuccess0.000
testParmsToDifferentProtocolSuccess0.000
testCommandThroughWindowSuccess0.100
testCallbackCleanupSuccess0.096
testEnablementForLocalContextSuccess0.245
testRestoreContributedUISuccess0.130
testEnablementForNormalHandlersSuccess0.045
testEventsForNormalHandlersSuccess0.049
testEventsForDisabledHandlersSuccess0.043
testEventsForEnabledHandlersSuccess0.044
testCommandWithHandlerProxySuccess0.045
testEnablementWithHandlerProxySuccess0.001
testParameterizedCommandSuccess0.001
testCommandIdSuccess0.000
testEditorActionDelegateErrorThere is no handler to execute for command org.eclipse.ui.tests.simplyStay

org.eclipse.core.commands.NotHandledException: There is no handler to execute for command org.eclipse.ui.tests.simplyStay
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:485)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:178)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:247)
at org.eclipse.ui.tests.commands.ActionDelegateProxyTest.testEditorActionDelegate(ActionDelegateProxyTest.java:123)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.207
testViewDelegateErrorThere is no handler to execute for command org.eclipse.ui.tests.incMenuHarness

org.eclipse.core.commands.NotHandledException: There is no handler to execute for command org.eclipse.ui.tests.incMenuHarness
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:485)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:178)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:247)
at org.eclipse.ui.tests.commands.ActionDelegateProxyTest.testViewDelegate(ActionDelegateProxyTest.java:63)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.139
testWWActionDelegateErrorThere is no handler to execute for command org.eclipse.ui.tests.simplyGo

org.eclipse.core.commands.NotHandledException: There is no handler to execute for command org.eclipse.ui.tests.simplyGo
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:485)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:178)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:247)
at org.eclipse.ui.tests.commands.ActionDelegateProxyTest.testWWActionDelegate(ActionDelegateProxyTest.java:87)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.103
testMultipleContributionsSuccess0.001
testDefaultValuesFailureexpected:<true> but was:<false>

junit.framework.AssertionFailedError: expected:<true> but was:<false>
at org.eclipse.ui.tests.commands.ToggleStateTest.assertState(ToggleStateTest.java:136)
at org.eclipse.ui.tests.commands.ToggleStateTest.testDefaultValues(ToggleStateTest.java:56)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.000
testExceptionThrownSuccess0.000
testMultipleContributionsSuccess0.001
testRadioValuesSuccess0.000
testPartIdSubmissionFailureThe MockViewPart context should be enabled

junit.framework.AssertionFailedError: The MockViewPart context should be enabled
at org.eclipse.ui.tests.contexts.Bug74990Test.testPartIdSubmission(Bug74990Test.java:78)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.131
testWindowChildWhenDialogSuccess0.001
testAcceleratorScopesSuccess0.000
testContextsSuccess0.000
testCommandsScopesSuccess0.000
testContextActivationFailureorg.eclipse.ui.tests.contexts.ViewPart expected:<true> but was:<false>

junit.framework.AssertionFailedError: org.eclipse.ui.tests.contexts.ViewPart expected:<true> but was:<false>
at org.eclipse.ui.tests.contexts.PartContextTest.checkActiveContext(PartContextTest.java:183)
at org.eclipse.ui.tests.contexts.PartContextTest.testContextActivation(PartContextTest.java:79)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.137
testBasicContextActivationFailureorg.eclipse.ui.tests.contexts.ViewPart expected:<true> but was:<false>

junit.framework.AssertionFailedError: org.eclipse.ui.tests.contexts.ViewPart expected:<true> but was:<false>
at org.eclipse.ui.tests.contexts.PartContextTest.checkActiveContext(PartContextTest.java:183)
at org.eclipse.ui.tests.contexts.PartContextTest.testBasicContextActivation(PartContextTest.java:61)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.130
testWindowContextActivationFailureorg.eclipse.ui.tests.contexts.WorkbenchWindow expected:<true> but was:<false>

junit.framework.AssertionFailedError: org.eclipse.ui.tests.contexts.WorkbenchWindow expected:<true> but was:<false>
at org.eclipse.ui.tests.contexts.PartContextTest.checkActiveContext(PartContextTest.java:183)
at org.eclipse.ui.tests.contexts.PartContextTest.testWindowContextActivation(PartContextTest.java:108)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.108
testPageBookPageContextActivationFailureorg.eclipse.ui.tests.contexts.Page expected:<true> but was:<false>

junit.framework.AssertionFailedError: org.eclipse.ui.tests.contexts.Page expected:<true> but was:<false>
at org.eclipse.ui.tests.contexts.PartContextTest.checkActiveContext(PartContextTest.java:183)
at org.eclipse.ui.tests.contexts.PartContextTest.testPageBookPageContextActivation(PartContextTest.java:147)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.236
drag maximized Navigator to right of editor areaSuccess0.272
drag maximized Navigator folder to right of editor areaSuccess0.160
drag maximized Problems to right of editor areaSuccess0.163
drag maximized Problems folder to right of editor areaSuccess0.162
drag Navigator to left of editor areaSuccess0.206
drag Navigator to right of editor areaSuccess0.160
drag Navigator to top of editor areaSuccess0.141
drag Navigator to bottom of editor areaSuccess0.196
drag Navigator to left of NavigatorSuccess0.145
drag Navigator to right of NavigatorSuccess0.126
drag Navigator to bottom of NavigatorSuccess0.126
drag Navigator to center of NavigatorSuccess0.155
drag Navigator to top of NavigatorSuccess0.151
drag Navigator to left of ProblemsSuccess0.162
drag Navigator to right of ProblemsSuccess0.208
drag Navigator to bottom of ProblemsSuccess0.141
drag Navigator to center of ProblemsSuccess0.187
drag Navigator to top of ProblemsSuccess0.147
drag Navigator to fast view barSuccess0.132
drag Navigator to Navigator view tab areaSuccess0.131
drag Navigator to Problems view tab areaSuccess0.179
drag Navigator to Problems view title areaSuccess0.151
drag Navigator to top of windowSuccess0.189
drag Navigator to bottom of windowSuccess0.159
drag Navigator to left of windowSuccess0.151
drag Navigator to right of windowSuccess0.142
drag Navigator to center of Mock View 1 - detachedSuccess0.270
drag Navigator to center of Mock View 3 - detachedSuccess0.288
drag Navigator to Mock View 1 view tab area - detachedSuccess0.293
drag Navigator to out of the window - detachedSuccess0.288
drag Navigator folder to left of editor areaSuccess0.161
drag Navigator folder to right of editor areaSuccess0.155
drag Navigator folder to top of editor areaSuccess0.172
drag Navigator folder to bottom of editor areaSuccess0.148
drag Navigator folder to left of NavigatorSuccess0.132
drag Navigator folder to right of NavigatorSuccess0.134
drag Navigator folder to bottom of NavigatorSuccess0.157
drag Navigator folder to center of NavigatorSuccess0.126
drag Navigator folder to top of NavigatorSuccess0.148
drag Navigator folder to left of ProblemsSuccess0.148
drag Navigator folder to right of ProblemsSuccess0.164
drag Navigator folder to bottom of ProblemsSuccess0.157
drag Navigator folder to center of ProblemsSuccess0.159
drag Navigator folder to top of ProblemsSuccess0.150
drag Navigator folder to fast view barSuccess0.145
drag Navigator folder to Navigator view tab areaSuccess0.131
drag Navigator folder to Problems view tab areaSuccess0.154
drag Navigator folder to Problems view title areaSuccess0.136
drag Navigator folder to top of windowSuccess0.147
drag Navigator folder to bottom of windowSuccess0.156
drag Navigator folder to left of windowSuccess0.140
drag Navigator folder to right of windowSuccess0.139
drag Navigator folder to center of Mock View 1 - detachedSuccess0.271
drag Navigator folder to center of Mock View 3 - detachedSuccess0.298
drag Navigator folder to Mock View 1 view tab area - detachedSuccess0.296
drag Navigator folder to out of the window - detachedSuccess0.293
drag Problems to left of editor areaSuccess0.152
drag Problems to right of editor areaSuccess0.156
drag Problems to top of editor areaSuccess0.141
drag Problems to bottom of editor areaSuccess0.149
drag Problems to left of NavigatorSuccess0.144
drag Problems to right of NavigatorSuccess0.149
drag Problems to bottom of NavigatorSuccess0.143
drag Problems to center of NavigatorSuccess0.153
drag Problems to top of NavigatorSuccess0.144
drag Problems to left of ProblemsSuccess0.132
drag Problems to right of ProblemsSuccess0.176
drag Problems to bottom of ProblemsSuccess0.155
drag Problems to center of ProblemsSuccess0.148
drag Problems to top of ProblemsSuccess0.175
drag Problems to fast view barSuccess0.150
drag Problems to Navigator view tab areaSuccess0.177
drag Problems to Problems view tab areaSuccess0.127
drag Problems to Problems view title areaSuccess0.150
drag Problems to top of windowSuccess0.155
drag Problems to bottom of windowSuccess0.196
drag Problems to left of windowSuccess0.163
drag Problems to right of windowSuccess0.144
drag Problems to center of Mock View 1 - detachedSuccess0.269
drag Problems to center of Mock View 3 - detachedSuccess0.258
drag Problems to Mock View 1 view tab area - detachedSuccess0.258
drag Problems to out of the window - detachedSuccess0.289
drag Problems folder to left of editor areaSuccess0.161
drag Problems folder to right of editor areaSuccess0.169
drag Problems folder to top of editor areaSuccess0.139
drag Problems folder to bottom of editor areaSuccess0.149
drag Problems folder to left of NavigatorSuccess0.145
drag Problems folder to right of NavigatorSuccess0.145
drag Problems folder to bottom of NavigatorSuccess0.152
drag Problems folder to center of NavigatorSuccess0.134
drag Problems folder to top of NavigatorSuccess0.146
drag Problems folder to left of ProblemsSuccess0.148
drag Problems folder to right of ProblemsSuccess0.125
drag Problems folder to bottom of ProblemsSuccess0.128
drag Problems folder to center of ProblemsSuccess0.125
drag Problems folder to top of ProblemsSuccess0.147
drag Problems folder to fast view barSuccess0.139
drag Problems folder to Navigator view tab areaSuccess0.146
drag Problems folder to Problems view tab areaSuccess0.130
drag Problems folder to Problems view title areaSuccess0.134
drag Problems folder to top of windowSuccess0.156
drag Problems folder to bottom of windowSuccess0.148
drag Problems folder to left of windowSuccess0.148
drag Problems folder to right of windowSuccess0.167
drag Problems folder to center of Mock View 1 - detachedSuccess0.291
drag Problems folder to center of Mock View 3 - detachedSuccess0.316
drag Problems folder to Mock View 1 view tab area - detachedSuccess0.305
drag Problems folder to out of the window - detachedSuccess0.304
drag editor 0 to center of NavigatorSuccess0.148
drag editor 0 to left of editor 2Success0.160
drag editor 0 to right of editor 2Success0.146
drag editor 0 to top of editor 2Success0.158
drag editor 0 to bottom of editor 2Success0.154
drag editor 0 to center of editor 2Success0.144
drag editor 0 to left of editor 0Success0.152
drag editor 0 to right of editor 0Success0.141
drag editor 0 to bottom of editor 0Success0.135
drag editor 0 to center of editor 0Success0.127
drag editor 0 to editor 0 tab areaSuccess0.153
drag editor 0 to editor 0 title areaSuccess0.161
drag editor 0 to top of windowSuccess0.131
drag editor 0 to bottom of windowSuccess0.152
drag editor 0 to left of windowSuccess0.153
drag editor 0 to right of windowSuccess0.143
drag editor 0 to center of Mock View 1 - detachedSuccess0.318
drag editor 0 to center of Mock View 3 - detachedSuccess0.265
drag editor 0 to Mock View 1 view tab area - detachedSuccess0.260
drag editor 0 to out of the window - detachedSuccess0.253
drag editor 0 folder to center of NavigatorSuccess0.147
drag editor 0 folder to left of editor 2Success0.135
drag editor 0 folder to right of editor 2Success0.163
drag editor 0 folder to top of editor 2Success0.141
drag editor 0 folder to bottom of editor 2Success0.133
drag editor 0 folder to center of editor 2Success0.146
drag editor 0 folder to left of editor 0Success0.140
drag editor 0 folder to right of editor 0Success0.157
drag editor 0 folder to bottom of editor 0Success0.137
drag editor 0 folder to center of editor 0Success0.132
drag editor 0 folder to editor 0 tab areaSuccess0.124
drag editor 0 folder to editor 0 title areaSuccess0.136
drag editor 0 folder to top of windowSuccess0.130
drag editor 0 folder to bottom of windowSuccess0.158
drag editor 0 folder to left of windowSuccess0.142
drag editor 0 folder to right of windowSuccess0.132
drag editor 0 folder to center of Mock View 1 - detachedSuccess0.262
drag editor 0 folder to center of Mock View 3 - detachedSuccess0.250
drag editor 0 folder to Mock View 1 view tab area - detachedSuccess0.249
drag editor 0 folder to out of the window - detachedSuccess0.268
drag editor 2 to center of NavigatorSuccess0.151
drag editor 2 to left of editor 2Success0.138
drag editor 2 to right of editor 2Success0.160
drag editor 2 to top of editor 2Success0.130
drag editor 2 to bottom of editor 2Success0.134
drag editor 2 to center of editor 2Success0.131
drag editor 2 to left of editor 0Success0.149
drag editor 2 to right of editor 0Success0.134
drag editor 2 to bottom of editor 0Success0.138
drag editor 2 to center of editor 0Success0.154
drag editor 2 to editor 0 tab areaSuccess0.127
drag editor 2 to editor 0 title areaSuccess0.143
drag editor 2 to top of windowSuccess0.165
drag editor 2 to bottom of windowSuccess0.148
drag editor 2 to left of windowSuccess0.158
drag editor 2 to right of windowSuccess0.131
drag editor 2 to center of Mock View 1 - detachedSuccess0.282
drag editor 2 to center of Mock View 3 - detachedSuccess0.268
drag editor 2 to Mock View 1 view tab area - detachedSuccess0.254
drag editor 2 to out of the window - detachedSuccess0.250
drag editor 2 folder to center of NavigatorSuccess0.146
drag editor 2 folder to left of editor 2Success0.158
drag editor 2 folder to right of editor 2Success0.163
drag editor 2 folder to top of editor 2Success0.152
drag editor 2 folder to bottom of editor 2Success0.148
drag editor 2 folder to center of editor 2Success0.149
drag editor 2 folder to left of editor 0Success0.153
drag editor 2 folder to right of editor 0Success0.126
drag editor 2 folder to bottom of editor 0Success0.162
drag editor 2 folder to center of editor 0Success0.152
drag editor 2 folder to editor 0 tab areaSuccess0.134
drag editor 2 folder to editor 0 title areaSuccess0.145
drag editor 2 folder to top of windowSuccess0.165
drag editor 2 folder to bottom of windowSuccess0.130
drag editor 2 folder to left of windowSuccess0.143
drag editor 2 folder to right of windowSuccess0.138
drag editor 2 folder to center of Mock View 1 - detachedSuccess0.264
drag editor 2 folder to center of Mock View 3 - detachedSuccess0.249
drag editor 2 folder to Mock View 1 view tab area - detachedSuccess0.253
drag editor 2 folder to out of the window - detachedSuccess0.252
testDragStandaloneViewSuccess0.131
testBooleanDataConversionSuccess0.059
testColorCascadeEventsSuccess0.002
testColorFactorySuccess0.000
testColorPreferenceListener_def_swtcolorSuccess0.002
testColorPreferenceListener_def_rgbcolorSuccess0.007
testColorPreferenceListener_def_defaultedcolorSuccess0.006
testColorPreferenceListener_def_nooverridecolorSuccess0.002
testColorPreferenceListener_th1_swtcolorSuccess0.007
testColorPreferenceListener_th1_rgbcolorSuccess0.000
testColorPreferenceListener_th1_defaultedcolorSuccess0.000
testColorPreferenceListener_th1_nooverridecolorSuccess0.001
testDataKeySet_data1Success0.000
testDataKeySet_data2Success0.000
testDataKeySet_int1Success0.000
testDataKeySet_bool1Success0.000
testDataKeySet_BOGUSKEYSuccess0.000
testDataOverride_data1Success0.000
testDataOverride_data2Success0.000
testDefaultedColor_rgbcolorSuccess0.000
testDefaultedColor_defaultedcolorSuccess0.000
testDefaultedColor_defaultedcolor2Success0.001
testDefaultedFont_valfontSuccess0.000
testDefaultedFont_defaultedfontSuccess0.000
testDefaultedFont_defaultedfont2Success0.000
testDefaultedFontOverride_valfontSuccess0.000
testDefaultedFontOverride_defaultedfont2Success0.000
testDefaultedFontOverride_defaultedfont3Success0.000
testDefaultedOverrideColor_rgbcolorSuccess0.000
testDefaultedOverrideColor_defaultedcolor2Success0.000
testDefaultedOverrideColor_defaultedcolor3Success0.000
testFontCascadeEventsSuccess0.002
testFontPreferenceListener_def_novalfontSuccess0.002
testFontPreferenceListener_def_valfontSuccess0.006
testFontPreferenceListener_def_defaultedfontSuccess0.004
testFontPreferenceListener_def_nooverridefontSuccess0.003
testFontPreferenceListener_th1_valfontSuccess0.001
testFontPreferenceListener_th1_novalfontSuccess0.000
testFontPreferenceListener_th1_defaultedfontSuccess0.000
testFontPreferenceListener_th1_nooverridefontSuccess0.000
testGetBadThemeSuccess0.001
testIntDataConversionSuccess0.000
testNoValFontSuccess0.000
testNoValFontOverrideSuccess0.000
testPlatformColorSuccess0.001
testPlatformFontSuccess0.000
testRGBColorSuccess0.000
testRGBColorOverrideSuccess0.000
testSetThemeSuccess0.073
testStringDataSuccess0.033
testSWTColorSuccess0.000
testSWTColorOverrideSuccess0.000
testThemeDescription_defaultSuccess0.001
testThemeDescription_theme1Success0.000
testValFontSuccess0.001
testThemeExtensionNameSuccess0.011
testThemeExtensionDataSuccess0.000
testThemeExtensionColorSuccess0.000
testThemeExtensionFontSuccess0.000
testBadColor1Success0.000
testBadColor2Success0.000
testBadColor3Success0.000
testPushdownSuccess0.062
testDefaultColorDescriptorSuccess0.001
testImageSuccess0.145
testOpenAndCloseSuccess0.137
testOpenAndCloseSuccess0.108
testPerspectiveResetSuccess0.248
testViewClosureSuccess0.132
testShowSuccess0.138
testStandbySuccess0.137
testCloseInEmptyPerspectiveSuccess0.124
testCloseInFastViewPerspectiveSuccess0.143
testCloseInNonEmptyPerspectiveSuccess0.241
testPerspectiveChangeSuccess0.176
testPerspectiveChangeWith32StickyBehaviorSuccess0.171
testNonAdaptableContributionsSuccess0.005
testContributorResourceAdapterSuccess0.053
testAdaptablesSuccess0.005
testDuplicateAdaptablesSuccess0.003
testObjectStateContentTypeSuccess0.064
testBasicContributionFailureactive context

junit.framework.AssertionFailedError: active context
at org.eclipse.ui.tests.menus.MenuVisibilityTest.testBasicContribution(MenuVisibilityTest.java:108)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.125
testExtensionContributionExpressionFailureactive context

junit.framework.AssertionFailedError: active context
at org.eclipse.ui.tests.menus.MenuVisibilityTest.testExtensionContributionExpression(MenuVisibilityTest.java:178)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.134
testVisibilityTracksEnablementFailurenull

junit.framework.AssertionFailedError: null
at org.eclipse.ui.tests.menus.MenuVisibilityTest.testVisibilityTracksEnablement(MenuVisibilityTest.java:230)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.114
testBasicPopulationSuccess0.110
testBasicMenuPopulationSuccess0.117
testFactoryAdditionSuccess0.114
testFactoryRemoveSuccess0.123
testDynamicFactoryAdditionSuccess0.103
testDynamicFactoryRemoveSuccess0.100
testFactoryScopePopulationSuccess0.134
testAfterQueryInvalidSuccess0.108
testAfterQueryOneGroupSuccess0.131
testAfterQueryTwoGroupsSuccess0.123
testBeforeQueryInvalidSuccess0.104
testBeforeQueryOneGroupSuccess0.102
testBeforeQueryTwoGroupsSuccess0.107
testBeforeQueryTwoGroups2Success0.104
testEndofQueryInvalidSuccess0.106
testEndofQueryOneGroupSuccess0.122
testEndofQueryTwoGroupsSuccess0.113
testEndofQueryTwoGroups2Success0.099
testEndofQueryTwoGroups3Success0.107
testEndofQueryTwoGroups4Success0.113
testPrivatePopupSuccess0.134
testMenuServicePopupContributionSuccess0.157
testMenuServiceContributionSuccess0.147
testViewPopulationFailurenull

junit.framework.AssertionFailedError: null
at org.eclipse.ui.tests.menus.MenuPopulationTest.testViewPopulation(MenuPopulationTest.java:198)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.101
testMenuIconsSuccess0.111
testToolBarItemsSuccess0.108
testDynamicMenuSuccess0.220
testDynamicMenuMultiOpenSuccess0.191
testToolTipFailurenull expected:<Testing Tooltip[ (Shift+Alt+1)]> but was:<Testing Tooltip[]>

junit.framework.ComparisonFailure: null expected:<Testing Tooltip[ (Shift+Alt+1)]> but was:<Testing Tooltip[]>
at org.eclipse.ui.tests.menus.Bug231304Test.testToolTip(Bug231304Test.java:53)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.108
testFastViewMenuVariantOnlyHasShowViewActionSuccess0.108
testMenuOnlyHasShowViewActionSuccess0.107
testPopupSuccess0.156
testWorkbenchEncodingsSuccess0.026
testFileNameWithAmpersandSuccess0.207
testBug255005ServiceLeakSuccess0.421
testBug255005SiteLeakSuccess0.441
testTextEditorContextMenuSuccess0.484
testDestroyedDialogLeaksSuccess0.474
testBug265449PropertiesLeakSuccess0.534
testSimpleEditorLeakSuccess0.823
testSimpleViewLeakSuccess0.416
testCrashSuccess0.009
testOKSuccess0.274
testDeadlockSuccess30.103
testDeadlockSuccess0.103
testDeadlockSuccess0.101
testBugSuccess0.103
testBugSuccess0.035
testManyThreadsSuccess0.037
testBugSuccess1.252
testModalContextTransferSuccess5.042
testBug262032Success1.845
testOperationFailureSuccess0.001
testOperationRedoSuccess0.000
testHistoryFactorySuccess0.000
testOperationChangedSuccess0.001
test87675_splitSuccess0.001
test87675_undoredoSuccess0.000
testOperationApprover2Success0.001
testReplaceContextSuccess0.000
testOperationUndoSuccess0.000
test123316Success0.000
testUnsuccessfulOpenOperationSuccess0.000
testNotAddedOpenOperationSuccess0.001
testMultipleOpenOperationSuccess0.000
testAbortedOpenOperationSuccess0.000
testOperationApprovalSuccess0.000
testContextDisposeSuccess0.000
testContextHistoriesSuccess0.001
testHistoryLimitSuccess0.000
testLocalHistoryLimitsSuccess0.000
testOpenOperationSuccess0.000
test128117simpleSuccess0.000
test128117complexSuccess0.000
testStressTestAPISuccess0.834
test159305Success0.000
testExceptionDuringOpenOperationSuccess0.000
test94459Success0.001
test94459AllContextsEmptySuccess0.000
test94400Success0.000
testWorkspaceAdapterSuccess23.253
testMatchingContextSuccess0.626
testOperationsAPIinThreadsSuccess78.490
test115761Success13.094
testCreateSingleMarkerUndoRedoSuccess1.424
testCreateMultipleMarkersSingleTypeUndoRedoSuccess0.201
testCreateMultipleMarkerTypesUndoRedoSuccess0.183
testUpdateSingleMarkerUndoRedoSuccess0.201
testUpdateMultipleMarkerUndoRedoSuccess0.221
testUpdateAndMergeSingleMarkerUndoRedoSuccess0.196
testUpdateAndMergeMultipleMarkerUndoRedoSuccess0.209
testDeleteMarkersUndoRedoSuccess0.197
testCreateMarkerUndoInvalidSuccess0.133
testCreateMarkerUndoInvalid2Success0.120
testUpdateMarkersInvalidSuccess0.165
testUpdateMarkersInvalid2Success0.147
testProjectCreateUndoRedoSuccess0.260
testProjectMoveUndoRedoSuccess0.212
testProjectMoveInvalidLocationUndoRedoSuccess0.128
testProjectCopyUndoRedoSuccess0.245
testProjectClosedCopyUndoRedoSuccess0.295
testProjectCopyAndChangeLocationUndoRedoSuccess0.224
testFileCreateLinkedUndoRedoSuccess0.189
testFileCreateLinkedNestedUndoRedoSuccess0.281
testFileMoveUndoRedoSuccess0.184
testFileMoveAndOverwriteUndoRedoSuccess0.186
testFileCopyUndoRedoSuccess0.179
testFileCopyLinkUndoRedoSuccess0.205
testFileCopyRenameUndoRedoSuccess0.180
testFileCopyAndOverwriteUndoRedoSuccess0.201
testFileRenameUndoRedoSuccess0.182
testFileDeleteUndoRedoSuccess0.196
testFileLinkedDeleteUndoRedoSuccess0.192
testFileAndFolderMoveSameDestsSuccess0.207
testFileAndFolderCopyDifferentDestsSuccess0.172
testFileAndFolderCopyDifferentNamesSuccess0.195
testRedundantFileAndFolderCopySuccess0.196
testFileAndFolderCopySameDestsSuccess0.206
testWorkspaceUndoMonitorSuccess0.183
testProjectCopyUndoInvalidSuccess0.171
test162655Success0.164
test250125Success0.123
testProjectClosedCopyAndChangeLocationUndoRedoSuccess0.264
testProjectCopyAndChangeToInvalidLocationUndoRedoSuccess0.112
testProjectRenameUndoRedoSuccess0.208
testProjectDeleteUndoRedoSuccess0.295
test223956Success0.188
test201441Success0.196
testProjectClosedDeleteUndoRedoSuccess0.318
testProjectDeleteWithContentUndoRedoSuccess0.178
testProjectClosedDeleteWithContentUndoRedoSuccess0.190
testFolderCreateLeafUndoRedoSuccess0.164
testFolderCreateNestedInProjectUndoRedoSuccess0.196
testFolderCreateNestedInFolderUndoRedoSuccess0.180
testDeleteNestedResourcesUndoRedoSuccess0.176
testFolderCreateLinkedUndoRedoSuccess0.163
testFolderCreateLinkedNestedUndoRedoSuccess0.187
testFolderMoveUndoRedoSuccess0.184
testRedundantSubFolderMoveUndoRedoSuccess0.271
testRedundantFolderFileMoveUndoRedoSuccess0.180
testFolderCopyUndoRedoSuccess0.211
testFolderCopyLinkUndoRedoSuccess0.168
testFolderCopyRenameUndoRedoSuccess0.199
testFolderRenameUndoRedoSuccess0.179
testFolderDeleteUndoRedoSuccess0.185
testNestedRedundantFolderDeleteUndoRedoSuccess0.190
testNestedRedundantFileDeleteUndoRedoSuccess0.196
testFolderDeleteLinkedUndoRedoSuccess0.184
testFileCreateLeafUndoRedoSuccess0.190
testFileCreateNestedInProjectUndoRedoSuccess0.184
testFileCreateNestedInFolderUndoRedoSuccess0.185
testFieldDecorationRegistrySuccess0.002
testBug317102Success0.274
testOpenBasicEditorSuccess0.236
testOpenTestFileSuccess1.784
testTrackCoolBarSuccess1.338
testDirtySuccess0.149
testCreateFilteredTreeSuccess0.045
testCreateCheckboxFilteredTreeSuccess0.038
testCreateMyFilteredTreeSuccess0.040
testSourceProviderSuccess0.130
testBasicServiceFailureexpected:<2> but was:<1>

junit.framework.AssertionFailedError: expected:<2> but was:<1>
at org.eclipse.ui.tests.services.EvaluationServiceTest.testBasicService(EvaluationServiceTest.java:150)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.137
testTwoEvaluationsFailureexpected:<2> but was:<1>

junit.framework.AssertionFailedError: expected:<2> but was:<1>
at org.eclipse.ui.tests.services.EvaluationServiceTest.testTwoEvaluations(EvaluationServiceTest.java:210)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.108
testRestrictionSuccess0.000
testScopedServiceSuccess0.119
testSourceProviderPrioritySuccess0.001
testPropertyChangeSuccess0.113
testPlatformPropertySuccess0.001
testWorkbenchProviderFailureexpected:<class org.eclipse.jface.text.TextSelection> but was:<class org.eclipse.jface.viewers.StructuredSelection>

junit.framework.AssertionFailedError: expected:<class org.eclipse.jface.text.TextSelection> but was:<class org.eclipse.jface.viewers.StructuredSelection>
at org.eclipse.ui.tests.services.EvaluationServiceTest.assertSelection(EvaluationServiceTest.java:672)
at org.eclipse.ui.tests.services.EvaluationServiceTest.testWorkbenchProvider(EvaluationServiceTest.java:618)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.212
testBug334524Failureexpected:<[testing selection]> but was:<<empty selection>>

junit.framework.AssertionFailedError: expected:<[testing selection]> but was:<<empty selection>>
at org.eclipse.ui.tests.services.EvaluationServiceTest.testBug334524(EvaluationServiceTest.java:125)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.308
testGlobalServiceSuccess0.000
testWindowServiceSuccess0.001
testLocalServiceCreatedSuccess0.001
testLocalDialogServiceSuccess0.000
testWorkbenchServiceFactorySuccess0.000
testWaitCursorSuccess2.573
testActiveEditorFailureexpected:<org.eclipse.ui.part.FileEditorInput(/testActiveEditor/test2.mockr1)> but was:<null>

junit.framework.AssertionFailedError: expected:<org.eclipse.ui.part.FileEditorInput(/testActiveEditor/test2.mockr1)> but was:<null>
at org.eclipse.ui.tests.services.EditorSourceTest.testActiveEditor(EditorSourceTest.java:136)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
0.191
testWizardWithNoDefaultContructorSuccess0.079
testOKStatus1Success0.036
testOKStatus2Success0.017
testBug211933Success0.020
testBug275867Success0.028
testBug278965_1Success0.026
testBug278965_2Success0.026
testBug278965_3Success0.034
testBug288770_1Success0.052
testBug288770_2Success0.049
testBug288770_3Success0.041
testBug288770_4Success0.048
testBug288765Success0.165
testIgnoringOpenTrayOnShowSuccess0.204
testAutoOpeningTrayOnShowSuccess0.030
testModalitySwitch5Success0.166
testSupportLinkVisibility1Success0.042
testSupportLinkVisibility2Success0.046
testBlockingAppearanceSuccess0.052
testNonBlockingAppearanceSuccess0.018
testModalitySwitch1Success0.070
testCheckingForMessageDuplication1Success0.019
testModalitySwitch2Success0.077
testModalitySwitch3Success0.090
testModalitySwitch4Success0.083
testWithStatusAdapter1Success0.023
testWithStatusAdapterAndLabelProvider1Success0.021
testWithStatusAdapter2Success0.021
testWithStatusAdapter3Success0.022
testWithStatusAdapter4Success0.022
testWithStatusAdapter5Success0.025
testWithStatusAdapter6Success0.024
testSupport1Success0.030
testSupport2Success0.030
testDetails1Success0.033
testNullLabelProviderSuccess0.000
testNonNullLabelProviderSuccess0.060
testList1Success0.180
testList2Success0.041
testList3Success0.043
testBug260937Success0.000
testBug276371Success0.025
testProvidedText_1Success0.000
testDecoratingSuccess0.000
testImagesSuccess0.000
testDisposingSuccess0.001
testDefaultSupportProviderEnablementSuccess0.000
testJFacePolicySupportProviderSuccess0.054
testJFacePolicyOverDefaultPreferenceSuccess0.000
testSelfClosureSuccess0.055
testCheckRecognizingImmediatePrompting2Success0.000
testCheckRecognizingNonImmediatePromptingSuccess0.000
testOKStatusAcceptanceWhenOKStatusEnabledSuccess0.000
testCheckMaskingSuccess0.000
testOKStatusAcceptanceWhenOKStatusNotEnabledSuccess0.001
testDefaultTitleSuccess0.000
testCheckRecognizingImmediatePrompting1Success0.000
testExternalFileSuccess0.032
testWorkspaceFileSuccess0.001
testCommandPropertySuccess0.492
testClearTaskInfoSuccess0.924
Properties >>

Back to top