JDK-8028574 : java/lang/Runtime/exec/CloseRace.java fails intermittently
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 7,8
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2013-11-19
  • Updated: 2016-06-13
  • Resolved: 2014-02-01
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
9Resolved
Related Reports
Duplicate :  
Relates :  
Description
TESTFAIL:java/lang/Runtime/exec/CloseRace.java

java/lang/Runtime/exec/CloseRace.java

This test just created in jdk8/b115 in the fix of JDK-8024521. 
Test fails intermittently in TL nightly on windows:
test result: Error. Program `C:\Users\aurora\SANDBO~1\jdk\bin\java' interrupted! (timed out?)






Comments
There's already a proposal to improve the test JDK-8027348. In particular, it should greatly reduce the running time of the test.
19-11-2013