Eclipse 3.4.2 is used for compatibility testing with jdk7 and testNegativeModelWithSystemCompiler test fails in org.eclipse.jdt.compiler.apt.tests package starting from b116 on all platforms:
No property - probably processing did not take place
junit.framework.AssertionFailedError: No property - probably processing did not take place
at org.eclipse.jdt.compiler.apt.tests.NegativeTests.internalTestNegativeModel(NegativeTests.java:158)
at org.eclipse.jdt.compiler.apt.tests.NegativeTests.testNegativeModelWithSystemCompiler(NegativeTests.java:50)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
at org.eclipse.core.launcher.Main.main(Main.java:30)
Results location:
http://jsqalab.sfbay.sun.com/results/Evergreen/7/1.7.0b118/compatibility_eclipse/solaris10-sun4u/rerun/jdtcompilerapt/results/html/org.eclipse.jdt.compiler.apt.tests_solaris.gtk.sparc.html
How to reproduce:
solaris: soda.sfbay.sun.com (vnc access: dtftest/dtf_test)
testsuite location: /home1/dtftest/eclipse/eclipse-testing
Run tests on sparc:
$sh runtests -properties . -os solaris -ws gtk -arch sparc -noclean jdtcompilerapt -vm /net/koori/onestop/jdk/7/promoted/all/b118/binaries/solaris-sparc/bin/java
The tests are passed if run with b115:
$sh runtests -properties . -os solaris -ws gtk -arch sparc -noclean jdtcompilerapt -vm /net/koori/onestop/jdk/7/promoted/all/b115/binaries/solaris-sparc/bin/java