Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 92925 invoked from network); 13 Dec 2007 12:25:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2007 12:25:32 -0000 Received: (qmail 20605 invoked by uid 500); 13 Dec 2007 12:25:20 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 20576 invoked by uid 500); 13 Dec 2007 12:25:20 -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 20567 invoked by uid 99); 13 Dec 2007 12:25:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2007 04:25:20 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ilya.berezhniuk@gmail.com designates 209.85.146.178 as permitted sender) Received: from [209.85.146.178] (HELO wa-out-1112.google.com) (209.85.146.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2007 12:24:59 +0000 Received: by wa-out-1112.google.com with SMTP id k22so1137027waf.18 for ; Thu, 13 Dec 2007 04:25:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=4JAszOPGy4BlRkepmrR2RlLoNwcm+VxEPRx3LXfMxew=; b=Z3Qz0CFjGeephd9MF5LRoDofg9YKeN1sO5IwptwKDxf6uO5fYrJZw+tqYi+8vYo/YcTzoMBnST+orO16WwCWA5jily+pGnxanxAzBfB0yrKbcOsPIFBhQ+4/vrC5LdcFuzqUS5mkIFxhd3Pn2JdCj3Vu82cwIEMlHTGqRGypERA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Azj3qmiy3yFslkG2TmAfqJ86gR1ZvzoVA8m+c1jHZfD7HviSEGcL9goV/eZsumIScPxYoqd41z1qLKiiMcBiT3HV6lrWi/TCZhbe54fY3C7fz7IB7arDZcZfaYpRXEyzRr+9Q/wFGbQDIYxQdTKAIVnU5v8UOW42a8zXbqcGYdw= Received: by 10.114.151.13 with SMTP id y13mr799747wad.60.1197548702857; Thu, 13 Dec 2007 04:25:02 -0800 (PST) Received: by 10.114.132.20 with HTTP; Thu, 13 Dec 2007 04:25:02 -0800 (PST) Message-ID: <5ce835490712130425m6a9d57a8j53ab7c76ce968e45@mail.gmail.com> Date: Thu, 13 Dec 2007 15:25:02 +0300 From: "Ilya Berezhniuk" To: dev@harmony.apache.org Subject: Re: [eut][regressions] EUT regressions on Linux x86 In-Reply-To: <587698b80712130335w717af3ddvdca9b158086be76b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <587698b80712130335w717af3ddvdca9b158086be76b@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org I've reproduced crash in 'swt' suite on Linux/x86. It's actually a hangup, so suite is killed by timeout. I'll try to find a cause (or at least hanging test) using runs from Eclipse GUI. Else I'll try to find affecting commit introduced this hangup. Thanks, Ilya. 2007/12/13, Vladimir Beliaev : > According to report at > http://people.apache.org/~smishura/r603433/Linux_x86/eut33/ there are > regressions for EUT3.3 on Linux x86. > > I've checked 6 failures at org.eclispe.jdt.ui.tests.AutomatedSuite - they > are reproducible. There are just few commits between passed & failed > revisions, and one of them is my patch for EUT BTI which redefined TMP/HOME > settings. I continue checking - it may turn out that these 6 tests work with > related environment variable incorrectly (so the tests may be invalid). > > Also I've reproduced 'swt' crash on Linux x86. Checking this regression is a > separate subject. > > Thanks > Vladimir >