You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by st...@apache.org on 2018/02/15 16:45:31 UTC

[2/2] tomee git commit: exclude EAR tests

exclude EAR tests

since we only certify against web-profile anyway (no EARs)


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/e846d32d
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/e846d32d
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/e846d32d

Branch: refs/heads/fb_tomee8
Commit: e846d32d4fa04dccc8db27e1bea9c7ed46ed93dd
Parents: 8606ab5
Author: Mark Struberg <st...@apache.org>
Authored: Thu Feb 15 17:44:50 2018 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Thu Feb 15 17:44:50 2018 +0100

----------------------------------------------------------------------
 tck/cdi-tomee/src/test/resources/passing.xml | 27 +++++++++++++++++++++++
 1 file changed, 27 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/e846d32d/tck/cdi-tomee/src/test/resources/passing.xml
----------------------------------------------------------------------
diff --git a/tck/cdi-tomee/src/test/resources/passing.xml b/tck/cdi-tomee/src/test/resources/passing.xml
index 757c051..1851e62 100644
--- a/tck/cdi-tomee/src/test/resources/passing.xml
+++ b/tck/cdi-tomee/src/test/resources/passing.xml
@@ -203,6 +203,11 @@
                     <exclude name="testSameBindingTypesToResolveInterceptorsFails"/>
                 </methods>
             </class>
+            <class name="org.jboss.cdi.tck.tests.extensions.bean.bytype.BeanByTypeTest">
+                <methods>
+                    <exclude name="testSameBindingTwice"/>
+                </methods>
+            </class>
 
 
             <!-- CDITCK-462 javax.enterprise.context.conversation.id is not el compliant -->
@@ -312,6 +317,16 @@
             </class>
 
 
+            <!-- OWB provides a bit more for @New than CDI requires
+               https://issues.jboss.org/browse/CDITCK-581
+            -->
+            <class name="org.jboss.cdi.tck.tests.lookup.dynamic.DynamicLookupTest">
+                <methods>
+                    <exclude name="testNewBeanNotEnabledWithouInjectionPoint"/>
+                </methods>
+            </class>
+
+
             <!-- ears so not in web profile, Note: can be switch on if passing but dont let them block the build -->
             <class name="org.jboss.cdi.tck.tests.lookup.dependency.resolution.broken.ambiguous.ear.MultiModuleSessionBeanAmbiguousDependencyTest"><methods><exclude name=".*" /></methods></class>
             <class name="org.jboss.cdi.tck.tests.lookup.modules.interceptors.InterceptorModularityTest"><methods><exclude name=".*" /></methods></class>
@@ -368,6 +383,18 @@
             </class>
 -->
 
+            <!-- EAR modules. We don't test them for now, but finally should -->
+            <class name="org.jboss.cdi.tck.tests.deployment.packaging.ear.MultiWebModuleWithExtensionTest">
+                <methods><exclude name=".*" /></methods>
+            </class>
+            <class name="org.jboss.cdi.tck.tests.deployment.packaging.rar.ResourceAdapterArchiveTest">
+                <methods><exclude name=".*" /></methods>
+            </class>
+            <class name="org.jboss.cdi.tck.tests.lookup.modules.InterModuleELResolutionTest">
+                <methods><exclude name=".*" /></methods>
+            </class>
+
+
 
         </classes>