From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21360 invoked by alias); 27 Sep 2011 08:46:47 -0000 Received: (qmail 21293 invoked by uid 22791); 27 Sep 2011 08:46:45 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (80.101.103.228) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 27 Sep 2011 08:46:30 +0000 Subject: Re: RFC: Fix for Mauve test gnu/testlet/java/awt/Canvas/PaintTest.java From: Mark Wielaard To: Pavel Tisnovsky Cc: mauve-discuss@sourceware.org, Omair Majid In-Reply-To: <4E809AF8.8060008@redhat.com> References: <4E809AF8.8060008@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Date: Tue, 27 Sep 2011 08:46:00 -0000 Message-ID: <1317113187.3361.5.camel@springer.wildebeest.org> Mime-Version: 1.0 X-Spam-Score: -2.9 (--) X-IsSubscribed: yes Mailing-List: contact mauve-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sourceware.org X-SW-Source: 2011-q3/txt/msg00028.txt.bz2 Hi Pavel, On Mon, 2011-09-26 at 17:32 +0200, Pavel Tisnovsky wrote: > I've made a simple patch for the Mauve test gnu/testlet/java/awt/Canvas/P= aintTest.java >=20 > This patch adds a small delay before computation of canvas size and its > absolute position on the screen is done. There's also added a test for > a color of a pixel located inside the canvas. Yes, looks fine to me. You probably always need a Robot.waitForIdle() after a pack()/show(). Thanks, Mark