Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Planning Meeting Notes - June 1, 2011

Platform UI:
- We have investigated the intermittent JFace test failures on the
Mac. The underlying problem is that SetData events now happen later
than they used to, triggered by updating the test machine to a more
recent version of Snow Leopard. It is no longer the case that you can
spin the event loop to make sure all visible items are materialized.
We believe that the only code that relies on this is in our test
suite. We also haven't seen any bugs coming in related to recent
versions of Snow Leopard and virtual trees. Nevertheless, it would be
good if everybody could be on the lookout for strange behaviour in
virtual trees (e.g. in the Debug views) on Mac OS X 10.6.7. A proper
fix for this would involve changes to the way the SWT event loop
works, which is way too risky at this point, especially considering
that we haven't seen any effects outside of our test suite. We have
temporarily disabled the failing JFace tests. See also:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=347947

On Wed, Jun 1, 2011 at 9:47 AM, Mike Wilson <Mike_Wilson@xxxxxxxxxx> wrote:
> --------
>  Status
> --------
>
> Workspace:
> - documentation updates, we are blocked now by:
>   - https://bugs.eclipse.org/bugs/show_bug.cgi?id=347749
>   - and there are 4 doc updates left
> - testing
> - reviewing critical bugs in the inbox
>
> JDT Core:
> - verification of RC2
> - testing RC3
> - no bugs planned for RC4 at the moment
> - starting bug triage for 3.7.1/3.8
> - continued working on Java 7 implementation:
>   - bug fixes in the compiler
> - finalizing work for p2 repository for Java 7
> - worked on JDT documentation
>
> PDE:
>  - no fixes planned for 3.7
>  - testing has not uncovered any regressions/major issues
>  - working on reducing number of critical bugs
>  - starting on 3.7 retrospective
>
> JDT UI:
> - test pass against RC3 went well
> - fixed one regression in RC4. No further fixes planned
> - documentation work
> - started UI work for Java 7
> - vacation
>
> Platform Text and JDT Text:
> - test pass against RC3 went well
> - no further code fixes planned at this point
> - documentation work
>
> Ant:
> - RC3 test pass - no issues found
> - no additional code changes planned
> - one performance bug remaining
> - documentation is complete
>
> Debug:
> - RC3 test pass - no issues found
> - no additional code changes planned
> - no performance issues
> - documentation is complete
>
> Rel. Eng.:
> - released 3.7RC3 and submitted to Indigo
> - updated to Orbit release build
> - test builds with 3.7RC3 bundles
> - reran JUnit tests with Java 7
> - bug fixing
> - if you haven't already done so, please update this bug with text
>   describing the people you'd like to thank for their contributions
>   during the Indigo release cycle:
>   - 3.7 and 4.1 acknowledgements
>   - https://bugs.eclipse.org/bugs/show_bug.cgi?id=347329
>
> SWT:
> - 3.7RC3 testing went well
> - all doc changes (javadoc, isv doc, readme) were submitted on Friday
> - no more changes of any kind are currently planned for 3.7RC4
>
> User Assistance:
> - investigating one issue found by Grant  on Solaris during RC3 testing
>
> Performance:
>  - No new regressions
>
> .
>
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/eclipse-dev
>
>


Back to the top