JDK-4937016 : Unit test ActiveRunning fails consistently
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.sound
  • Affected Version: 5.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2003-10-14
  • Updated: 2003-10-24
  • Resolved: 2003-10-24
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.
Other
5.0 b26Fixed
Description
Name: fb126949			Date: 10/13/2003


The new unit test test/javax/sound/sampled/Lines/ActiveRunning is disabled, because it consistently fails on all platforms. Either this is due to a wrong implementation, or the test makes wrong assumptions.

======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta FIXED IN: tiger-beta INTEGRATED IN: tiger-b26 tiger-beta
14-06-2004

PUBLIC COMMENTS Unit test ActiveRunning fails consistently
10-06-2004

EVALUATION ###@###.### 2003-10-13 The test verifies correct order of state changes of isRunning and isActive, and the correct dispatch time of the START event. Such a test is useful and the problem should be fixed for tiger -- either in the test, or in the implementation, whichever causes the test to fail. Some race condition caused the Java Sound Engine to fail the test. Fixed. ###@###.### 2003-10-21
21-10-2003