Author: mbo
Date: Thu Jun 2 14:09:33 2005
New Revision: 179658
URL: http://svn.apache.org/viewcvs?rev=179658&view=rev
Log:
Added new configuration file exclude.lis listing TCK test classes to be excluded from runtck;
removed corresponding classes from alltests.list
Added:
incubator/jdo/trunk/tck20/test/conf/exclude.list
Modified:
incubator/jdo/trunk/tck20/test/conf/alltests.list
Modified: incubator/jdo/trunk/tck20/test/conf/alltests.list
URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck20/test/conf/alltests.list?rev=179658&r1=179657&r2=179658&view=diff
==============================================================================
--- incubator/jdo/trunk/tck20/test/conf/alltests.list (original)
+++ incubator/jdo/trunk/tck20/test/conf/alltests.list Thu Jun 2 14:09:33 2005
@@ -158,8 +158,6 @@
org.apache.jdo.tck.api.persistencemanagerfactory.SetOptimistic \
org.apache.jdo.tck.api.persistencemanagerfactory.SetRetainValues \
org.apache.jdo.tck.api.persistencemanagerfactory.SupportedOptions \
-org.apache.jdo.tck.enhancement.FieldAccessModified \
-org.apache.jdo.tck.enhancement.ImplementsPersistenceCapable \
org.apache.jdo.tck.extents.CloseAll \
org.apache.jdo.tck.extents.CloseOfExtentIteratorIsIteratorSpecific \
org.apache.jdo.tck.extents.GetCandidateClass \
@@ -342,4 +340,3 @@
org.apache.jdo.tck.transactions.SetRetainValuesTrueWhenNotSupported \
org.apache.jdo.tck.transactions.SetSynchronization \
org.apache.jdo.tck.transactions.SetSynchronizationToNull
-# HANGS org.apache.jdo.tck.lifecycle.PMsCanSharePCClassesButNotPCInstances \
Added: incubator/jdo/trunk/tck20/test/conf/exclude.list
URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck20/test/conf/exclude.list?rev=179658&view=auto
==============================================================================
--- incubator/jdo/trunk/tck20/test/conf/exclude.list (added)
+++ incubator/jdo/trunk/tck20/test/conf/exclude.list Thu Jun 2 14:09:33 2005
@@ -0,0 +1,4 @@
+jdo.tck.exclude = \
+org.apache.jdo.tck.enhancement.FieldAccessModified \
+org.apache.jdo.tck.enhancement.ImplementsPersistenceCapable \
+org.apache.jdo.tck.lifecycle.PMsCanSharePCClassesButNotPCInstances
|