Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 4600 invoked from network); 4 Oct 2006 16:05:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Oct 2006 16:05:58 -0000 Received: (qmail 67861 invoked by uid 500); 4 Oct 2006 16:05:53 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 67824 invoked by uid 500); 4 Oct 2006 16:05:52 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 67793 invoked by uid 99); 4 Oct 2006 16:05:52 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Oct 2006 09:05:52 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=t.p.ellison@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=DNS_FROM_RFC_ABUSE,RCVD_IN_SORBS_WEB DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [66.249.92.169] ([66.249.92.169:61741] helo=ug-out-1314.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 84/31-17684-CDBD3254 for ; Wed, 04 Oct 2006 09:05:49 -0700 Received: by ug-out-1314.google.com with SMTP id y2so100643uge for ; Wed, 04 Oct 2006 09:05:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=RQjoANU0fAClAZ3o4cYA0qGK/6WT9g3DgarKudrfgTH/n48VAA8eU1BzM2pEMRG4z75VhVl4MLyimxCJGACwBu12JmxQ+SJ/EIoPEQLpHjPpH+Rdc3ORpA5Szf2YTVhggg89yGloIiQV/hqi9HeCi55wSRt+C2NTKKosA1wQV3o= Received: by 10.66.220.17 with SMTP id s17mr744000ugg; Wed, 04 Oct 2006 09:05:45 -0700 (PDT) Received: from ?9.20.183.70? ( [195.212.29.75]) by mx.gmail.com with ESMTP id o24sm755184ugd.2006.10.04.09.05.45; Wed, 04 Oct 2006 09:05:45 -0700 (PDT) Message-ID: <4523DBD7.1070300@gmail.com> Date: Wed, 04 Oct 2006 17:05:43 +0100 From: Tim Ellison User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: [classlib][swing] JUnit test failure X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N First time running the AWT/Swing tests for a while. On r452910 I see the following (one and only) failure on IA32 WinXP: java.lang.NullPointerException at javax.swing.TransferHandlerTest.testCreateTransferable(TransferHandlerTest.java:140) at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:25) at javax.swing.BasicSwingTestCase.runBareSuper(BasicSwingTestCase.java:115) at javax.swing.SwingTestCase$1.run(SwingTestCase.java:44) at java.awt.event.InvocationEvent.runAndNotify(InvocationEvent.java:88) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:77) at java.awt.EventQueueCore.dispatchEventImpl(EventQueueCore.java:131) at java.awt.EventQueue.dispatchEvent(EventQueue.java:144) at java.awt.EventDispatchThread.runModalLoop(EventDispatchThread.java:75) at java.awt.EventDispatchThread.run(EventDispatchThread.java:48) Am I alone? Regards, Tim -- Tim Ellison (t.p.ellison@gmail.com) IBM Java technology centre, UK. --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org