Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 369154

Summary: Fix the AllVirgoIdeUiTests test suite
Product: [RT] Virgo Reporter: Leo Dos Santos <leo.dos.santos>
Component: toolingAssignee: Leo Dos Santos <leo.dos.santos>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: eclipse, mlippert
Version: unspecified   
Target Milestone: ---   
Hardware: Macintosh   
OS: Mac OS X   
Whiteboard:

Description Leo Dos Santos CLA 2012-01-19 16:49:32 EST
All the tests are failing, which may indicate a configuration issue in the way they're run from the build.
Comment 1 Leo Dos Santos CLA 2012-01-23 19:07:18 EST
The SWTBot tests weren't passing because the build was proceeding without a running window manager. The solution I found was to invoke a shell with the command "metacity --replace --sm-disable &" prior to invoking the Maven build step. That is also how the EGit team runs their SWTBot tests: https://bugs.eclipse.org/bugs/show_bug.cgi?id=314811