[jboss-cvs] JBossAS SVN: r91566 - branches/JBPAPP_5_0/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 22 14:02:35 EDT 2009


Author: jason.greene at jboss.com
Date: 2009-07-22 14:02:35 -0400 (Wed, 22 Jul 2009)
New Revision: 91566

Modified:
   branches/JBPAPP_5_0/testsuite/build.xml
Log:
Exclude defunct tests
Move classloader leak tests out of the main testrun


Modified: branches/JBPAPP_5_0/testsuite/build.xml
===================================================================
--- branches/JBPAPP_5_0/testsuite/build.xml	2009-07-22 17:30:50 UTC (rev 91565)
+++ branches/JBPAPP_5_0/testsuite/build.xml	2009-07-22 18:02:35 UTC (rev 91566)
@@ -773,7 +773,6 @@
       <include name="**/test/perf/test/SecurePerfStressTestCase.class"/>
       <include name="**/test/timer/test/SecureTimerUnitTestCase.class"/>
       <include name="**/test/security/test/client/*UnitTestCase.class"/>
-      <include name="**/test/profileservice/testsecure/*UnitTestCase.class"/>
    </patternset>
    <patternset id="security.excludes">
       <exclude name="**/test/naming/test/Security*"/>
@@ -930,6 +929,10 @@
       <!-- JBAS-6582, http://lists.jboss.org/pipermail/jboss-development/2008-December/013254.html -->
       <exclude name="org/jboss/test/ejb3/servlet/unit/ServletUnitTestCase.class"/>
 
+     <exclude name="org/jboss/test/jbossmessaging/test/UnackedUnitTestCase.class"/>
+     <exclude name="org/jboss/test/ejb3/jbpapp2260/unit/MessageInflowTransactionUnitTestCase.class"/>
+      
+
    	  <!-- JBAS-6792 fix temporarily reverted -->
       <!--exclude name="org/jboss/test/cluster/defaultcfg/test/HAServiceUnitTestCase.class"/>
       <exclude name="org/jboss/test/cluster/defaultcfg/test/HASingletonUnitTestCase.class"/-->
@@ -1012,12 +1015,12 @@
       <antcall target="pooled-invoker-tests"/>
       <antcall target="tests-clustered-profileservice"/>
       <antcall target="tests-jts" />
-   	
-      <!-- NOTE: Run the classloader leak tests last as they can be
-                 disruptive to the overall run if there are failures. -->
+   
+      <!-- Run classloader leak tests in isolation 	
       <antcall target="tests-classloader-leak"/>
       <antcall target="tests-clustered-classloader-leak"/>
-   	
+       -->
+	
       <antcall target="tests-report"/>
       <!-- JBAS-5918 https://issues.apache.org/bugzilla/show_bug.cgi?id=41368 
       <record name="${basedir}/output/tests.log" action="stop"/>




More information about the jboss-cvs-commits mailing list