Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] EMF Query2 SWTBot tests failing centrally

Hi,

The situation improves. The test seems to run but all the UI tests fails with widget not found error.
The tests results are here: https://hudson.eclipse.org/hudson/job/tycho-query2-nightly/lastCompletedBuild/testReport/org.eclipse.emf.query2.index.ui.test/IndexViewUITest/

All of these tests run locally in IDE. Have anyone faced this problem ?

Thanks and Regards,
Ashwani Kr Sharma


On Thu, Jun 2, 2011 at 4:44 PM, Paul Webster <pwebster@xxxxxxxxxxxxxxxxxxx> wrote:


On Thu, Jun 2, 2011 at 4:57 AM, Ashwani Sharma <ashw.kumar@xxxxxxxxx> wrote:
Hi,

org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
at org.eclipse.swt.SWT.error(SWT.java:4109)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:902)
at org.eclipse.swt.widgets.Display.create(Display.java:890)
at org.eclipse.swt.graphics.Device.<init>(Device.java:154)
at org.eclipse.swt.widgets.Display.<init>(Display.java:499)
at org.eclipse.swt.widgets.Display.<init>(Display.java:490)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:708)


Have you allocated a display for SWT in your Hudson job?  I've seen Hudson jobs where you can check the "Start Xvnc" checkbox.

PW

--
Paul Webster
Hi floor.  Make me a sammich! - GIR

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



Back to the top