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.
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.