[jboss-cvs] JBossAS SVN: r88977 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat May 16 12:03:23 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-05-16 12:03:22 -0400 (Sat, 16 May 2009)
New Revision: 88977

Modified:
   trunk/testsuite/build.xml
Log:
Fix Sun-VM classloader leak test exclusion

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2009-05-16 16:00:08 UTC (rev 88976)
+++ trunk/testsuite/build.xml	2009-05-16 16:03:22 UTC (rev 88977)
@@ -912,10 +912,10 @@
    	<!-- New diagnostic test that has transient failures; needs further work -->
    	<exclude name="org/jboss/test/cluster/defaultcfg/simpleweb/test/ClusteredSessionMemoryLeakTestCase.class"/>
    	
-   	<!-- Exclude some classloader leak tests on Sun VM only; they should run on JRockit -->
+   	<!-- Exclude some classloader leak tests on Sun VM only; they should run on JRockit, OpenJDK -->
    	<exclude name="org/jboss/test/classloader/leak/test/AopPreparedClassesClassloaderLeakUnitTestCase.class" if="sun-vm"/>
-   	<exclude name="org/jboss/test/cluster/classloader/leak/test/FieldGranularityClassloaderLeakUnitTestCase.class" if="sun-vm"/>
-   		
+   	<exclude name="org/jboss/test/cluster/classloader/leak/test/*Field*TestCase.class" if="sun-vm"/>
+   
    </patternset>
 
    <patternset id="aop-with-classloader.excludes">




More information about the jboss-cvs-commits mailing list