RFR: 8372120: Add missing sound keyword to MIDI tests
Alexander Zuev
kizune at openjdk.org
Tue Nov 18 23:54:46 UTC 2025
On Tue, 18 Nov 2025 23:26:43 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Add missing keyword to the tests where it is required but missing.
>
> test/jdk/javax/sound/midi/spi/MidiDeviceProvider/ExpectedNPEOnNull.java line 36:
>
>> 34: * @bug 8143909
>> 35: * @key sound
>> 36: * @author Sergey Bylokhov
>
> What exception causes this(and others) tests to fail if the hardware device is not configured? please add it to the PR of jbs.
It can cause these tests to hang in native methods if device is not configured or not accessible in latest macOS. We need finer control as to which tests needs not to be executed on such machines.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28382#discussion_r2539975863
More information about the client-libs-dev
mailing list