Community
Participate
Working Groups
http://download.eclipse.org/eclipse/downloads/drops/I20120124-2000/testresults/html/org.eclipse.ui.tests_win32.win32.x86_7.0.html#UiTestSuite We have 4f 2e in the UITestSuite run on windows on java 7. Oleg, could you please investigate, see if you can reproduce it? PW
The ImportExistingProjectsWizardTest file doesn't look like it's been changed in a while. Will have to do some more digging...
The failure in ImportExistingProjectsWizardTest is a results of a different order in which tests execute on Java 7. Investigating the rest...
4 out of 6 failures I can duplicate; they are caused by the test run order different from what it was in 1.6. I added test suites that should fix those. There are two failures that I can not reproduce: - AdaptableDecoratorTestCase failure in testDisableDecorator - DecoratorAdaptableTests failure in testNonAdaptableContributions Those two failures are both in #tearDown() methods. I can not reproduce those locally and there is not much information in the stack traces. There is a good chance that those 2 issues are caused by other tests failing and not cleaning up.
Changes: http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?h=R3_development&id=b108d046417d33412665664b0f1ef64bf19d280a http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?h=R3_development&id=1f2f0853b4381f71acf93ed9f799ee62c5d8a03e I'll cherry-pick changes over into the Head and will keep this bug open to see the results of the next text run.
(In reply to comment #4) > Changes: > > http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?h=R3_development&id=b108d046417d33412665664b0f1ef64bf19d280a > > http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?h=R3_development&id=1f2f0853b4381f71acf93ed9f799ee62c5d8a03e > Thanx Oleg, I've released these for the 18:00 3.8 build. PW
The "old" failures are gone but there is a new test failure in I20120125-1800 in WorkingSetTests#testWorkingSetUpdater(). I can reproduce the failure by changing order test to testWorkingSetWithBasicElementAdapter testWorkingSetWithCustomElementAdapter testWorkingSetUpdater
Fixed testWorkingSetUpdater in R3_dev: http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?h=R3_development&id=ea1a11b8f86624cb1b6adc39bc11e5d3143bc850 Keeping bug open to see the build results.
This looks fixed.