Hi Wim, I cannot commit changes today but I took a look to failing tests while going to work.
Display issues appears when running several tests in a row in the same JVM. Display already exists and cannot be created a second time at least on Linux. The trick is to get the current display (display.getcurrent()) . If current display is null, create a new one. Cdatetime uses cwt as base test. Try to patch VTestCase this way. I hope this will fix a lot of tests. I will try to take a look at other issues. -- Nicolas Le 24 févr. 2012 à 00:32, Wim Jongman <[email protected]> a écrit : > Nicolas can you help fixing this unstable build? > > On Fri, Feb 17, 2012 at 1:43 PM, Nicolas Richeton > <[email protected]> wrote: > For multiple display issues, look at gallery tests and test plugin. > Gallery tests do create display and widgets, and work on all os with tycho. > > -- > Nicolas > > Le 17 févr. 2012 à 13:27, Wim Jongman <[email protected]> a écrit : > >> Yes, this should be fixed by some really really cool guy! >> >> On Fri, Feb 17, 2012 at 12:47 PM, Angelo zerr <[email protected]> wrote: >> Hi Wim, >> >> Ok I have restart a build. >> But it seems that none JUNit Test works Ex : >> https://hudson.eclipse.org/hudson/job/nebula.incubation/208/#showFailuresLink >> >> It seems that the commons error is : >> >> org.eclipse.swt.SWTError: Not implemented [multiple displays] >> at org.eclipse.swt.SWT.error(SWT.java:4308) >> > >> _______________________________________________ >> nebula-dev mailing list >> [email protected] >> https://dev.eclipse.org/mailman/listinfo/nebula-dev > > _______________________________________________ > nebula-dev mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/nebula-dev > > > _______________________________________________ > nebula-dev mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/nebula-dev
_______________________________________________ nebula-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/nebula-dev
