Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 330427 - Test failures in official build
Summary: Test failures in official build
Status: CLOSED DUPLICATE of bug 329511
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: Macintosh Mac OS X
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-17 03:16 EST by Dani Megert CLA
Modified: 2010-11-17 09:23 EST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2010-11-17 03:16:43 EST
I20101116-0800, but already failing since I20101109-0800.

Incorrect key code for 'Shift+Alt+' expected:<65536> but was:<27>

junit.framework.AssertionFailedError: Incorrect key code for 'Shift+Alt+' expected:<65536> but was:<27>
at org.eclipse.ui.tests.keys.Bug43610Test$1.handleEvent(Bug43610Test.java:48)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1042)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3962)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1431)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1454)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1439)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1468)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1464)
at org.eclipse.swt.widgets.Canvas.sendKeyEvent(Canvas.java:462)
at org.eclipse.swt.widgets.Control.doCommandBySelector(Control.java:971)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:5345)
at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
at org.eclipse.swt.internal.cocoa.NSResponder.interpretKeyEvents(NSResponder.java:60)
at org.eclipse.swt.widgets.Composite.keyDown(Composite.java:587)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:5255)
at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:220)
at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2030)
at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2187)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:5317)
at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4813)
at org.eclipse.swt.widgets.Display.applicationProc(Display.java:4920)
at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:123)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3459)
at org.eclipse.ui.tests.keys.Bug43610Test.testShiftAlt(Bug43610Test.java:62)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:377)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:210)
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:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3773)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3464)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
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:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:621)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:576)
at org.eclipse.equinox.launcher.Main.run(Main.java:1409)
at org.eclipse.equinox.launcher.Main.main(Main.java:1385)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 Prakash Rangaraj CLA 2010-11-17 06:06:38 EST
This is because of a change in Display.post() in SWT. I remember Scott mailing me that he has fixed this one. cc-ing him for updates.
Comment 2 Oleg Besedin CLA 2010-11-17 09:23:40 EST

*** This bug has been marked as a duplicate of bug 329511 ***