From alerts-return-3867-apmail-harmony-alerts-archive=harmony.apache.org@harmony.apache.org Fri Jul 06 07:31:49 2007 Return-Path: Delivered-To: apmail-harmony-alerts-archive@locus.apache.org Received: (qmail 29135 invoked from network); 6 Jul 2007 07:06:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jul 2007 07:06:46 -0000 Received: (qmail 25049 invoked by uid 500); 6 Jul 2007 10:06:45 -0000 Delivered-To: apmail-harmony-alerts-archive@harmony.apache.org Received: (qmail 25036 invoked by uid 500); 6 Jul 2007 10:06:45 -0000 Mailing-List: contact alerts-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list alerts@harmony.apache.org Received: (qmail 25020 invoked by uid 99); 6 Jul 2007 10:06:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2007 03:06:44 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [134.134.136.20] (HELO mga02.intel.com) (134.134.136.20) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2007 03:06:39 -0700 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 06 Jul 2007 03:06:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.16,508,1175497200"; d="scan'208";a="262897778" Received: from nssmon01.ins.intel.com ([10.125.118.43]) by orsmga001.jf.intel.com with ESMTP; 06 Jul 2007 03:06:17 -0700 Received: from nstdrlxl6 (nstdrlxl6.ins.intel.com [10.125.122.36]) by nssmon01.ins.intel.com (8.12.11.20060308/8.12.11/MailSET/Hub) with SMTP id l66A6EVP032043 for ; Fri, 6 Jul 2007 17:06:16 +0700 Message-Id: <200707061006.l66A6EVP032043@nssmon01.ins.intel.com> Subject: [build-test alert] BUILD SUCCEEDED Linux SUSE 9 x86: jdktools_test Date: Fri, 06 Jul 2007 17:06:16 +0700 Content-Type: text/plain From: nomail@intel.com To: alerts@harmony.apache.org X-Mailer: org.apache.tools.mail.MailMessage (ant.apache.org) X-Virus-Checked: Checked by ClamAV on apache.org BUILD COMPLETE: build.214 Date of build: 07/06/2007 16:45:02 Time to build: 20 minutes 55 seconds Last changed: 07/06/2007 14:11:41 Last log entry: 1. Refine the VetoableChangeSupport against RI's behavior, the original version has 12 faiulres in RI; 2. add serialization test; 3. Fix VetoableChangeSupport to pass most of the tests, but there's still 1 failures left *********************************************************** Execution log (errors/warnings messages): ======================================== Testing jdktools binaries... ======================================== Compiling JPDA tests Since fork is false, ignoring memoryMaximumSize setting ---------- 1. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/DebuggeeRegister.java (at line 57) registered.add(debuggee); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- ---------- 2. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/TestOptions.java (at line 28) import java.io.File; ^^^^^^^^^^^^ The import java.io.File is never used ---------- ---------- 3. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java (at line 113) eventQueue.add(eventPacket); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 4. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java (at line 248) replies.put(new Integer(replyPacket.getId()), replyPacket); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 5. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java (at line 283) commands.put(Id, command); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 6. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java (at line 354) commands.put(Id, command); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- ---------- 7. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java (at line 1829) frames.add(frame); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 8. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java (at line 1897) vars.add(var); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 9. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java (at line 2117) fields.add(superClassFields.toArray()[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 10. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java (at line 2127) fields.add(field); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 11. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/ExceptionTest.java (at line 187) long frameID = reply.getNextValueAsFrameID(); ^^^^^^^ The local variable frameID is never read ---------- ---------- 12. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/ThreadReference/FramesTest.java (at line 449) frames.add(new FrameStruct(frameID, loc)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 12 problems (12 warnings) JPDA exclude list: /export/cruise_hdk/cc/projects/trunk/working_classlib/deploy/build/jdktools.jpda.exclude Running JPDA tests Debugger JVM=/export/cruise_hdk/cc/projects/trunk/target/hdk/jdk/jre/bin/java Debuggee JVM=/export/cruise_hdk/cc/projects/trunk/target/hdk/jdk/jre/bin/java The GC did not provide gc_add_weak_root_set_entry() SAMSA exclude list: /export/cruise_hdk/cc/projects/trunk/working_classlib/deploy/build/jdktools.samsa.exclude Running SAMSA tests test.jre.home=/export/cruise_hdk/cc/projects/trunk/target/hdk/jdk/jre Run jdk/bin/java -version in /export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report java version "1.5.0" pre-alpha : not complete or compatible svn = r553780, (Jul 6 2007), Linux/ia32/gcc 3.3.3, release build http://harmony.apache.org Run jdk/bin/javac -version in /export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report Run jdk/bin/javah in /export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report Run jdk/bin/jarsigner in /export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report Run jdk/bin/keytool -help in /export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report Compiling TOOLS tests Since fork is false, ignoring memoryMaximumSize setting ---------- 1. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/tools/src/test/java/org/apache/harmony/tests/tools/javah/Test/Test01.java (at line 23) private static final long xxx2 = 1; ^^^^ The field Test01.xxx2 is never read locally ---------- 1 problem (1 warning) TOOLS exclude list: /export/cruise_hdk/cc/projects/trunk/working_classlib/deploy/build/jdktools.tools.exclude Running TOOLS tests test.jre.home=/export/cruise_hdk/cc/projects/trunk/target/hdk/jdk/jre The GC did not provide gc_add_weak_root_set_entry() The test report is in /export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report/html/index.html *********************************************************** Unit Tests: (135) *********************************************************** Modifications since last successful build: (7) modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/VetoableChangeSupportTest.java 07/06/2007 14:11:41 1. Refine the VetoableChangeSupport against RI's behavior, the original version has 12 faiulres in RI; 2. add serialization test; 3. Fix VetoableChangeSupport to pass most of the tests, but there's still 1 failures left modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/VetoableChangeSupport.java 07/06/2007 14:11:41 1. Refine the VetoableChangeSupport against RI's behavior, the original version has 12 faiulres in RI; 2. add serialization test; 3. Fix VetoableChangeSupport to pass most of the tests, but there's still 1 failures left modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/CharArrayReader.java 07/06/2007 13:26:09 Fix HARMONY-4357 ([classlib][luni] Compatibility: CharArrayReader.reset() behavior differs on Harmony and RI if the stream hasn't been marked) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/CharArrayReaderTest.java 07/06/2007 13:26:09 Fix HARMONY-4357 ([classlib][luni] Compatibility: CharArrayReader.reset() behavior differs on Harmony and RI if the stream hasn't been marked) modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/VetoableChangeListenerProxy.java 07/06/2007 13:17:02 Fix the VetoableChangeListenerProxy to enable VetoableChangeListenerProxyTest modified pyang /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 07/06/2007 13:17:02 Fix the VetoableChangeListenerProxy to enable VetoableChangeListenerProxyTest modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/net/MulticastSocketTest.java 07/06/2007 12:47:19 Remove the assertion since it fails on both RI and Harmony in IPv6 Env