[jboss-cvs] JBossAS SVN: r88976 - branches/Branch_5_x/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat May 16 12:00:08 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-05-16 12:00:08 -0400 (Sat, 16 May 2009)
New Revision: 88976

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

Modified: branches/Branch_5_x/testsuite/build.xml
===================================================================
--- branches/Branch_5_x/testsuite/build.xml	2009-05-16 03:30:17 UTC (rev 88975)
+++ branches/Branch_5_x/testsuite/build.xml	2009-05-16 16:00:08 UTC (rev 88976)
@@ -919,9 +919,9 @@
    	<!-- 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"/>
    
       <!-- JBAS-6582, http://lists.jboss.org/pipermail/jboss-development/2008-December/013254.html -->
       <exclude name="org/jboss/test/ejb3/servlet/unit/ServletUnitTestCase.class"/>




More information about the jboss-cvs-commits mailing list