Krishna, Vamshi wrote:
Hello,
I have downloaded the openjdk 6 b20 sources. I am trying to run the
tests using the b20 binaries delivered from the oracle site. When I
run the tests I am getting around 490 errors. All the testcases under
javax/sound fail with compilation errors. I am running the test using
jtreg –v jdk/test/javax/sound. If I check the joseph darcy blog, the
testcases under javax/sound are passing
I do get below error for one testcase
----------System.err:(26/1412)----------
/alh/inh_bsxeqa/openjdk-6-src-b20-21_jun_2010/jdk/test/javax/sound/midi/Gervill/AudioFloatInputStream/GetFormat.java:41:
cannot find symbol
symbol : class AudioFloatInputStream
location: class GetFormat
static AudioFloatInputStream getStream1()
^
Thanks
vamshi
The OpenJDK 6 b20 sources are *not* related in any simple fashion to
sources used to build Oracle's 6 update 20 JDK binaries:
"OpenJDK 6 Genealogy"
http://blogs.sun.com/darcy/entry/openjdk_6_genealogy
Oracle's 6 update 20 uses a different sound engine, hence the sound
failures when running the the OpenJDK 6 tests. Without doing your own
OpenJDK 6 builds, using the OpenJDK 6/IcedTea 6 JDK now common in Linux
distributions is an easy way to get a build for comparison purposes.
-Joe