8372120: Add missing sound keyword to MIDI tests

Reviewed-by: kcr, dholmes
This commit is contained in:
Alexander Zuev 2025-11-18 23:51:32 +00:00
parent 152cd4d8ba
commit 902aa4dcd2
5 changed files with 5 additions and 0 deletions

View File

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

View File

@ -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
*/

View File

@ -32,6 +32,7 @@ import static java.util.ServiceLoader.load;
/**
* @test
* @bug 8143909
* @key sound
* @author Sergey Bylokhov
*/
public final class ExpectedNPEOnNull {

View File

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

View File

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