JDK-8080680 : sun/nio/cs/TestCompoundTest.java should be removed from TEST.groups
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio.charsets
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-05-19
  • Updated: 2016-06-13
  • Resolved: 2015-05-20
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 9
9 b66Fixed
Related Reports
Relates :  
Description
sun/nio/cs/TestCompoundTest.java

This test was removed in JDK-8080330, it should also be removed from TEST.groups


Comments
RFR: http://mail.openjdk.java.net/pipermail/core-libs-dev/2015-May/033611.html
20-05-2015

Yes, TEST.groups might need further cleanup on removing profiles configurations, later. For now, let's remove this test from TEST.groups to avoid jtreg run warnings on "file not found"
20-05-2015

The profiles configuration in TEST.groups is unmaintainable, hopefully it can be removed completely in JDK 9.
19-05-2015

Suggested Fix: --- old/test/TEST.groups 2015-05-19 22:44:18.000000000 +0800 +++ new/test/TEST.groups 2015-05-19 22:44:18.000000000 +0800 @@ -534,7 +534,6 @@ sun/nio/cs/OLD/TestIBMDB.java \ sun/nio/cs/SJISCanEncode.java \ sun/nio/cs/Test6254467.java \ - sun/nio/cs/TestCompoundTest.java \ sun/nio/cs/TestCp834_SBCS.java \ sun/nio/cs/TestEUC_TW.java \ sun/nio/cs/TestISO2022CNDecoder.java \
19-05-2015