From harmony-dev-return-17846-apmail-incubator-harmony-dev-archive=incubator.apache.org@incubator.apache.org Wed Nov 01 13:52:36 2006 Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 3107 invoked from network); 1 Nov 2006 13:52:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 13:52:35 -0000 Received: (qmail 16898 invoked by uid 500); 1 Nov 2006 13:52:43 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 16856 invoked by uid 500); 1 Nov 2006 13:52:43 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 16847 invoked by uid 99); 1 Nov 2006 13:52:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 05:52:43 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of alexey.v.varlamov@gmail.com designates 66.249.82.238 as permitted sender) Received: from [66.249.82.238] (HELO wx-out-0506.google.com) (66.249.82.238) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 05:52:29 -0800 Received: by wx-out-0506.google.com with SMTP id s13so2048601wxc for ; Wed, 01 Nov 2006 05:52:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dHvR4rX4aN6m+irhwXKRD4t+KMwHFAC2ryhgyUKB5fmuF3FkSxvrPWFmiJYx5HpWMGyPzWzYBRP+lbm/+dFJPPU0E2W7koHUL4xiilfjgl9NdJnYiWv+/pnUn1F8Z4geSaCOOo3Vti30McO5yp3DjaDJtEox5eVbGZud9TBNgMw= Received: by 10.70.54.20 with SMTP id c20mr9505719wxa; Wed, 01 Nov 2006 05:52:08 -0800 (PST) Received: by 10.70.50.2 with HTTP; Wed, 1 Nov 2006 05:52:08 -0800 (PST) Message-ID: Date: Wed, 1 Nov 2006 19:52:08 +0600 From: "Alexey Varlamov" To: harmony-dev@incubator.apache.org Subject: Re: [security][testing] 2 tests failed today In-Reply-To: <4548A5BA.7080205@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7273946b0610310102x20c80a2fm88d2113a03a7e8fb@mail.gmail.com> <454712DA.2050001@gmail.com> <454878E8.5000800@gmail.com> <200611011339.kA1DdvZn027817@d06av02.portsmouth.uk.ibm.com> <4548A5BA.7080205@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org 2006/11/1, Tim Ellison : > Mark Hindess wrote: > > Fixed in r469902. Turns out the exec was putting double quotes around > > the classpath argument (which might make sense if it was going to a > > shell) but it doesn't for an exec syscall. This resulted in classes > > being search for in the non-existent directory: > > > > "/path/to/modules/luni/bin/test > > > > rather than: > > > > /path/to/modules/luni/bin/test > > > > Regards, > > Mark - confused as to why it didn't also fail on windows > > ...but, AIUI the code worked ok on Linux with DRLVM. > Can somebody confirm that? This is true - DRLVM has it's own impl of Process. I'll raise this issue in a separate thread. > > Tim - even more confused > > -- > > Tim Ellison (t.p.ellison@gmail.com) > >