Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 62209 invoked from network); 29 Mar 2007 08:51:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Mar 2007 08:51:46 -0000 Received: (qmail 49466 invoked by uid 500); 29 Mar 2007 08:51:53 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 49411 invoked by uid 500); 29 Mar 2007 08:51:53 -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 49392 invoked by uid 99); 29 Mar 2007 08:51:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 01:51:53 -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, 29 Mar 2007 01:51:45 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7FDAC714073 for ; Thu, 29 Mar 2007 01:51:25 -0700 (PDT) Message-ID: <5179180.1175158285519.JavaMail.jira@brutus> Date: Thu, 29 Mar 2007 01:51:25 -0700 (PDT) From: "Elena Semukhina (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3520) [drlvm][kernel tests] Two intermittently failing tests should be fixed. In-Reply-To: <846822.1175158166842.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-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elena Semukhina updated HARMONY-3520: ------------------------------------- Patch Info: [Patch Available] > [drlvm][kernel tests] Two intermittently failing tests should be fixed. > ----------------------------------------------------------------------- > > Key: HARMONY-3520 > URL: https://issues.apache.org/jira/browse/HARMONY-3520 > Project: Harmony > Issue Type: Bug > Components: build - test - ci > Reporter: Elena Semukhina > Attachments: H-3520_kernel_tests.patch > > > I see intermittent failures of ThreadTest.testInterrupt_Waiting () and ThreadRTest.testStopFinally(). > I think they reveal the tests' problems. > The first test tries to interrupt a waiting thread and fails because the thread doesn't receive InterruptedException. I added a check that the thread is in the TIMED_WAITING state and only interrupt after this. > The second test needs waiting time to be increased. > One more test in the patch is ClassLoaderTest. It actually did not work until now because it silently exited at the beginning. I fixed the test so that it sets the corect path to a file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.