-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b24
-
x86
-
windows_2003
-
Verified
Name: kaR10181 Date: 09/11/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b18 (passes with b17)
JCK : JCK1.5-runtime (b03)
Platform[s] : Windows 2003
switch/Mode : default
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test[s]:
api/javax_sound/sampled/Line/index.html#Line [Line2001, result]
JCK1.5-runtime api/javax_sound/sampled/Line/index.html#Line test fails with JDK1.5.0-b18
Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/api/javax_sound/sampled/Line/LineTests.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b18/jck15/win32/win2003_plugin_ie6.0linux-19/workDir/api/javax_sound/sampled/Line/index_Line.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/bash
JCK="h:/java/jck1.5/JCK-runtime-15"
JDK="h:/java/jdk1.5.0/win32"
CLASSPATH="$JCK/classes;$JCK/lib/javatest.jar"
$JDK/bin/java -cp $CLASSPATH javasoft.sqe.tests.api.javax.sound.sampled.Line.LineTests -platform.canPlaySound false -TestCaseID ALL
--- script end ---
Test output:
============
Calling getControls():
Getting a supported control.
Unexpected return from isControlSupported( FloatControl.Type.MASTER_GAIN). Expected true.
Trying an unsupported control.
Line2001: Failed. test failed
result: Failed. test cases: 1; all failed; first test case failure: Line2001
test result: Failed. test cases: 1; all failed; first test case failure: Line2001
Specific machine info:
======================
Hostname: linux-19
OS: Windows 2003
======================================================================
- relates to
-
JDK-4932835 REGRESSION: IAE for supported line in AudioSystem.getLine()
- Resolved