Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 39372 invoked from network); 31 May 2007 10:24:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 May 2007 10:24:38 -0000 Received: (qmail 11800 invoked by uid 500); 31 May 2007 10:24:40 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 11758 invoked by uid 500); 31 May 2007 10:24:40 -0000 Mailing-List: contact dev-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 dev@harmony.apache.org Received: (qmail 11745 invoked by uid 99); 31 May 2007 10:24:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2007 03:24:39 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of alexey.v.varlamov@gmail.com designates 209.85.132.247 as permitted sender) Received: from [209.85.132.247] (HELO an-out-0708.google.com) (209.85.132.247) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2007 03:24:34 -0700 Received: by an-out-0708.google.com with SMTP id b21so41674ana for ; Thu, 31 May 2007 03:24:14 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=FUEYkV8Nu425qUgR6GYTQMR/Q4eNeW5hC9fdyXbVTEEeVmj2C0wGVg6FVvABGQlqXvUmedJvpFjWnJIdkyPcrxXAh/ZZMDKmVbWnYkVC9M7nh1LEk6og757py4YR1ONrKWlkARzobjzrHRIQTXFkqA5jQYFN7vUPPiUcOM0s93o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=m5p5HqwSsBy2lPBc5rXcSx5uJFmaxJ0KGTnGDQH2nrgyJ/9GkZSZi0Lhdse9sLlAtG8GzwM96fneLD0DA38xt6rM73hlBn5q+02S6+yDZN4A0vaVXMoRQcw7PVTdj2VpXNIN5U3UKyzctGrShiGZgijdGK5gl/1ZP5aNyMQPKC0= Received: by 10.142.251.9 with SMTP id y9mr22567wfh.1180607053513; Thu, 31 May 2007 03:24:13 -0700 (PDT) Received: by 10.143.9.6 with HTTP; Thu, 31 May 2007 03:24:13 -0700 (PDT) Message-ID: Date: Thu, 31 May 2007 17:24:13 +0700 From: "Alexey Varlamov" To: dev@harmony.apache.org Subject: [drlvm] cunit test_java_monitors failed MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Folks, I've not seen cunit failures for a long time, and today I observed failures on 2 different x86 boxes: Win2003 SMP box, debug build: [echo] INFO: TEST test_jthread_monitor_timed_wait_timeout start [echo] ERROR: Assertion '(tts->phase)==(phase)' failed at C:\users\avarlamo\trunk\working_vm\vm\tests\unit\thread\utils\thread_unit_test_utils.c:366 [echo] INFO: TEST test_jthread_monitor_timed_wait_timeout: FAILED SLES9 SMP box, debug build: [echo] INFO: TEST test_jthread_monitor_timed_wait start [echo] ## TEST FAILED I will file a JIRA if such failures re-appear. -- Alexey