You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2010/03/21 01:46:33 UTC

svn commit: r925708 - /openwebbeans/trunk/webbeans-tck/standalone-suite.xml

Author: gerdogdu
Date: Sun Mar 21 00:46:33 2010
New Revision: 925708

URL: http://svn.apache.org/viewvc?rev=925708&view=rev
Log:
Add standalone TCK suite xml file

Added:
    openwebbeans/trunk/webbeans-tck/standalone-suite.xml   (with props)

Added: openwebbeans/trunk/webbeans-tck/standalone-suite.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tck/standalone-suite.xml?rev=925708&view=auto
==============================================================================
--- openwebbeans/trunk/webbeans-tck/standalone-suite.xml (added)
+++ openwebbeans/trunk/webbeans-tck/standalone-suite.xml Sun Mar 21 00:46:33 2010
@@ -0,0 +1,131 @@
+<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
+<!--
+	
+	Licensed to the Apache Software Foundation (ASF) under one or more
+	contributor license agreements. See the NOTICE file distributed with
+	this work for additional information regarding copyright ownership.
+	The ASF licenses this file to You under the Apache License, Version
+	2.0 (the "License"); you may not use this file except in compliance
+	with the License. You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+	applicable law or agreed to in writing, software distributed under the
+	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+	CONDITIONS OF ANY KIND, either express or implied. See the License for
+	the specific language governing permissions and limitations under the
+	License.
+-->
+<suite name="JSR-299 TCK" verbose="2"  >
+   <test name="JSR-299 TCK">
+      <method-selectors> 
+        
+         <method-selector>
+            <selector-class name="org.jboss.testharness.impl.testng.DisableIntegrationTestsMethodSelector" />
+         </method-selector>
+				
+         <method-selector>
+            <selector-class name="org.jboss.testharness.impl.testng.ExcludeIncontainerUnderInvestigationMethodSelector" />
+         </method-selector>
+      </method-selectors>
+      
+      <groups>
+         <run>
+            <exclude name="ri-broken" />
+            <exclude name="jboss-as-broken" />
+            <exclude name="broken" />
+            <exclude name="integration"></exclude>
+         </run>
+      </groups>
+      
+     <classes>
+     	
+     	<!-- Not necessary test some EJBs in standalone mode!!! -->
+     	<class name="org.jboss.jsr299.tck.tests.implementation.enterprise.definition.EnterpriseBeanDefinitionTest">
+     		<methods>
+     			<exclude name="testConstructorAnnotatedInjectCalled"></exclude>
+     		</methods>
+     	</class>
+     	<!-- Not necessary test some EJBs in standalone mode!!! -->
+     	<class name="org.jboss.jsr299.tck.tests.implementation.enterprise.broken.singletonWithRequestScope.SingletonWithRequestScopeTest">
+     		<methods>
+     			<exclude name="testSingletonWithRequestScopeFails"></exclude>
+     		</methods>
+     	</class>
+     	<!-- Not necessary test some EJBs in standalone mode!!! -->
+     	<class name="org.jboss.jsr299.tck.tests.implementation.enterprise.broken.singletonWithSessionScope.SingletonWithSessionScopeTest">
+     		<methods>
+     			<exclude name="testSingletonWithSessionScopeFails"></exclude>
+     		</methods>
+     	</class>
+     	<!-- Not necessary test some EJBs in standalone mode!!! -->
+     	<class name="org.jboss.jsr299.tck.tests.implementation.enterprise.broken.singletonWithConversationScope.SingletonWithConversationScopeTest">
+     		<methods>
+     			<exclude name="testSingletonWithConversationScopeFails"></exclude>
+     		</methods>
+     	</class>
+     	
+     	<!-- ERROR IN CDI-TCK-134 -->
+     	<class name="org.jboss.jsr299.tck.tests.context.passivating.broken.decoratorWithNonPassivatingBeanConstructor.DecoratorWithNonPassivatingBeanConstructorTest">
+     		<methods>
+     			<exclude name="testPassivationCapableBeanWithNonPassivatingDecoratorBeanConstructorFails"></exclude>
+     		</methods>
+     	</class>     	
+     	
+     	<!-- ERROR IN CDI-TCK-134 -->
+     	<class name="org.jboss.jsr299.tck.tests.context.passivating.broken.decoratorWithNonPassivatingInitializerMethod.DecoratorWithNonPassivatingInitializerMethodTest">
+     		<methods>
+     			<exclude name="testPassivationCapableBeanWithNonPassivatingInitializerInDecoratorFails"></exclude>
+     		</methods>
+     	</class>     	
+
+     	<!-- ERROR IN CDI-TCK-134 -->
+     	<class name="org.jboss.jsr299.tck.tests.context.passivating.broken.decoratorWithNonPassivatingInjectedField.DecoratorWithNonPassivatingInjectedFieldTest">
+     		<methods>
+     			<exclude name="testPassivationCapableBeanWithNonPassivatingDecoratorInjectedFieldFails"></exclude>
+     		</methods>
+     	</class>     	
+     	
+     	<!-- ERROR IN CDI-TCK-137 -->
+     	<class name="org.jboss.jsr299.tck.tests.decorators.invocation.DecoratorInvocationTest">
+     		<methods>
+     			<exclude name="testChainedDecoratorInvocation"></exclude>
+     		</methods>
+     	</class>     	
+
+     	<!-- ERROR IN CDI-TCK-121 -->
+     	<class name="org.jboss.jsr299.tck.tests.extensions.beanManager.BeanManagerTest">
+     		<methods>
+     			<exclude name="testGetPassivationCapableBeanById"></exclude>
+     		</methods>
+     	</class>     
+     	
+     	<!-- ERROR IN CDITCK-138 -->
+     	<class name="org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectionPointTest">
+     		<methods>
+     			<exclude name="testIsDelegate"></exclude>
+     		</methods>
+     	</class>     
+
+     	<!-- ERROR IN CDITCK-139 -->
+     	<class name="org.jboss.jsr299.tck.tests.decorators.resolution.DecoratorResolutionTest">
+     		<methods>
+     			<exclude name="testDelegateTypeVariableBeanTypeVariable"></exclude>
+     		</methods>
+     	</class>     
+
+     	<!-- TODO EL-RESOLVER PROBLEM -->
+     	<class name="org.jboss.jsr299.tck.tests.context.dependent.DependentContextTest">
+     		<methods>
+     			<exclude name="testDependentsDestroyedWhenElEvaluationCompletes"></exclude>
+     		</methods>
+     	</class>     
+     		
+     	     	
+     </classes>
+     
+      <packages>         
+         <package name="org.jboss.jsr299.tck.tests.*"></package>
+      </packages>
+   </test>
+   
+</suite>

Propchange: openwebbeans/trunk/webbeans-tck/standalone-suite.xml
------------------------------------------------------------------------------
    svn:eol-style = native