JDK-7087428 : move client tests out of jdk_misc
  • Type: Bug
  • Component: other-libs
  • Sub-Component: other
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-09-06
  • Updated: 2014-03-03
  • Resolved: 2012-05-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u6Fixed 8 b08Fixed
Description
The jdk_misc batch in test/Makefile contains tests for swing, sound etc, They should be moved to their own batches.

Comments
EVALUATION http://hg.openjdk.java.net/jdk8/tl/rev/b1d357ebf0cb http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6dab08f1cabb
08-09-2011

EVALUATION Changes made: 1. Move javax/imageio, javax/print, sun/pisces to jdk_awt 2. Move com/sun/java/swing to jdk_swing 3. Move com/sun/org/apache/xml/internal/security to jdk_security3 4. Create a separate batch jdk_sound for javax/sound 5. Divide demo to different parts and move demo/jfc to jdk_swing. If the demo dir is moved to some other directory later, more updates will be needed. 6. Add jdk_sound to the jprt.make.rule.all.test.targets list of make/jprt.properties in both the root repository and the jdk repository
08-09-2011