Community
Participate
Working Groups
Build Identifier: 3.6.2 1. Use http://download.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/index.php to download: eclipse-SDK-3.6.2-win32.zip eclipse-test-framework-3.6.2.zip eclipse-Automated-Tests-3.6.2.zip 2. Follow readme.html to setup and run automated tests on windows with jdk7 from http://jdk7.java.net/ with the command: C:\eclipse-testing_3.6.2>runtests.bat -properties . -os win32 -ws win32 -arch x8 6 -noclean -vm C:/jdk1.7.0/bin/java Buildfile: test.xml all: setJVMfromUserSpecified: setJVMProperties: jdtcompilertool: junit: setRuntimeArchive: init: [mkdir] Created dir: C:\eclipse-testing_3.6.2\results\xml [mkdir] Created dir: C:\eclipse-testing_3.6.2\results\html [mkdir] Created dir: C:\eclipse-testing_3.6.2\results\win32.win32.x86 setup: [echo] trying to find org.eclipse.jdt.compiler.tool.tests_* [echo] trying to find runSuite: genResults: [copy] Warning: Could not find file C:\eclipse-testing_3.6.2\eclipse\org.ec lipse.jdt.compiler.tool.tests.xml to copy. [xslt] Transforming into C:\eclipse-testing_3.6.2\results\html BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 21 seconds None of the tests are run due to: [copy] Warning: Could not find file*.xml to copy The same setup is working fine with 3.4.2 version. Did I missed something or any additional setup is required? Reproducible: Always
Are you saying that you ran the 3.4.2 jdt.compiler tests with java 7 and it worked? I tried this and saw a similar issue. However, the pde tests pass without issue on java 7. Olivier, would you expect to be able to run jdt.compiler tests from 3.6.2 with a java 7 vm? (I'm guessing no?)
Closing. Reopen if feedback from user.