Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 23188 invoked from network); 12 Jul 2007 12:11:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jul 2007 12:11:29 -0000 Received: (qmail 92881 invoked by uid 500); 12 Jul 2007 12:11:31 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 92858 invoked by uid 500); 12 Jul 2007 12:11:31 -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 92849 invoked by uid 99); 12 Jul 2007 12:11:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2007 05:11:31 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2007 05:11:28 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BE47C7141FE for ; Thu, 12 Jul 2007 05:11:07 -0700 (PDT) Message-ID: <16123283.1184242267775.JavaMail.jira@brutus> Date: Thu, 12 Jul 2007 05:11:07 -0700 (PDT) From: "Vladimir Ivanov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-4440) [buildtest][func] test functional/org/apache/harmony/test/func/api/java/awt/EventQueue/EventQueueTest.xml should be improved MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [buildtest][func] test functional/org/apache/harmony/test/func/api/java/awt/EventQueue/EventQueueTest.xml should be improved ---------------------------------------------------------------------------------------------------------------------------- Key: HARMONY-4440 URL: https://issues.apache.org/jira/browse/HARMONY-4440 Project: Harmony Issue Type: Bug Components: build - test - ci Reporter: Vladimir Ivanov Priority: Minor The test case testEventQueue_getPeekEvent of the test functional/org/apache/harmony/test/func/api/java/awt/EventQueue/EventQueueTest.xml depends on the computer load. This test tries to add event to queue and verify that this event stay at queue as: myeq.postEvent(ceHidden); sleep(getPaintTimeout()); /* We must get ceHidden event */ ComponentEvent ceReceived = (ComponentEvent) myeq.peekEvent(); But during timeout dispatcher may remove this event. Test should be redesigned. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.