Return-Path: X-Original-To: apmail-db-derby-commits-archive@www.apache.org Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F69B10420 for ; Mon, 10 Jun 2013 18:54:29 +0000 (UTC) Received: (qmail 12624 invoked by uid 500); 10 Jun 2013 18:54:29 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 12576 invoked by uid 500); 10 Jun 2013 18:54:29 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 12568 invoked by uid 99); 10 Jun 2013 18:54:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jun 2013 18:54:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jun 2013 18:54:28 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B672023888FE; Mon, 10 Jun 2013 18:54:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1491566 - /db/derby/code/branches/10.9/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties Date: Mon, 10 Jun 2013 18:54:08 -0000 To: derby-commits@db.apache.org From: myrnavl@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130610185408.B672023888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: myrnavl Date: Mon Jun 10 18:54:08 2013 New Revision: 1491566 URL: http://svn.apache.org/r1491566 Log: DERBY-6251; disabling test run with weme jvm Modified: db/derby/code/branches/10.9/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties Modified: db/derby/code/branches/10.9/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.9/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties?rev=1491566&r1=1491565&r2=1491566&view=diff ============================================================================== --- db/derby/code/branches/10.9/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties (original) +++ db/derby/code/branches/10.9/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties Mon Jun 10 18:54:08 2013 @@ -15,3 +15,5 @@ # Disabling processes because test spawns child threads using Runtime.exec(). noSecurityManager=true +# Disabling with j9 foundation because test expects child thread with executable 'java'. See DERBY-6251. +runwithfoundation=false