JDK-7188098 : TEST_BUG: closed/javax/sound/midi/Synthesizer/Receiver/bug6186488.java fails
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.sound
  • Affected Version: 8,10,11,17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-07-31
  • Updated: 2024-08-21
  • Resolved: 2021-09-05
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 11 JDK 17 JDK 18 JDK 8 Other
11.0.18-oracleFixed 17.0.6-oracleFixed 18 b14Fixed 8u361Fixed openjdk8u432Fixed
Related Reports
Relates :  
Description
See comments.

Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk8u-dev/pull/515 Date: 2024-06-09 04:37:21 +0000
09-07-2024

Fix request (8u) Clean backport. testbug. Backporting for parity with 8u361. Review 8-dev: https://git.openjdk.org/jdk8u-dev/pull/515
10-06-2024

Re-tagged for 11u backport.
27-01-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk11u-dev/pull/1671 Date: 2023-01-19 06:23:58 +0000
27-01-2023

https://github.com/openjdk/jdk11u-dev/pull/1671 The github bot apparently doesn't tag a JBS issue until OCA is verified.
23-01-2023

[11u] Pull request missing.
23-01-2023

Fix Request (11u). On behalf of Elif Aslan elifasln@amazon.com. Clean test-only Oracle parity backport.
19-01-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk17u-dev/pull/678 Date: 2022-09-15 13:44:11 +0000
15-09-2022

Fix request [17u] I backport this for parity with 17.0.6-oracle. No risk, only a test change. Clean backport.
15-09-2022

Changeset: c640fe42 Author: lawrence.andrews <lawrence.andrews@oracle.com> Committer: Sergey Bylokhov <serb@openjdk.org> Date: 2021-09-05 09:15:38 +0000 URL: https://git.openjdk.java.net/jdk/commit/c640fe42c2b5e6668a2a875678be44443942c868
05-09-2021

Tested after removing yesno . Test case tries to produce the sound if user hears the sound then user needs to press 'y' or 'n' via the following statements. System.out.print("Did you heard a note? (enter 'y' or 'n') "); int result = System.in.read(); System.in.skip(1000); For some reason JTREG fails to read the via System.in.read() and throws the above exception.
31-08-2021

The bug is in the test.
24-01-2013

EVALUATION The test should be fixed.
16-08-2012