You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2015/03/04 09:00:58 UTC

svn commit: r1663878 - in /openwebbeans/trunk/webbeans-tck: pom.xml standalone-suite.xml

Author: struberg
Date: Wed Mar  4 08:00:58 2015
New Revision: 1663878

URL: http://svn.apache.org/r1663878
Log:
upgrade to latest CDI-1.2 TCK and exclude lots of broken new tests...

Modified:
    openwebbeans/trunk/webbeans-tck/pom.xml
    openwebbeans/trunk/webbeans-tck/standalone-suite.xml

Modified: openwebbeans/trunk/webbeans-tck/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tck/pom.xml?rev=1663878&r1=1663877&r2=1663878&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/pom.xml (original)
+++ openwebbeans/trunk/webbeans-tck/pom.xml Wed Mar  4 08:00:58 2015
@@ -124,8 +124,11 @@
     <profiles>
         <profile>
             <id>tck</id>
-            <dependencies>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
 
+            <dependencies>
                 <dependency>
                     <groupId>org.apache.openwebbeans</groupId>
                     <artifactId>openwebbeans-porting</artifactId>

Modified: openwebbeans/trunk/webbeans-tck/standalone-suite.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tck/standalone-suite.xml?rev=1663878&r1=1663877&r2=1663878&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tck/standalone-suite.xml (original)
+++ openwebbeans/trunk/webbeans-tck/standalone-suite.xml Wed Mar  4 08:00:58 2015
@@ -134,6 +134,44 @@
                 </methods>
             </class>
 
+            <!-- CDITCK-466 -->
+            <class name="org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.broken.passivatingScope.AddingPassivatingScopeTest">
+                <methods>
+                    <exclude name=".*"/>
+                </methods>
+            </class>
+
+            <!-- CDITCK-467 -->
+            <class name="org.jboss.cdi.tck.tests.event.fires.FireEventTest">
+                <methods>
+                    <exclude name="testDuplicateBindingsToFireEventFails"/>
+                </methods>
+            </class>
+            <class name="org.jboss.cdi.tck.tests.event.select.SelectEventTest">
+                <methods>
+                    <exclude name=".*DuplicateBindingType"/>
+                </methods>
+            </class>
+            <class name="org.jboss.cdi.tck.tests.event.resolve.binding.DuplicateBindingTypesWhenResolvingTest">
+                <methods>
+                    <exclude name=".*"/>
+                </methods>
+            </class>
+            <class name="org.jboss.cdi.tck.tests.lookup.dynamic.DynamicLookupTest">
+                <methods>
+                    <exclude name="testDuplicateBindingsThrowsException"/>
+                </methods>
+            </class>
+            <class name="org.jboss.cdi.tck.tests.extensions.bean.bytype.BeanByTypeTest">
+                <methods>
+                    <exclude name="testSameBindingTwice"/>
+                </methods>
+            </class>
+            <class name="org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest">
+                <methods>
+                    <exclude name="testSameBindingTypesToResolveInterceptorsFails"/>
+                </methods>
+            </class>
         </classes>