mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-15 21:05:11 +00:00
8372120: Add missing sound keyword to MIDI tests
Reviewed-by: kcr, dholmes
This commit is contained in:
parent
152cd4d8ba
commit
902aa4dcd2
@ -24,6 +24,7 @@
|
||||
/**
|
||||
* @test
|
||||
* @bug 4933700
|
||||
* @key sound
|
||||
* @summary Tests that default devices return MidiDeviceTransmitter/Receiver and returned objects return correct MidiDevice
|
||||
* @compile TestAllDevices.java
|
||||
* @run main TestAllDevices
|
||||
|
||||
@ -35,6 +35,7 @@ import static javax.sound.midi.SysexMessage.SYSTEM_EXCLUSIVE;
|
||||
/**
|
||||
* @test
|
||||
* @bug 8074211 8237495 8301310
|
||||
* @key sound
|
||||
* @summary fail with memory errors when asked to send a sysex message starting
|
||||
* with 0xF7
|
||||
*/
|
||||
|
||||
@ -32,6 +32,7 @@ import static java.util.ServiceLoader.load;
|
||||
/**
|
||||
* @test
|
||||
* @bug 8143909
|
||||
* @key sound
|
||||
* @author Sergey Bylokhov
|
||||
*/
|
||||
public final class ExpectedNPEOnNull {
|
||||
|
||||
@ -35,6 +35,7 @@ import static java.util.ServiceLoader.load;
|
||||
/**
|
||||
* @test
|
||||
* @bug 8059743
|
||||
* @key sound
|
||||
* @summary MidiDeviceProvider shouldn't returns incorrect results in case of
|
||||
* some unknown MidiDevice.Info
|
||||
* @author Sergey Bylokhov
|
||||
|
||||
@ -30,6 +30,7 @@ import static java.util.ServiceLoader.load;
|
||||
/**
|
||||
* @test
|
||||
* @bug 8058115
|
||||
* @key sound
|
||||
* @summary MidiDeviceProvider shouldn't returns incorrect results in case of
|
||||
* unsupported MidiDevice.Info
|
||||
* @author Sergey Bylokhov
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user