You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2006/07/31 21:45:32 UTC

svn commit: r427232 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties

Author: fuzzylogic
Date: Mon Jul 31 12:45:32 2006
New Revision: 427232

URL: http://svn.apache.org/viewvc?rev=427232&view=rev
Log:
DERBY-1606: skip derbyrunjartest.java on j9/j9_foundation due to hang

Committed for Myrna Van Lunteren <m....@gmail.com>

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties?rev=427232&r1=427231&r2=427232&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties Mon Jul 31 12:45:32 2006
@@ -1,2 +1,4 @@
 # Disabling processes because test spawns child threads using Runtime.exec().
 noSecurityManager=true
+runwithj9=false
+runwithfoundation=false



Re: svn commit: r427232 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties

Posted by Daniel John Debrunner <dj...@apache.org>.
It's always good to add comments into the <test>_app.properties file as
to *why* it's being skipped for a platform.

Dan.


fuzzylogic@apache.org wrote:
> Author: fuzzylogic
> Date: Mon Jul 31 12:45:32 2006
> New Revision: 427232
> 
> URL: http://svn.apache.org/viewvc?rev=427232&view=rev
> Log:
> DERBY-1606: skip derbyrunjartest.java on j9/j9_foundation due to hang
> 
> Committed for Myrna Van Lunteren <m....@gmail.com>
> 
> Modified:
>     db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties
> 
> Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties
> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties?rev=427232&r1=427231&r2=427232&view=diff
> ==============================================================================
> --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties (original)
> +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest_app.properties Mon Jul 31 12:45:32 2006
> @@ -1,2 +1,4 @@
>  # Disabling processes because test spawns child threads using Runtime.exec().
>  noSecurityManager=true
> +runwithj9=false
> +runwithfoundation=false
> 
> 
>