Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
/**
* @test
* @bug 8074211 8237495 8301310
* @key sound
* @summary fail with memory errors when asked to send a sysex message starting
* with 0xF7
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
/**
* @test
* @bug 8143909
* @key sound
* @author Sergey Bylokhov
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What exception causes this(and others) tests to fail if the hardware device is not configured? please add it to the PR of jbs.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

*/
public final class ExpectedNPEOnNull {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
/**
* @test
* @bug 8059743
* @key sound
* @summary MidiDeviceProvider shouldn't returns incorrect results in case of
* some unknown MidiDevice.Info
* @author Sergey Bylokhov
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
/**
* @test
* @bug 8058115
* @key sound
* @summary MidiDeviceProvider shouldn't returns incorrect results in case of
* unsupported MidiDevice.Info
* @author Sergey Bylokhov
Expand Down