-
Bug
-
Resolution: Duplicate
-
P2
-
OpenJDK6
-
generic
-
linux_ubuntu
JDK: openJDK6 b03
JCK: JCK6a + alt01
Platform: Ubuntu Linux
The following JCK 6a test fails:
api/javax_sound/interactive/PlayMidiTests.html#PlayMidiTest
Failure message:
InvalidMidiDataException thrown on getSequencer. -canPlayMidi option was specified as true. No lines were successfully found for midi playback. This interactive test has failed.
The .jtr file for this failure is attached to this CR.
The script below can be used to run this test.
===============================
#!/bin/sh
######### api/javax_sound/interactive/PlayMidiTests.html#PlayMidiTest
cd `dirname $0`
TCK_HOME=/java/re/jck/6.0a/promoted/latest/binaries/JCK-runtime-6a
#TCK_HOME=${TCK_HOME:-`cd ../../../..; pwd`}
JAVA_HOME=/java/re/openjdk/6/promoted/ea/b04/openjdk/binaries/linux-i586
$JAVA_HOME/bin/java -cp $TCK_HOME/lib/javatest.jar:$TCK_HOME/classes javasoft.sqe.tests.api.javax.sound.interactive.PlayMidiTest -TestCaseID ALL -TestDirURL file://$TCK_HOME/tests/api/javax_sound/interactive/PlayMidiTests.html#PlayMidiTest -platform.canPlayMidi true
===============================
JCK: JCK6a + alt01
Platform: Ubuntu Linux
The following JCK 6a test fails:
api/javax_sound/interactive/PlayMidiTests.html#PlayMidiTest
Failure message:
InvalidMidiDataException thrown on getSequencer. -canPlayMidi option was specified as true. No lines were successfully found for midi playback. This interactive test has failed.
The .jtr file for this failure is attached to this CR.
The script below can be used to run this test.
===============================
#!/bin/sh
######### api/javax_sound/interactive/PlayMidiTests.html#PlayMidiTest
cd `dirname $0`
TCK_HOME=/java/re/jck/6.0a/promoted/latest/binaries/JCK-runtime-6a
#TCK_HOME=${TCK_HOME:-`cd ../../../..; pwd`}
JAVA_HOME=/java/re/openjdk/6/promoted/ea/b04/openjdk/binaries/linux-i586
$JAVA_HOME/bin/java -cp $TCK_HOME/lib/javatest.jar:$TCK_HOME/classes javasoft.sqe.tests.api.javax.sound.interactive.PlayMidiTest -TestCaseID ALL -TestDirURL file://$TCK_HOME/tests/api/javax_sound/interactive/PlayMidiTests.html#PlayMidiTest -platform.canPlayMidi true
===============================
- duplicates
-
JDK-6658108 An attempt to open a SourceDataLine leads to LineUnavailableException if run with -Xfuture
-
- Closed
-
- relates to
-
JDK-6660712 JCK 6a test api/javax_sound/interactive/PlaySoundTest.html#PlaySoundTest fails on Ubuntu
-
- Closed
-