Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 69397 invoked from network); 29 Nov 2006 18:32:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Nov 2006 18:32:24 -0000 Received: (qmail 59335 invoked by uid 500); 29 Nov 2006 18:32:32 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 59307 invoked by uid 500); 29 Nov 2006 18:32:32 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 59298 invoked by uid 99); 29 Nov 2006 18:32:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Nov 2006 10:32:32 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=INFO_TLD,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [134.134.136.24] (HELO mga09.intel.com) (134.134.136.24) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Nov 2006 10:32:20 -0800 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by mga09.intel.com with ESMTP; 29 Nov 2006 10:20:12 -0800 Received: from nssmon01.ins.intel.com ([10.125.118.43]) by azsmga001.ch.intel.com with ESMTP; 29 Nov 2006 10:19:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: i="4.09,475,1157353200"; d="scan'208"; a="151715842:sNHT29855231" Received: from nstdrlxl5 (nstdrlxl5.ins.intel.com [10.125.122.35]) by nssmon01.ins.intel.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with SMTP id kATIJs1Q031005 for ; Thu, 30 Nov 2006 00:19:55 +0600 Message-Id: <200611291819.kATIJs1Q031005@nssmon01.ins.intel.com> Subject: [build-test alert] BUILD FAILED SUSE 9 1CPU gcc debug: classlib_drlvm Date: Thu, 30 Nov 2006 00:19:55 +0600 Content-Type: text/plain From: nomail@intel.com To: commits@harmony.apache.org X-Mailer: org.apache.tools.mail.MailMessage (ant.apache.org) X-Virus-Checked: Checked by ClamAV on apache.org BUILD FAILED: Ant Error Message: /export/viv/trunk/cc/projects/classlib/trunk/build.xml:167: The following error occurred while executing this line: /export/viv/trunk/cc/projects/classlib/trunk/make/build-test.xml:132: There were test errors. Date of build: 11/29/2006 22:25:58 Time to build: 113 minutes 15 seconds Last changed: 11/29/2006 21:26:28 Last log entry: Applied patch from "[#HARMONY-2323] [classlib][sql] javax.sql.rowset.serial.SerialRef is not implemented yet in Harmony". *********************************************************** Errors/Warnings: (8604) *********************************************************** Unit Tests: (18829) error: testConstructorRef org.apache.harmony.sql.tests.javax.sql.rowset.serial.SerialRefTest error: testGetBaseTypeName org.apache.harmony.sql.tests.javax.sql.rowset.serial.SerialRefTest error: testGetObject org.apache.harmony.sql.tests.javax.sql.rowset.serial.SerialRefTest error: testGetObjectLjava_util_Map org.apache.harmony.sql.tests.javax.sql.rowset.serial.SerialRefTest Unit Test Error Details: (4) Test: testConstructorRefClass: org.apache.harmony.sql.tests.javax.sql.rowset.serial.SerialRefTestjava.lang.NoClassDefFoundError: javax/sql/rowset/serial/SerialRef Caused by: java.lang.ClassNotFoundException: javax.sql.rowset.serial.SerialRef at java.net.URLClassLoader.findClass(URLClassLoader.java:625) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader$SystemClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 9 more Test: testGetBaseTypeNameClass: org.apache.harmony.sql.tests.javax.sql.rowset.serial.SerialRefTestjava.lang.NoClassDefFoundError: javax/sql/rowset/serial/SerialRef Caused by: java.lang.ClassNotFoundException: javax.sql.rowset.serial.SerialRef at java.net.URLClassLoader.findClass(URLClassLoader.java:625) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader$SystemClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 9 more Test: testGetObjectClass: org.apache.harmony.sql.tests.javax.sql.rowset.serial.SerialRefTestjava.lang.NoClassDefFoundError: javax/sql/rowset/serial/SerialRef Caused by: java.lang.ClassNotFoundException: javax.sql.rowset.serial.SerialRef at java.net.URLClassLoader.findClass(URLClassLoader.java:625) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader$SystemClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 9 more Test: testGetObjectLjava_util_MapClass: org.apache.harmony.sql.tests.javax.sql.rowset.serial.SerialRefTestjava.lang.NoClassDefFoundError: javax/sql/rowset/serial/SerialRef Caused by: java.lang.ClassNotFoundException: javax.sql.rowset.serial.SerialRef at java.net.URLClassLoader.findClass(URLClassLoader.java:625) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader$SystemClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 9 more *********************************************************** Modifications since last successful build: (102) modified hindessm /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/org/apache/harmony/sql/internal/nls/messages.properties 11/29/2006 21:26:28 Applied patch from "[#HARMONY-2323] [classlib][sql]javax.sql.rowset.serial.SerialRef is not implemented yet in Harmony". added hindessm /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/serial/SerialRef.java 11/29/2006 21:26:28 Applied patch from "[#HARMONY-2323] [classlib][sql]javax.sql.rowset.serial.SerialRef is not implemented yet in Harmony". added hindessm /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/serial/SerialRefTest.java 11/29/2006 21:26:28 Applied patch from "[#HARMONY-2323] [classlib][sql]javax.sql.rowset.serial.SerialRef is not implemented yet in Harmony". added ayza /harmony/enhanced/classlib/trunk/modules/nio/make/exclude.windows.x86_64.ibm 11/29/2006 21:06:19 Introducing test exclude lists to the NIO module and exclude SocketChannelTest for windows platform (HARMONY-1977) added ayza /harmony/enhanced/classlib/trunk/modules/nio/make/exclude.windows.x86.drl 11/29/2006 21:06:19 Introducing test exclude lists to the NIO module and exclude SocketChannelTest for windows platform (HARMONY-1977) added ayza /harmony/enhanced/classlib/trunk/modules/nio/make/exclude.linux.x86_64.ibm 11/29/2006 21:06:19 Introducing test exclude lists to the NIO module and exclude SocketChannelTest for windows platform (HARMONY-1977) added ayza /harmony/enhanced/classlib/trunk/modules/nio/make/exclude.linux.x86.drl 11/29/2006 21:06:19 Introducing test exclude lists to the NIO module and exclude SocketChannelTest for windows platform (HARMONY-1977) added ayza /harmony/enhanced/classlib/trunk/modules/nio/make/exclude.windows.x86.ibm 11/29/2006 21:06:19 Introducing test exclude lists to the NIO module and exclude SocketChannelTest for windows platform (HARMONY-1977) added ayza /harmony/enhanced/classlib/trunk/modules/nio/make/exclude.windows.x86_64.drl 11/29/2006 21:06:19 Introducing test exclude lists to the NIO module and exclude SocketChannelTest for windows platform (HARMONY-1977) modified ayza /harmony/enhanced/classlib/trunk/modules/nio/build.xml 11/29/2006 21:06:19 Introducing test exclude lists to the NIO module and exclude SocketChannelTest for windows platform (HARMONY-1977) added ayza /harmony/enhanced/classlib/trunk/modules/nio/make/exclude.linux.x86.ibm 11/29/2006 21:06:19 Introducing test exclude lists to the NIO module and exclude SocketChannelTest for windows platform (HARMONY-1977) added ayza /harmony/enhanced/classlib/trunk/modules/nio/make/exclude.linux.x86_64.drl 11/29/2006 21:06:19 Introducing test exclude lists to the NIO module and exclude SocketChannelTest for windows platform (HARMONY-1977) added hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/linux/hysignal_context.h 11/29/2006 21:02:33 Refactoring arch-specific parts of hysignal.c to separate file.Mostly this is just a simple copying of functions to the new file. Theonly exception is moving a small bit of non-architecture specific codefrom fillInLinux386SignalInfo out in to the function that calls it. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/linux/makefile 11/29/2006 21:02:33 Refactoring arch-specific parts of hysignal.c to separate file.Mostly this is just a simple copying of functions to the new file. Theonly exception is moving a small bit of non-architecture specific codefrom fillInLinux386SignalInfo out in to the function that calls it. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/linux/hysignal.c 11/29/2006 21:02:33 Refactoring arch-specific parts of hysignal.c to separate file.Mostly this is just a simple copying of functions to the new file. Theonly exception is moving a small bit of non-architecture specific codefrom fillInLinux386SignalInfo out in to the function that calls it. added hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/linux/hysignal_context.c 11/29/2006 21:02:33 Refactoring arch-specific parts of hysignal.c to separate file.Mostly this is just a simple copying of functions to the new file. Theonly exception is moving a small bit of non-architecture specific codefrom fillInLinux386SignalInfo out in to the function that calls it. modified ayza /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.linux.x86_64.drl 11/29/2006 20:05:10 Removing IndexedPropertyDescriptorTest from exclude lists modified ayza /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.windows.x86_64.ibm 11/29/2006 20:05:10 Removing IndexedPropertyDescriptorTest from exclude lists modified ayza /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.windows.x86.drl 11/29/2006 20:05:10 Removing IndexedPropertyDescriptorTest from exclude lists modified ayza /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.linux.x86_64.ibm 11/29/2006 20:05:10 Removing IndexedPropertyDescriptorTest from exclude lists modified ayza /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.linux.x86.drl 11/29/2006 20:05:10 Removing IndexedPropertyDescriptorTest from exclude lists modified ayza /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.windows.x86.ibm 11/29/2006 20:05:10 Removing IndexedPropertyDescriptorTest from exclude lists modified ayza /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.windows.x86_64.drl 11/29/2006 20:05:10 Removing IndexedPropertyDescriptorTest from exclude lists modified ayza /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.linux.x86.ibm 11/29/2006 20:05:10 Removing IndexedPropertyDescriptorTest from exclude lists modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/internal/nls/messages.properties 11/29/2006 19:29:05 Several parameter checks were added in order to enable tests from IndexedPropertyDescriptorTest modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/IndexedPropertyDescriptor.java 11/29/2006 19:29:05 Several parameter checks were added in order to enable tests from IndexedPropertyDescriptorTest modified tellison /harmony/enhanced/classlib/trunk/modules/tools/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/support/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/security/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/regex/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/crypto/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/nio_char/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/applet/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/logging/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/accessibility/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/swing/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/beans/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/math/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/lang-management/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/print/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/auth/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/instrument/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/suncompat/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/imageio/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/annotation/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/prefs/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/archive/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/concurrent/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/luni-kernel/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/nio/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/security-kernel/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/rmi/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/sound/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/misc/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/x-net/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/awt/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. modified tellison /harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF 11/29/2006 16:39:41 Update implementer's URL from incubator site to new TLP site. deleted hindessm /harmony/enhanced/classlib/trunk/depends/build/makefile.include 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmi/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/common/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/fdlibm/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. added hindessm /harmony/enhanced/classlib/trunk/depends/build/defines.mk 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/zlib/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/zip/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/pool/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmls/linux/makefile 11/29/2006 16:06:16 Renaming makefile.include to defines.mk for consistency. modified mloenko /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java/common/org/apache/harmony/swing/tests/javax/swing/text/parser/ContentModelSemanticTest.java 11/29/2006 13:45:35 follow JUnit conventions to find failure cause modified smishura /harmony/enhanced/classlib/trunk/modules/sound/src/main/java/javax/sound/sampled/Line.java 11/29/2006 12:07:15 Remove NotImplementedException for Line.Info.matches(Line.Info info) modified smishura /harmony/enhanced/classlib/trunk/modules/sound/src/main/java/javax/sound/sampled/AudioInputStream.java 11/29/2006 11:49:05 Apply patch for HARMONY-2329 ([classlib][sound] javax.sound.sampled unit tests) added smishura /harmony/enhanced/classlib/trunk/modules/sound/src/test/java/org/apache/harmony/sound/tests/javax/sound/sampled/LineInfoTest.java 11/29/2006 11:49:05 Apply patch for HARMONY-2329 ([classlib][sound] javax.sound.sampled unit tests) added smishura /harmony/enhanced/classlib/trunk/modules/sound/src/test/java/org/apache/harmony/sound/tests/javax/sound/sampled/EnumControlTest.java 11/29/2006 11:49:05 Apply patch for HARMONY-2329 ([classlib][sound] javax.sound.sampled unit tests) modified smishura /harmony/enhanced/classlib/trunk/modules/sound/src/main/java/javax/sound/sampled/BooleanControl.java 11/29/2006 11:49:05 Apply patch for HARMONY-2329 ([classlib][sound] javax.sound.sampled unit tests) modified smishura /harmony/enhanced/classlib/trunk/modules/sound/src/main/java/javax/sound/sampled/DataLine.java 11/29/2006 11:49:05 Apply patch for HARMONY-2329 ([classlib][sound] javax.sound.sampled unit tests) added smishura /harmony/enhanced/classlib/trunk/modules/sound/src/test/java/org/apache/harmony/sound/tests/javax/sound/sampled/AudioFileFormatTest.java 11/29/2006 11:49:05 Apply patch for HARMONY-2329 ([classlib][sound] javax.sound.sampled unit tests) added smishura /harmony/enhanced/classlib/trunk/modules/sound/src/test/java/org/apache/harmony/sound/tests/javax/sound/sampled/AudioFormatTest.java 11/29/2006 11:49:05 Apply patch for HARMONY-2329 ([classlib][sound] javax.sound.sampled unit tests) modified smishura /harmony/enhanced/classlib/trunk/modules/sound/src/main/java/javax/sound/sampled/EnumControl.java 11/29/2006 11:49:05 Apply patch for HARMONY-2329 ([classlib][sound] javax.sound.sampled unit tests) modified smishura /harmony/enhanced/classlib/trunk/modules/sound/src/main/java/javax/sound/sampled/Line.java 11/29/2006 11:49:05 Apply patch for HARMONY-2329 ([classlib][sound] javax.sound.sampled unit tests) added smishura /harmony/enhanced/classlib/trunk/modules/sound/src/test/java/org/apache/harmony/sound/tests/javax/sound/sampled/AudioInputStreamTest.java 11/29/2006 11:49:05 Apply patch for HARMONY-2329 ([classlib][sound] javax.sound.sampled unit tests) added smishura /harmony/enhanced/classlib/trunk/modules/sound/src/test/java/org/apache/harmony/sound/tests/javax/sound/sampled/DataLineInfoTest.java 11/29/2006 11:49:05 Apply patch for HARMONY-2329 ([classlib][sound] javax.sound.sampled unit tests) modified smishura /harmony/enhanced/classlib/trunk/modules/sound/src/main/java/javax/sound/sampled/AudioFileFormat.java 11/29/2006 11:49:05 Apply patch for HARMONY-2329 ([classlib][sound] javax.sound.sampled unit tests) modified smishura /harmony/enhanced/classlib/trunk/modules/sound/src/main/java/javax/sound/sampled/AudioFormat.java 11/29/2006 11:49:05 Apply patch for HARMONY-2329 ([classlib][sound] javax.sound.sampled unit tests) added smishura /harmony/enhanced/classlib/trunk/modules/sound/src/test/java/org/apache/harmony/sound/tests/javax/sound/sampled/BooleanControlTest.java 11/29/2006 11:49:05 Apply patch for HARMONY-2329 ([classlib][sound] javax.sound.sampled unit tests)