Community
Participate
Working Groups
org.eclipse.ui.internal.MakeHandlersGo doesn't re-implement isHandled() to query if a command is handled. This causes failures: org.eclipse.ui.tests.commands.Bug74990Test.testPartIdSubmission() org.eclipse.ui.tests.commands.HandlerActivationTest.testBasicHandler() org.eclipse.ui.tests.commands.HandlerActivationTest.testForBreak123() ... break tests org.eclipse.ui.tests.commands.HandlerActivationTest.testTwoHandlers() org.eclipse.ui.tests.commands.CommandEnablementTest.testEnablementForNormalHandlers() org.eclipse.ui.tests.commands.CommandEnablementTest.testEventsForNormalHandlers() org.eclipse.ui.tests.commands.CommandEnablementTest.testEventsForDisabledHandlers() org.eclipse.ui.tests.commands.CommandEnablementTest.testEventsForEnabledHandlers() org.eclipse.ui.tests.commands.CommandEnablementTest.testEnablementForLocalContext() org.eclipse.ui.tests.commands.ActionDelegateProxyTest.testEditorActionDelegate()
Tackled the first round of tests effected by isHandled(). Updated some tests and some MakeHandlersGo support. http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=40bd0d14c317387709393df8d4e4c6ce2ef15ba4 PW
Down to 32 failures with http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=7bb39a359aa46fdc47bf1a9cf7730dd9f6ffc7d2 PW
(In reply to comment #2) > Down to 32 failures with That's down to 23 failures from 34
(In reply to comment #0) > org.eclipse.ui.tests.commands.HandlerActivationTest.testTwoHandlers() Fixed in master. http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=7c1027af3a7a17e0e74d51a7b7d7ff0579b70d83
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. If you have further information on the current state of the bug, please add it. 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. If the bug is still relevant, please remove the "stalebug" whiteboard tag.
Closed as per Comment 4