org.eclipse.jst.jsf.contentassist.tests.AllTests
org.eclipse.jst.jsf.context.symbol.tests.AllTests
org.eclipse.jst.jsf.designtime.tests.AllTests
org.eclipse.jst.jsf.facesconfig.tests.AllFacesConfigTests
org.eclipse.jst.jsf.facesconfig.ui.test.AllTestCases
org.eclipse.jst.jsf.validation.el.tests.AllTests_1_1
org.eclipse.jst.jsf.validation.el.tests.AllTests_1_2
org.eclipse.jst.pagedesigner.tests.AllTests
org.eclipse.wst.jsdt.core.tests.compiler.JSDTTestAll
org.eclipse.wst.jsdt.core.tests.model.AllJavaModelTests
4. There are several errors in other
tests ... some of which may be those "random heavy load" failures,
but, some might be because there is some assumption somewhere about the
install directories. For example, the relative location of our test servers
and plugins is now changed. The basic directory structure is as below ....
so, if anyone was assuming, for quick tests, that all the plugins were
in same directory and nearly peers with test servers, then you might have
to improve those tests.
eclipse
plugins
... base plugins ...
features
... base features ...
dropins
eclipse
plugins
.... wtp and pre-req plugins ...
features
.... wtp and pre-req features ...
tomcat ...
other test servers ...
There will be more information and announcements
coming out about P2 shortly but it'll be cool and worth it in the end.
(and, not to worry, there are fall-back
plans if things don't work out for some reason).