Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 61567 invoked from network); 26 Apr 2007 05:06:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Apr 2007 05:06:22 -0000 Received: (qmail 45093 invoked by uid 500); 26 Apr 2007 05:06:27 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 44901 invoked by uid 500); 26 Apr 2007 05:06:27 -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 44892 invoked by uid 99); 26 Apr 2007 05:06:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 22:06:27 -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 stepan.mishura@gmail.com designates 64.233.166.183 as permitted sender) Received: from [64.233.166.183] (HELO py-out-1112.google.com) (64.233.166.183) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 22:06:19 -0700 Received: by py-out-1112.google.com with SMTP id p76so438550pyb for ; Wed, 25 Apr 2007 22:05:59 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=V61tzCOpc4CCbh/BjDn4/yeh10oe0dC1H8vC93OgMH9UZ68opPG+RKLys2+WfsReGiLIRrU5z6CcAfMZ5XGaCjDMXYoDJKby91ivi6X6jOIY+kg7tXW/75se39y90lMhv6+3puwhbjJH8VtKmxTWz/rJMK4owwEvm6ISUZpAJVo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ca644Qzryk7DGU5wAOi0hMuNp+CT1XpGhbHzXQyXvOEqAzJ9ZE5p+654EwEmib4H8dhNIt5wsik8q7yQcg0CuVpKc9hEpTD8hR1ML3/WG7WfK1/nuz35aCeT6Io2+Eiibi3s+QS2jK15EERxkWfglAhriEjr9/t2WAlM5E7V91Y= Received: by 10.65.115.4 with SMTP id s4mr3248781qbm.1177563959135; Wed, 25 Apr 2007 22:05:59 -0700 (PDT) Received: by 10.65.200.6 with HTTP; Wed, 25 Apr 2007 22:05:59 -0700 (PDT) Message-ID: <6e47b64f0704252205t46374320r47f3b08e6d71e3b4@mail.gmail.com> Date: Thu, 26 Apr 2007 12:05:59 +0700 From: "Stepan Mishura" To: dev@harmony.apache.org Subject: Re: [classlib][testing] the test org.apache.harmony.luni.tests.java.lang.ProcessBuilderTest failed today In-Reply-To: <7273946b0704252043y11b5f274tff772dcd56f5df74@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7273946b0704251932v277b3049x7b036fa5164b42bc@mail.gmail.com> <7273946b0704251948x75508283y61205d64b4fee722@mail.gmail.com> <6e47b64f0704252031y6ed789e3g1342f9f14a2d1015@mail.gmail.com> <7273946b0704252043y11b5f274tff772dcd56f5df74@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 4/26/07, Vladimir Ivanov wrote: > On 4/26/07, Stepan Mishura wrote: > > On 4/26/07, Vladimir Ivanov wrote: > > > Command 'java -version' does not work now on DRLVM: > > > > > > trunk> build/lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -version > > > Harmony Java launcher > > > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software > > > Foundation or its licensors, as applicable. > > > java [-vm:vmdll -vmdir:dir -D... [-X...]] [args] > > > trunk> > > > > > > > > Now DRL VM prints help message instead of version info. See commit r532301: > > > > Patch for HARMONY-3615 "[classlib][launcher] should print help message > > when run without class specified" > > Thanks for your investigation. > trunk> build/lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -version; echo $? > Harmony Java launcher > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software > Foundation or its licensors, as applicable. > java [-vm:vmdll -vmdir:dir -D... [-X...]] [args] > 1 > trunk> > > Actually, I expect output similar to '-help' option. And I believe > '-version' should finished with zero return code. > Should we revert patch or wait for fix? > I think I should be fixed - I'm running tests now to see if the fix works. Thanks, Stepan. > thanks, Vladimir > > > > > Thanks, > > Stepan. > > > > > thanks, Vladimir > > > > > > On 4/26/07, Vladimir Ivanov wrote: > > > > The CC/CI systems report failure of the > > > > org.apache.harmony.luni.tests.java.lang.ProcessBuilderTest on Win/Lnx > > > > boxes with message: > > > > Test: testStartClass: > > > > org.apache.harmony.luni.tests.java.lang.ProcessBuilderTestjunit.framework.AssertionFailedError > > > > at org.apache.harmony.luni.tests.java.lang.ProcessBuilderTest.testStart(ProcessBuilderTest.java:161) > > > > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > > > > > > > > Could someone reproduce/take care about this issue? > > > > > > > > thanks, Vladimir