Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 72166 invoked from network); 23 May 2007 13:46:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 May 2007 13:46:37 -0000 Received: (qmail 75253 invoked by uid 500); 23 May 2007 13:46:42 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 75229 invoked by uid 500); 23 May 2007 13:46:42 -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 75220 invoked by uid 99); 23 May 2007 13:46:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2007 06:46:42 -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; Wed, 23 May 2007 06:46:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 66AE8714057 for ; Wed, 23 May 2007 06:46:16 -0700 (PDT) Message-ID: <28533265.1179927976417.JavaMail.jira@brutus> Date: Wed, 23 May 2007 06:46:16 -0700 (PDT) From: "Alexei Zakharov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-2867) [classlib][awt] intermittent failure of java.awt.WindowTest In-Reply-To: <45175.1167038361053.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-2867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexei Zakharov updated HARMONY-2867: ------------------------------------- Assignee: (was: Alexei Zakharov) > [classlib][awt] intermittent failure of java.awt.WindowTest > ----------------------------------------------------------- > > Key: HARMONY-2867 > URL: https://issues.apache.org/jira/browse/HARMONY-2867 > Project: Harmony > Issue Type: Bug > Components: Classlib > Environment: msvc debug drlvm > Reporter: tatyana doubtsova > Priority: Minor > Attachments: awt.exclude.patch > > > java.awt.WindowTest intermittently failes (9 times out of 50 and 8 times out of 50): > Test: testSetLocationRelativeToClass: java.awt.WindowTestjunit.framework.AssertionFailedError: expected: but was: > at java.awt.WindowTest.testSetLocationRelativeTo(WindowTest.java:82) > at java.lang.reflect.VMReflection.invokeMethod(Native Method) > to reproduce try > #!/bin/sh > A=0 > while [ "$A" -lt "50" ]; do > ant -Dtest.jre.home= -Dbuild.module=awt -Dhy.test.vm.name=drl -Dhy.test.forkmode=once test > A=`expr $A + 1` > done -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.