Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build I20110920-1501 (Timestamp: 201109201501):Build is complete. Test failures/errors occurred.

platform-releng-dev-bounces@xxxxxxxxxxx wrote on 2011-09-21 06:04:46:
> org.eclipse.pde.api.tools.tests_linux.gtk.x86_6.0
> org.eclipse.pde.api.tools.tests_macosx.cocoa.x86_5.0
> org.eclipse.pde.api.tools.tests_win32.win32.x86_6.0
These failures are related to a change in JDT/Core. Now the model properly resolves some inner types that were not resolved before. But since API tools retrieves the compilation unit for each (member) type, it ends up processing the same type multiple times and therefore it reports the same problem multiple times.

This will be fixed for next week. It doesn't require a rebuild as the only consequence is that the same problem is reported more than once.
See bug 357110.
--
Olivier

Back to the top