Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [swtbot-dev] problems running swtbot test suite in some configurations

On 10/21/2013 04:32 PM, Lorenzo Bettini wrote:
Is anyone experiencing a similar problem?
I don't remember anything similar, but it looks like a Thread issue in WorkbenchTestable. Have you looked in  /home/bettini/tmp/org.eclipse.swtbot/org.eclipse.swtbot.swt.finder.test/target/surefire-reports to check whether a test actually failed, or if it is only the WorkbenchTestable which is in error? Also, on the same machine, have you tried other target platforms?
To save time, you can try the following:
$ mvn clean install -DskipTests     # will make SWTBot bundles available for further usage with Tycho
$ cd org.eclipse.swtbot.swt.finder.test      # the "interesting" folder
$ mvn clean verify <options|profiles|...>    # to run tests without requiring to rebuild all SWTBot, which was previously "mvn install"ed

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

Back to the top