RFR: 8372120: Add missing sound keyword to MIDI tests

Sergey Bylokhov serb at openjdk.org
Wed Nov 19 00:03:54 UTC 2025


On Tue, 18 Nov 2025 23:48:44 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

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

Then it seems like a product bug that this test hangs. Why don’t you list add it to the problem list?

What are the stack traces?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28382#discussion_r2539992559


More information about the client-libs-dev mailing list