It's always good to add comments into the <test>_app.properties file as to *why* it's being skipped for a platform.
Dan. [EMAIL PROTECTED] 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 <[EMAIL PROTECTED]> > > 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 > > >
