JDK-7152796 : TEST_BUG: java/net/Socks/SocksV4Test.java does not terminate
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-03-10
  • Updated: 2016-06-23
  • Resolved: 2012-08-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 6 JDK 7 JDK 8
6u131Fixed 7u21Fixed 8 b32Fixed
Description
This test is currently not run because it is missing the @run tag in the test description.

When @run main SocksV4Test is added then it means the test is run but it does not terminate. The test also uses a fixed port so it not suitable for running on a shared system.

Comments
EVALUATION Changeset: e0bf958097e2 Author: chegar Date: 2012-03-13 09:33 +0000 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e0bf958097e2 7152796: TEST_BUG: java/net/Socks/SocksV4Test.java does not terminate Reviewed-by: alanb ! test/java/net/Socks/SocksServer.java ! test/java/net/Socks/SocksV4Test.java
13-03-2012

EVALUATION The test needs some cleanup.
11-03-2012