You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by no...@intel.com on 2006/12/06 21:33:00 UTC

[build-test alert] BUILD SUCCEEDED Windows XP SP2 msvc debug: classlib over ibmvm

BUILD COMPLETE:	build.3

Date of build:	12/07/2006 01:49:26
Time to build:	42 minutes 15 seconds
Last changed:	12/06/2006 21:56:12
Last log entry:	Several fixes were applied to make Harmony implementation compatible with RI. Now we have only two test failures on Harmony for tests from PropertyChangeSupportTest.

***********************************************************
Errors/Warnings:(397)
            

***********************************************************
Unit Tests: (19306)
        
All Tests Passed

***********************************************************
Modifications since last successful build:	(11)
            
modified ayza  /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/PropertyChangeSupport.java 12/06/2006 21:56:12 Several fixes were applied to make Harmony implementation compatible with RI. Now we have only two test failures on Harmony for tests from PropertyChangeSupportTest.
modified ayza  /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/PropertyChangeSupportTest.java 12/06/2006 21:50:22 The most of tests were fixed to follow RI's behavior. Only one test fails on RI currently.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysysinfo.c 12/06/2006 20:32:24 Make CPU arch function more consistent and support more platforms.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/shared/hyport.h 12/06/2006 20:32:24 Make CPU arch function more consistent and support more platforms.
added hindessm  /harmony/enhanced/classlib/trunk/depends/build/platform/linux.s390x.mk 12/06/2006 20:18:32 Added properties/defines for Linux s390/s390x.
added hindessm  /harmony/enhanced/classlib/trunk/depends/build/platform/linux.s390.mk 12/06/2006 20:18:32 Added properties/defines for Linux s390/s390x.
modified hindessm  /harmony/enhanced/classlib/trunk/make/properties.xml 12/06/2006 20:18:32 Added properties/defines for Linux s390/s390x.
modified pyang  /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/TestHelper_Driver1.java 12/06/2006 20:15:43 Fix compatibility issue: DriverManager.getConnection(String, String, String) should not throw SQLException if given username/password is null. The original test cases cover this case, but the mocked Driver did too much so that the DriverManager's behavior is overridden.
modified pyang  /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/org/apache/harmony/sql/internal/nls/messages.properties 12/06/2006 20:15:43 Fix compatibility issue: DriverManager.getConnection(String, String, String) should not throw SQLException if given username/password is null. The original test cases cover this case, but the mocked Driver did too much so that the DriverManager's behavior is overridden.
modified pyang  /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/DriverManager.java 12/06/2006 20:15:43 Fix compatibility issue: DriverManager.getConnection(String, String, String) should not throw SQLException if given username/password is null. The original test cases cover this case, but the mocked Driver did too much so that the DriverManager's behavior is overridden.
modified pyang  /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/DriverManagerTest.java 12/06/2006 20:15:43 Fix compatibility issue: DriverManager.getConnection(String, String, String) should not throw SQLException if given username/password is null. The original test cases cover this case, but the mocked Driver did too much so that the DriverManager's behavior is overridden.