Community
Participate
Working Groups
The failure logs are avaialble here: http://modeling.eclipse.org/modeling/gmp/gmf-tooling/downloads/drops//2.4.0/N201106061733/testresults/xml/org.eclipse.gmf.tests_linux.gtk.xml Exactly the same tests not failing under the Tycho build and when running from local workspace. All 7 failures are for checking the foreground color of the generated figures: no matter what is the value of the color set in model, the runtime color is always black (RGB {0, 0, 0}).
I've verified that the generated code is the same under the build and for local runs (attached). So, it explicitly contains the setting of the color like this: /** * @generated */ static final Color THIS_FORE = new Color(null, 0, 0, 255); this.setForegroundColor(THIS_FORE); So this is the problem with test checker not with the code being tested.
Created attachment 197470 [details] correctly generated code for failing testFlowLayout
batch update: Verified in RC2