8373632: Some sound tests failing in CI due to lack of sound key

Reviewed-by: iris
This commit is contained in:
Phil Race 2025-12-13 22:43:30 +00:00
parent 104d0cb542
commit fb531cdaf3
4 changed files with 4 additions and 1 deletions

View File

@ -36,7 +36,7 @@ import javax.sound.midi.Track;
* @test
* @bug 4204105
* @summary RFE: add loop() method(s) to Sequencer
* @key intermittent
* @key sound
*/
public class Looping {

View File

@ -36,6 +36,7 @@ import javax.sound.sampled.LineUnavailableException;
/**
* @test
* @bug 8156169
* @key sound
* @run main/othervm/timeout=300 IsRunningHang
*/
public final class IsRunningHang {

View File

@ -29,6 +29,7 @@ import javax.sound.sampled.SourceDataLine;
/**
* @test
* @bug 5049129
* @key sound
* @summary DataLine.getLongFramePosition
*/
public class LongFramePosition {

View File

@ -31,6 +31,7 @@ import javax.sound.sampled.TargetDataLine;
/*
* @test
* @bug 6372428
* @key sound
* @summary playback and capture doesn't interrupt after terminating thread that
* calls start()
* @run main bug6372428