| Summary: | [Compatibility] Failures in UIAutomatedSuite | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Dean Roberts <dean.t.roberts> |
| Component: | UI | Assignee: | Platform-UI-Inbox <Platform-UI-Inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ob1.eclipse, remy.suen |
| Version: | 4.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | stalebug | ||
| Bug Depends on: | |||
| Bug Blocks: | 366451, 381873 | ||
|
Description
Dean Roberts
Did some more investigation and it seems like while the test is "hung"
ToolbarManagerRenderer is busy procressing an endless stream of change events
coming from the EclipseContext.
To reproduce simply run the UIAutomatedSuite to make things more manageable you
can edit the tests run like so:
/**
* Construct the test suite.
*/
public UIAutomatedSuite() {
// addTest(new TestSuite(UIDialogsAuto.class));
// addTest(new TestSuite(DeprecatedUIDialogsAuto.class));
// addTest(new TestSuite(UIWizardsAuto.class));
addTest(new TestSuite(DeprecatedUIWizardsAuto.class));
addTest(new TestSuite(UIPreferencesAuto.class));
addTest(new TestSuite(UIComparePreferencesAuto.class));
// addTest(new TestSuite(DeprecatedUIPreferencesAuto.class));
// addTest(new TestSuite(UIMessageDialogsAuto.class));
// addTest(new TestSuite(UINewWorkingSetWizardAuto.class));
// addTest(new TestSuite(UIEditWorkingSetWizardAuto.class));
// addTest(new TestSuite(SearchPatternAuto.class));
// addTest(new TestSuite(UIFilteredResourcesSelectionDialogAuto.class));
}
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |