Repository: tomee Updated Branches: refs/heads/tomee-1.7.x 1eeaaf7a3 -> f4a5253a1
check why some tests are broken and add corresponding CDITCK ticket Those tests are broken and TCK tickets have been raised for them. Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/f4a5253a Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/f4a5253a Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/f4a5253a Branch: refs/heads/tomee-1.7.x Commit: f4a5253a15a16c00e82f5c24792c07e63646392b Parents: 1eeaaf7 Author: Mark Struberg <[email protected]> Authored: Tue Nov 25 23:27:06 2014 +0100 Committer: Mark Struberg <[email protected]> Committed: Tue Nov 25 23:27:06 2014 +0100 ---------------------------------------------------------------------- tck/cdi-embedded/src/test/resources/passing.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/f4a5253a/tck/cdi-embedded/src/test/resources/passing.xml ---------------------------------------------------------------------- diff --git a/tck/cdi-embedded/src/test/resources/passing.xml b/tck/cdi-embedded/src/test/resources/passing.xml index 842079b..b4b99d4 100644 --- a/tck/cdi-embedded/src/test/resources/passing.xml +++ b/tck/cdi-embedded/src/test/resources/passing.xml @@ -32,6 +32,21 @@ <exclude name="testBuiltInContexts"/> </methods> </class> + + <!-- ERROR in TCK, see CDITCK-265 --> + <class name="org.jboss.jsr299.tck.tests.implementation.producer.field.lifecycle.ProducerFieldLifecycleTest"> + <methods> + <exclude name=".*"></exclude> + </methods> + </class> + + <!-- ERROR in TCK, see CDITCK-458 --> + <class name="org.jboss.jsr299.tck.tests.extensions.processBean.ProcessBeanTest"> + <methods> + <exclude name=".*"></exclude> + </methods> + </class> + <class name="org.jboss.jsr299.tck.tests.context.DestroyForSameCreationalContext2Test"> <methods> <exclude name="testDestroyForSameCreationalContextOnly"/>
