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 18:34:58 UTC

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

BUILD FAILED:
	Ant Error Message:
C:\cc.harmony\trunk\cc\projects\classlib\trunk\build.xml:167: The following error occurred while executing this line: C:\cc.harmony\trunk\cc\projects\classlib\trunk\make\build-test.xml:133: There were test failures.

Date of build:	12/06/2006 22:51:13
Time to build:	42 minutes 20 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:(398)
            

***********************************************************
Unit Tests: (19306)
        
failure: test_freeMemory org.apache.harmony.luni.tests.java.lang.RuntimeTest
Unit Test Error Details:	(1)
                
Test: test_freeMemoryClass: org.apache.harmony.luni.tests.java.lang.RuntimeTestjunit.framework.AssertionFailedError: freeMemory returned nonsense value
	at org.apache.harmony.luni.tests.java.lang.RuntimeTest.test_freeMemory(RuntimeTest.java:89)
	at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:25)


***********************************************************
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.