Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 347996

Summary: automated tests failed to run due to org.eclipse.*tests* are not found
Product: [Eclipse Project] Platform Reporter: Ludmila Shikhvarg <ludmila.shikhvarg>
Component: RelengAssignee: Platform-Releng-Inbox <platform-releng-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: dj.houghton, kim.moir, Olivier_Thomann
Version: 3.7   
Target Milestone: ---   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Ludmila Shikhvarg CLA 2011-06-01 15:01:35 EDT
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
Comment 1 Kim Moir CLA 2011-06-03 17:44:40 EDT
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?)
Comment 2 Kim Moir CLA 2012-03-23 14:49:38 EDT
Closing. Reopen if feedback from user.