-
Bug
-
Resolution: Fixed
-
P4
-
17, 18
-
b24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8339647 | 17.0.14-oracle | Renjith Kannath Pariyangad | P4 | Resolved | Fixed | b01 |
JDK-8292243 | 17.0.6-oracle | Dukebot | P4 | Resolved | Fixed | b01 |
JDK-8294501 | 17.0.6 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8339649 | 11.0.26-oracle | Renjith Kannath Pariyangad | P4 | Resolved | Fixed | b01 |
JDK-8292242 | 11.0.18-oracle | Dukebot | P4 | Resolved | Fixed | b01 |
JDK-8294497 | 11.0.18 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8292273 | 8u361 | Dukebot | P4 | Resolved | Fixed | b01 |
It appears that the result is that tests are bailing and reporting a pass in such situations eg this run of javax/sound/midi/Synthesizer/AsynchronousMidiChannel.java on a Windows VM :
====
command: main AsynchronousMidiChannel
reason: Assumed action based on file name: run main AsynchronousMidiChannel
Mode: othervm
Additional options from @modules: --add-modules java.desktop
elapsed time (seconds): 0.752
----------configuration:(3/43)----------
Boot Layer
add modules: java.desktop
----------System.out:(2/74)----------
Got synth: com.sun.media.sound.SoftSynthesizer@767f90bd
could not test.
----------System.err:(2/115)----------
MidiUnavailableException was thrown: javax.sound.midi.MidiUnavailableException: Can not open line
STATUS:Passed.
===
There needs to be a (tedious) audit of these tests to see which ones need
@key headful
which would mean "this test actually needs the sound device" just like many UI tests really need a framebuffer, since the resources are "usually" equivalent
I think
@ key sound
would be useful too even if we don't use it (yet) just to be available.
The sound tests are neatly partioned into the javax/sound directory so it could be argued it is implied but it would still be better to have it explicit because we could also have a VM situation where we have a virtual framebuffer but no virtual sound
- backported by
-
JDK-8292242 Some jtreg sound tests should be marked with sound keyword
- Resolved
-
JDK-8292243 Some jtreg sound tests should be marked with sound keyword
- Resolved
-
JDK-8292273 Some jtreg sound tests should be marked with sound keyword
- Resolved
-
JDK-8294497 Some jtreg sound tests should be marked with sound keyword
- Resolved
-
JDK-8294501 Some jtreg sound tests should be marked with sound keyword
- Resolved
-
JDK-8339647 Some jtreg sound tests should be marked with sound keyword
- Resolved
-
JDK-8339649 Some jtreg sound tests should be marked with sound keyword
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/367a734c
-
Commit openjdk/jdk17u-dev/36f01165
-
Commit openjdk/jdk/25669bb6
-
Review openjdk/jdk11u-dev/1371
-
Review openjdk/jdk17u-dev/736
-
Review openjdk/jdk/6086