Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] running jst.jsp.core.tests

On 04/18/2014 11:21 AM, Greg Amerson wrote:
Actually I disabled the UI thread, maybe I should bring it back.
If those tests directly manipulate Shells and Widgets without using a Display.syncExec, a Display.asyncExec or a UIJob, then they most likely need to run inside UI thread.
At least, that's definitely worth a try.

After looking at a few of the test failures it appears to be assuming linux is the OS which I'm on windows right now, so that could likely be the the source of many failures. 
How do they assume Linux is the OS ? I believe the WTP contributors generally try to avoid that, so it would be bit surprising.
If those tests actually only work on Linux, then I guess a patch helping those tests to run on Windows as well would be highly welcome.

--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top