JDK-8181080 : Refactor several sun/net shell tests to plain java tests
  • Type: Enhancement
  • Component: core-libs
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-05-25
  • Updated: 2023-08-07
  • Resolved: 2017-06-12
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 10 JDK 8
10 b12Fixed 8u401Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Description
Following sh files found:
test/sun/net/InetAddress/nameservice/dns/cname.sh
test/sun/net/ftp/MarkResetTest.sh
test/sun/net/www/protocol/jar/copyin.sh
test/sun/net/www/protocol/jar/getcontenttype.sh
test/sun/net/www/protocol/jar/B5105410.sh
test/sun/net/www/protocol/jar/jarbug/run.sh
test/sun/net/www/protocol/jrt/other_resources.sh
test/sun/net/www/protocol/file/DirPermissionDenied.sh
test/sun/net/sdp/sanity.sh
Comments
URL: http://hg.openjdk.java.net/jdk10/jdk10/jdk/rev/9200df3d3c0b User: xiaofeya Date: 2017-06-12 01:55:39 +0000
12-06-2017

The changeset is too big to review. Split parts into JDK-8181413 test/sun/net/www/protocol/jar/jarbug/run.sh JDK-8181414 test/sun/net/www/protocol/jar/B5105410.sh test/sun/net/www/protocol/jar/copyin.sh test/sun/net/www/protocol/jar/getcontenttype.sh JDK-8181416 test/sun/net/sdp/sanity.sh So the current enhancement will focus on: test/sun/net/ftp/MarkResetTest.java test/sun/net/www/protocol/file/DirPermissionDenied.java test/sun/net/InetAddress/nameservice/dns/CNameTest.java test/sun/net/www/protocol/jrt/OtherResourcesTest.java test/sun/net/InetAddress/nameservice/dns/cname.sh test/sun/net/ftp/MarkResetTest.sh test/sun/net/www/protocol/file/DirPermissionDenied.sh test/sun/net/www/protocol/jrt/other_resources.sh
01-06-2017