I ran the tests for the 10.1.1.0 beta release candidate jars on the following platforms:

Solaris 9 with JDK 1.4.2_07
Mac OS X 10.4.1 with JDK 1.4.2_07

For Solaris 9, there were two diffs, parameterMapping.java and predicatesIntoViews.sql. predicatesIntoViews has been failing intermittently on other platforms as well.

For Mac OS X, there were also two diffs, parameterMapping.java and Beetle6038.java. The Beetle6038.java diff is a test-specific problem with the Mac platform caused by the fact that the test attempts to load the JCE provider based on the value of the System property java.vm.vendor. It expects the value to be Sun or IBM, but it receives Apple, which causes the test to attempt to load the wrong JCE provider. It is also worth noting that I attempted to run the tests on the J2SE 5.0 VM provided by Apple and that a regression of Derby-1 prevented further testing.

andrew



On Jun 25, 2005, at 7:54 PM, Rajesh Kartha wrote:

Hello,

For the 10.1.1.0 release candidate tests were run on the following platforms

Fedora Release 3 and IBM jdk 142
SLES 9.0 and jdk15
Win2K and jdk15 (Server mode)
Win2K and IBM jdk142 (JIT)

All the passed except the 'parameterMapping.java ', which is fixed in
the trunk.

Regards,
Rajesh

Results:
=========================
Fedora Release 3 and IBM jdk 142
=========================
Suite derbyall
JVM: java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
Classic VM (build 1.4.2, J2RE 1.4.2 IBM build cxia32142sr1a-20050209
(JIT enabled: jitc))
JCC: 2.6
Tests: 585
Failures:  1

1) derbyall/derbynetmats/derbynetmats.fail:jdbcapi/ parameterMapping.java
(fixed in trunk)

=================
SLES 9.0 and jdk15:
=================
Suite: derbyall
JVM: java version "1.5.0_03"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_03-b07)
Java HotSpot(TM) Client VM (build 1.5.0_03-b07, mixed mode)
JCC: 2.6
Tests run:  590
Failure:  1
1) derbyall/derbynetmats/derbynetmats.fail:jdbcapi/ parameterMapping.java
(fixed in trunk)

========================
Win2K and jdk15 (Server mode)
========================
Suite: derbyall
JVM: java version "1.5.0_03"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_03-b07)
Java HotSpot(TM) Client VM (build 1.5.0_03-b07, mixed mode)
JCC: 2.6
Tests run:  590
Failure:  1
1) derbyall/derbynetmats/derbynetmats.fail:jdbcapi/ parameterMapping.java
(fixed in trunk)

=======================
Win2K and IBM jdk142 (JIT)
=======================
Suite: derbyall
JVM: java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
Classic VM (build 1.4.2, J2RE 1.4.2 IBM Windows 32 build
cn142sr1a-20050209 (JIT disabled))
JCC: 2.6
Tests run:  585
Failure:  1
1) derbyall/derbynetmats/derbynetmats.fail:jdbcapi/ parameterMapping.java
(fixed in trunk)











Reply via email to