Bug 366633

Summary: [Tests] ResourceMappingMarkersTest fails
Product: [Eclipse Project] Platform Reporter: Eric Moffatt <emoffatt>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: REOPENED --- QA Contact:
Severity: normal    
Priority: P3 CC: remy.suen, rolf.theunissen
Version: 4.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
See Also: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/174120
https://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=c0fdc8d74c6e609586eebf0558c805e058a308e7
Whiteboard:
Bug Depends on:    
Bug Blocks: 366451, 381873    

Description Eric Moffatt CLA 2011-12-13 16:11:02 EST
We apparently cannot create the view with id "org.eclipse.ui.tests.markerTests", instead we get a CCE (because we're returning the ErrorPart.
Comment 1 Eric Moffatt CLA 2011-12-14 15:46:59 EST
This is a bug where MarkersTestMarkersView is doing the following:


tree = (Tree) parent.getChildren()[0];

This fails because we have introduced an extra composite into the mix, this causes a CCE and ends up generating a PartInitException and an ErrorPart...

the the ErrorPart CCE's in the actual test...
Comment 2 Eclipse Genie CLA 2020-02-19 20:01:05 EST
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.
Comment 3 Rolf Theunissen CLA 2020-12-27 09:25:12 EST
The test is still failing on the identified issue.
Comment 4 Eclipse Genie CLA 2020-12-27 09:28:16 EST
New Gerrit change created: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/174120