Skip to content

Commit

Permalink
ArC: add links to TCK challenges to some test exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed May 19, 2023
1 parent 986ac03 commit 44f5936
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@
<classes>
<class name="org.jboss.cdi.tck.tests.implementation.simple.lifecycle.SimpleBeanLifecycleTest">
<methods>
<!-- https://github.com/jakartaee/cdi-tck/pull/452 -->
<exclude name="testBeanCreateInjectsDependenciesAndInvokesInitializerToInstantiateInstance"/>
</methods>
</class>
<!-- must be excluded due to a TCK bug that shall be fixed in CDI TCK 4.0.10 -->
<class name="org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.LifecycleCallbackInterceptorTest">
<methods>
<!-- https://github.com/jakartaee/cdi-tck/issues/448 -->
<exclude name="testPostConstructInterceptor"/>
<exclude name="testProtectedLifecycleInterceptorMethod"/>
<exclude name="testLifeCycleCallbackInterceptorNotInvokedForMethodLevelInterceptor"/>
Expand All @@ -46,6 +47,7 @@
</class>
<class name="org.jboss.cdi.tck.tests.context.DestroyForSameCreationalContextTest">
<methods>
<!-- https://github.com/jakartaee/cdi-tck/pull/452 -->
<exclude name="testDestroyForSameCreationalContextOnly"/>
</methods>
</class>
Expand Down Expand Up @@ -106,13 +108,15 @@
</class>
<class name="org.jboss.cdi.tck.tests.context.dependent.DependentContextTest">
<methods>
<!-- https://github.com/jakartaee/cdi-tck/pull/452 -->
<exclude name="testContextIsActiveDuringInjection"/>
<!-- https://github.com/jakartaee/cdi-tck/issues/454 -->
<exclude name="testDependentScopedInterceptorsAreDependentObjectsOfBean"/>
</methods>
</class>
<class name="org.jboss.cdi.tck.tests.context.GetFromContextualTest">
<methods>
<!-- https://github.com/jakartaee/cdi-tck/pull/452 -->
<exclude name="testGetMayNotCreateNewInstanceUnlessCreationalContextGiven"/>
</methods>
</class>
Expand Down

0 comments on commit 44f5936

Please sign in to comment.