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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Jul 29 18:21:09 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-07-29 18:21:09 -0400 (Thu, 29 Jul 2010)
New Revision: 6859

Modified:
   core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml
Log:
exclude known bad tck tests

Modified: core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml
===================================================================
--- core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml	2010-07-29 21:29:36 UTC (rev 6858)
+++ core/trunk/jboss-tck-runner/src/test/resources/tck-tests.xml	2010-07-29 22:21:09 UTC (rev 6859)
@@ -17,22 +17,44 @@
       
          <!-- Issues in the TCK -->
          
-         <!-- CDITCK-162 -->
-         <class name="org.jboss.jsr299.tck.tests.implementation.simple.resource.resource.InjectionOfResourceTest">
+         <!-- CDITCK-169 -->
+         <class name="org.jboss.jsr299.tck.tests.implementation.simple.resource.persistenceContext.PersistenceContextInjectionTest">
             <methods>
-               <exclude name="testInjectionOfResource" />
-               <exclude name="testProduceResourceProxy" />
+               <exclude name="testInjectionOfPersistenceContext" />
+               <exclude name="testPassivationOfPersistenceContext" />
             </methods>
          </class>
          
-         <!-- CDITCK-163 -->
-         <class name="org.jboss.jsr299.tck.tests.context.session.SessionContextTest">
+         <!-- CDITCK-170 -->
+         <class name="org.jboss.jsr299.tck.tests.event.observer.transactional.TransactionalObserversTest">
             <methods>
-               <exclude name="testSessionContextDestroyedWhenHttpSessionInvalidated" />
-               <exclude name="testSessionContextDestroyedWhenHttpSessionTimesOut" />
+               <exclude name="testObserverCanSetRollbackOnlyOnTransaction" />
             </methods>
          </class>
-         
+
+         <!-- CDITCK-171 -->
+         <class name="org.jboss.jsr299.tck.tests.implementation.simple.definition.SimpleBeanDefinitionTest">
+            <methods>
+               <exclude name="testAbstractClassDeclaredInJavaNotDiscovered" />
+               <exclude name="testDependentScopedBeanCanHavePublicField" />
+               <exclude name="testInitializerAnnotatedConstructor" />
+               <exclude name="testInitializerAnnotatedConstructorUsedOverEmptyConstuctor" />
+               <exclude name="testInterfaceNotDiscoveredAsSimpleBean" />
+               <exclude name="testNonStaticInnerClassDeclaredInJavaNotDiscovered" />
+               <exclude name="testSimpleBeanOnlyIfConstructorIsInitializer" />
+               <exclude name="testSimpleBeanOnlyIfConstructorParameterless" />
+               <exclude name="testStaticInnerClassDeclaredInJavaAllowed" />
+               <exclude name="testEmptyConstructorUsed" />
+            </methods>
+         </class>
+         <class name="org.jboss.jsr299.tck.tests.implementation.simple.definition.EnterpriseBeanNotDiscoveredAsManagedBeanTest">
+            <methods>
+               <exclude name="testClassesImplementingEnterpriseBeanInterfaceNotDiscoveredAsSimpleBean" />
+            </methods>
+         </class>
+
+
+
          <!-- Issues in Weld (the RI) -->
 
          <!-- WELD-401 -->



More information about the weld-commits mailing list