You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2023/01/25 17:26:18 UTC

[openwebbeans] 02/02: OWB-1417 disable tests with BuildCompatibleExtension

This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git

commit 7ef08042bca23435fc504b15d709dfb9da71e26e
Author: Mark Struberg <st...@apache.org>
AuthorDate: Wed Jan 25 18:25:46 2023 +0100

    OWB-1417 disable tests with BuildCompatibleExtension
---
 webbeans-tck/standalone-suite.xml | 13 ++++++++++++-
 webbeans-tck/testng-dev.xml       |  4 ++--
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/webbeans-tck/standalone-suite.xml b/webbeans-tck/standalone-suite.xml
index 58253720b..ecb30c2b0 100644
--- a/webbeans-tck/standalone-suite.xml
+++ b/webbeans-tck/standalone-suite.xml
@@ -47,6 +47,7 @@
 
                 <!--X TODO OWB-1182 CDI 2.0 exlcuded for now - current focus on ee -->
                 <exclude name="org.jboss.cdi.tck.tests.se.*" />
+                <exclude name="org.jboss.cdi.tck.tests.build.compatible.*"></exclude>
             </package>
 
             <package name="org.jboss.cdi.tck.interceptors.tests.*"/>
@@ -55,7 +56,17 @@
 
 
         <classes>
-
+            <!-- Tests which do require a BuildCompatibleExtension and thus do not run with OWB-4.0 yet -->
+            <class name="org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBeanWithLookup.SyntheticBeanWithLookupTest"><methods><exclude name=".*"/></methods></class>
+            <class name="org.jboss.cdi.tck.tests.build.compatible.extensions.changeBeanQualifier.ChangeBeanQualifierTest"><methods><exclude name=".*"/></methods></class>
+            <class name="org.jboss.cdi.tck.tests.build.compatible.extensions.changeInjectionPoint.ChangeInjectionPointTest"><methods><exclude name=".*"/></methods></class>
+            <class name="org.jboss.cdi.tck.tests.build.compatible.extensions.changeObserverQualifier.ChangeObserverQualifierTest"><methods><exclude name=".*"/></methods></class>
+            <class name="org.jboss.cdi.tck.tests.build.compatible.extensions.customQualifier.CustomQualifierTest"><methods><exclude name=".*"/></methods></class>
+            <class name="org.jboss.cdi.tck.tests.build.compatible.extensions.customStereotype.CustomStereotypeTest"><methods><exclude name=".*"/></methods></class>
+            <class name="org.jboss.cdi.tck.tests.build.compatible.extensions.invalid.EnhancementMultipleParamsTest"><methods><exclude name=".*"/></methods></class>
+
+            
+            
             <!-- Tests broken in the CDI-2.0 TCK: -->
 
             <!-- https://issues.jboss.org/projects/CDITCK/issues/CDITCK-576 -->
diff --git a/webbeans-tck/testng-dev.xml b/webbeans-tck/testng-dev.xml
index 67ebf00dd..60a2bde40 100644
--- a/webbeans-tck/testng-dev.xml
+++ b/webbeans-tck/testng-dev.xml
@@ -18,9 +18,9 @@
 <suite name="JSR-346-TCK" verbose="2" configfailurepolicy="continue">
   <test name="JSR-346 TCK">
     <classes>
-          <class name="org.jboss.cdi.tck.interceptors.tests.contract.invocationContext.InvocationContextTest" >
+          <class name="org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBeanWithLookup.SyntheticBeanWithLookupTest" >
             <methods>
-              <include name="testBusinessMethodNotCalledWithoutProceedInvocation"/>
+              <include name=".*"/>
             </methods>
           </class>