mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
8373632: Some sound tests failing in CI due to lack of sound key
Reviewed-by: iris
This commit is contained in:
parent
104d0cb542
commit
fb531cdaf3
@ -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 {
|
||||
|
||||
|
||||
@ -36,6 +36,7 @@ import javax.sound.sampled.LineUnavailableException;
|
||||
/**
|
||||
* @test
|
||||
* @bug 8156169
|
||||
* @key sound
|
||||
* @run main/othervm/timeout=300 IsRunningHang
|
||||
*/
|
||||
public final class IsRunningHang {
|
||||
|
||||
@ -29,6 +29,7 @@ import javax.sound.sampled.SourceDataLine;
|
||||
/**
|
||||
* @test
|
||||
* @bug 5049129
|
||||
* @key sound
|
||||
* @summary DataLine.getLongFramePosition
|
||||
*/
|
||||
public class LongFramePosition {
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user