jakartaee / cdi

CDI specification
Apache License 2.0
208 stars 78 forks source link

Add the TCK challenge template #828

Closed Emily-Jiang closed 2 weeks ago

Ladicek commented 2 weeks ago

This should be in https://github.com/jakartaee/cdi-tck IMHO.

manovotn commented 2 weeks ago

This should be in https://github.com/jakartaee/cdi-tck IMHO.

I agree. Besides, CDI TCKs actually already have a file capturing that - https://github.com/jakartaee/cdi-tck/blob/master/impl/src/main/resources/tck-tests.xml Implementations are supposed to use that file (with testng) to skip any tests that are assumed to be under a valid challenge.

Emily-Jiang commented 2 weeks ago

okay, good point. Let me move over there.