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/14 19:59:28 UTC

[1/3] tomee git commit: exclude broken test due to CDITCK-609

Repository: tomee
Updated Branches:
  refs/heads/fb_tomee8 c1a80b530 -> ab79b2d2d


exclude broken test due to CDITCK-609


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

Branch: refs/heads/fb_tomee8
Commit: dd178ed78ec44479dd1b4825b2ee050b6ba1dd0f
Parents: c1a80b5
Author: Mark Struberg <st...@apache.org>
Authored: Wed Feb 14 16:01:32 2018 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Wed Feb 14 16:01:32 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/dd178ed7/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 85a3b9b..bee2ba7 100644
--- a/tck/cdi-tomee/src/test/resources/passing.xml
+++ b/tck/cdi-tomee/src/test/resources/passing.xml
@@ -231,6 +231,11 @@
                 <methods><exclude name=".*"/></methods>
             </class>
 
+            <!-- https://issues.jboss.org/browse/CDITCK-609 -->
+            <class name="org.jboss.cdi.tck.tests.event.observer.priority.contextLifecycleEvent.ApplicationContextLifecycleEventObserverOrderingTest">
+                <methods><exclude name=".*"/></methods>
+            </class>
+
             <!-- https://issues.jboss.org/browse/CDI-722 -->
             <class name="org.jboss.cdi.tck.tests.event.observer.context.enterprise.staticMethod.SessionBeanStaticObserverMethodInvocationContextTest">
                 <methods><exclude name=".*"/></methods>


[3/3] tomee git commit: add one more validated TCK failure

Posted by st...@apache.org.
add one more validated TCK failure


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

Branch: refs/heads/fb_tomee8
Commit: ab79b2d2d52ea37f8d8f1c9d5085fc4e0a6a5f95
Parents: 5653f6f
Author: Mark Struberg <st...@apache.org>
Authored: Wed Feb 14 20:59:01 2018 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Wed Feb 14 20:59:01 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/ab79b2d2/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 8e9351e..2a02f10 100644
--- a/tck/cdi-tomee/src/test/resources/passing.xml
+++ b/tck/cdi-tomee/src/test/resources/passing.xml
@@ -252,6 +252,12 @@
                 <methods><exclude name=".*"/></methods>
             </class>
 
+            <!-- CDITCK-608 -->
+            <class name="org.jboss.cdi.tck.tests.context.session.event.SessionScopeEventTest">
+                <methods><exclude name=".*"/></methods>
+            </class>
+
+
 
             <!-- CDI-312 ambiguous BDA definition (EE-module vs JAR) -->
             <class name="org.jboss.cdi.tck.tests.interceptors.ordering.global.GlobalInterceptorOrderingTest">


[2/3] tomee git commit: add one more DuplicateBinding test due to CDI-514

Posted by st...@apache.org.
add one more DuplicateBinding test due to CDI-514


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

Branch: refs/heads/fb_tomee8
Commit: 5653f6f5e1233ec979784780fd33f869b85c8d43
Parents: dd178ed
Author: Mark Struberg <st...@apache.org>
Authored: Wed Feb 14 17:16:37 2018 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Wed Feb 14 17:16:37 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/5653f6f5/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 bee2ba7..8e9351e 100644
--- a/tck/cdi-tomee/src/test/resources/passing.xml
+++ b/tck/cdi-tomee/src/test/resources/passing.xml
@@ -193,6 +193,11 @@
                     <exclude name=".*DuplicateBindingType"/>
                 </methods>
             </class>
+            <class name="org.jboss.cdi.tck.tests.event.resolve.binding.DuplicateBindingTypesWhenResolvingTest">
+                <methods>
+                    <exclude name=".*"/>
+                </methods>
+            </class>
 
 
             <!-- CDITCK-462 javax.enterprise.context.conversation.id is not el compliant -->