Bug 22541 - JDT core test suites should be on dev.eclipse.org
Summary: JDT core test suites should be on dev.eclipse.org
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.1 M2   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-19 14:22 EDT by Jim des Rivieres CLA
Modified: 2002-10-17 10:13 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim des Rivieres CLA 2002-08-19 14:22:22 EDT
Some of the test suites used to test JDT core involve proprietary software 
available only under licence. But many of the other test suites are not,
and these should be available in the dev.eclipse.org repository so that
anyone can run them and develop them further.
Comment 1 Philipe Mulet CLA 2002-08-22 09:09:53 EDT
This is already planned for 2.1.

Now this isn't as simple, we have to check them all before we do. For instance, 
many of our suites are tuned for running against licensed class libraries.

We are currently reworking them all, and plan to expose them gradually onto 
dev.eclipse.org.

You claim that many suites are not dependent on licensed code ? What are you 
referring to ?
Comment 2 Jim des Rivieres CLA 2002-08-22 10:32:05 EDT
I was thinking of the test suites OTI has written, as opposed to Sun JCK or 
Plum Hall compiler test suites. For instance, the Java model and AST test 
suites should be available.
Comment 3 Jerome Lanneluc CLA 2002-08-22 12:19:08 EDT
Unfortunately some of the Java Model tests use proprietary code as their data. 
These need to be rewritten.
Comment 4 Jerome Lanneluc CLA 2002-08-22 12:23:27 EDT
We will also need to add the copyright header to all tests that we intend to 
make public.
Comment 5 Philipe Mulet CLA 2002-09-13 06:24:54 EDT
PMC request was made to create 3 projects on dev.eclipse.org, and a module:

projects:
- org.eclipse.jdt.core.tests.compiler
- org.eclipse.jdt.core.tests.builder
- org.eclipse.jdt.core.tests.model

module:
- org.eclipse.jdt.core.tests

with same commit rights as org.eclipse.jdt.core
Comment 6 Jerome Lanneluc CLA 2002-10-03 04:27:44 EDT
The 3 test projects are now on dev.eclipse.org. JDT/Core tests are running 
during the nightly builds and they should also run in the next integration 
build.
Comment 7 David Audel CLA 2002-10-17 10:13:07 EDT
Verified.