[weld-commits] Weld SVN: r6895 - core/trunk/jboss-tck-runner/src/test/resources.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Aug 4 08:50:23 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-08-04 08:50:23 -0400 (Wed, 04 Aug 2010)
New Revision: 6895

Modified:
   core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml
Log:
enable a few tests now working

Modified: core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml
===================================================================
--- core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml	2010-08-04 12:50:08 UTC (rev 6894)
+++ core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml	2010-08-04 12:50:23 UTC (rev 6895)
@@ -16,6 +16,19 @@
       <classes>
       
          <!-- Issues in the TCK -->
+                     
+         <!-- CDITCK-168 -->
+         <class name="org.jboss.jsr299.tck.tests.extensions.processBean.ProcessBeanTest">
+            <methods>
+               <exclude name="testProcessProducerFieldEvent" />
+               <exclude name="testProcessProducerMethodEvent" />
+            </methods>
+         </class>
+         <class name="org.jboss.jsr299.tck.tests.extensions.processBean.ProcessSessionBeanTest">
+            <methods>
+               <exclude name="testProcessSessionBeanEvent" />   
+            </methods>
+         </class>
          
          <!-- CDITCK-169 -->
          <class name="org.jboss.jsr299.tck.tests.implementation.simple.resource.persistenceContext.PersistenceContextInjectionTest">
@@ -53,8 +66,6 @@
             </methods>
          </class>
 
-
-
          <!-- Issues in Weld (the RI) -->
 
          <!-- WELD-401 -->
@@ -74,23 +85,15 @@
          </class>
          
          <!-- Requires EJB 3.1 -->
+         <!-- TODO Check these -->
          
+         <!-- JBAS-8306 -->
          <class name="org.jboss.jsr299.tck.tests.context.request.ejb.EJBRequestContextTest">
             <methods>
                <exclude name="testRequestScopeActiveDuringCallToEjbTimeoutMethod" />
                <exclude name="testRequestScopeDestroyedAfterCallToEjbTimeoutMethod" />
             </methods>
          </class>
-         <class name="org.jboss.jsr299.tck.tests.implementation.enterprise.broken.singletonWithRequestScope.SingletonWithRequestScopeTest">
-            <methods>
-               <exclude name="testSingletonWithRequestScopeFails" />
-            </methods>
-         </class>
-         <class name="org.jboss.jsr299.tck.tests.implementation.enterprise.broken.singletonWithSessionScope.SingletonWithSessionScopeTest">
-            <methods>
-               <exclude name="testSingletonWithSessionScopeFails" />
-            </methods>
-         </class>
          <class name="org.jboss.jsr299.tck.tests.implementation.enterprise.definition.EnterpriseBeanDefinitionTest">
             <methods>
                <exclude name="testEnterpriseBeanClassLocalView" />
@@ -119,7 +122,7 @@
          <!-- JBAS-7046 -->
          <class name="org.jboss.jsr299.tck.tests.lookup.injection.enterprise.SessionBeanInjectionTest">
             <methods>
-               <exclude name="" />
+               <exclude name="testInjectionOnEJBInterceptor" />
             </methods>
          </class>
          <!-- JBAS-7046 -->
@@ -151,23 +154,7 @@
                <exclude name="testInjectionIntoTagHandler" />
             </methods>
          </class>
-         <!-- WELDINT-19 -->
-         <class name="org.jboss.jsr299.tck.tests.lookup.manager.jndi.ManagerTest">
-            <methods>
-               <exclude name="testManagerLookupInJndi" />
-            </methods>
-         </class>
          
-         <!-- JBAS-7676 -->
-         <class name="org.jboss.jsr299.tck.tests.definition.qualifier.enterprise.EnterpriseQualifierDefinitionTest">
-            <methods>
-               <exclude name="testQualifierDeclaredInheritedIsInherited" />
-               <exclude name="testQualifierNotDeclaredInheritedIsNotInherited" />
-               <exclude name="testQualifierDeclaredInheritedIsIndirectlyInherited" />
-               <exclude name="testQualifierNotDeclaredInheritedIsNotIndirectlyInherited" />
-            </methods>
-         </class>
-         
          <!-- WELDINT-37 -->
          <class name="org.jboss.jsr299.tck.tests.event.observer.transactional.TransactionalObserversTest">
             <methods>



More information about the weld-commits mailing list