You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2008/01/25 05:37:44 UTC

svn commit: r615105 - in /harmony/enhanced/buildtest/branches/2.0: adaptors/gut/ adaptors/snapshot/ tests/gut/

Author: smishura
Date: Thu Jan 24 20:37:43 2008
New Revision: 615105

URL: http://svn.apache.org/viewvc?rev=615105&view=rev
Log:
Apply patch from HARMONY-5224:
[buildtest][gut] Geronimo Unit Tests update to v2.0.2

Modified:
    harmony/enhanced/buildtest/branches/2.0/adaptors/gut/adaptor.xml
    harmony/enhanced/buildtest/branches/2.0/adaptors/gut/parameters.xml
    harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml
    harmony/enhanced/buildtest/branches/2.0/tests/gut/alltests.list
    harmony/enhanced/buildtest/branches/2.0/tests/gut/build.xml
    harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.linux.x86
    harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.linux.x86_64
    harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.windows.x86
    harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.windows.x86_64
    harmony/enhanced/buildtest/branches/2.0/tests/gut/gut.properties

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/gut/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/gut/adaptor.xml?rev=615105&r1=615104&r2=615105&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/gut/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/gut/adaptor.xml Thu Jan 24 20:37:43 2008
@@ -46,8 +46,8 @@
             <sysproperty key="maven.location"    value="${gut.parameters.optional.maven.location}"/>
             <sysproperty key="maven.version"     value="${gut.parameters.optional.maven.version}"/>
             <sysproperty key="maven.filename"    value="${gut.parameters.optional.maven.filename}"/>
-            <sysproperty key="work.dir"          value="${checkouts.dir}/${suite.name}"/>
-            <sysproperty key="maven.dir"         value="${checkouts.dir}/${suite.name}"/>
+            <sysproperty key="work.dir"          value="${test.sources.dir}/${suite.name}"/>
+            <sysproperty key="maven.dir"         value="${test.sources.dir}/${suite.name}"/>
             <sysproperty key="result.dir"        value="${results.dir}/${suite.name}"/>
             <sysproperty key="test.jre.home"     value="${gut.parameters.required.tested.runtime}"/>
         </exec-ant>
@@ -70,8 +70,8 @@
             <sysproperty key="maven.location"    value="${gut.parameters.optional.maven.location}"/>
             <sysproperty key="maven.version"     value="${gut.parameters.optional.maven.version}"/>
             <sysproperty key="maven.filename"    value="${gut.parameters.optional.maven.filename}"/>
-            <sysproperty key="work.dir"          value="${checkouts.dir}/${suite.name}"/>
-            <sysproperty key="maven.dir"         value="${checkouts.dir}/${suite.name}"/>
+            <sysproperty key="work.dir"          value="${test.sources.dir}/${suite.name}"/>
+            <sysproperty key="maven.dir"         value="${test.sources.dir}/${suite.name}"/>
             <sysproperty key="result.dir"        value="${results.dir}/${suite.name}"/>
             <sysproperty key="vm.options"        value="${gut.parameters.optional.tested.vm.options}"/>
             <sysproperty key="test.jre.home"     value="${gut.parameters.required.tested.runtime}"/>
@@ -87,4 +87,3 @@
     </target>
 
 </project>
-

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/gut/parameters.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/gut/parameters.xml?rev=615105&r1=615104&r2=615105&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/gut/parameters.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/gut/parameters.xml Thu Jan 24 20:37:43 2008
@@ -32,13 +32,13 @@
             value=""/>
         <geronimo.location
             description="URL to fetch Apache Geronimo sources"
-            value="http://apache.org/dist/geronimo/1.2-beta/"/>
+            value="http://apache.org/dist/geronimo/2.0.2/"/>
         <geronimo.filename
             description="Apache Geronimo sources archive name"
-            value="geronimo-1.2-beta-src.tar.gz"/>
+            value="geronimo-2.0.2-src.tar.gz"/>
         <geronimo.version
             description="Apache Geronimo version to use"
-            value="1.2-beta"/>
+            value="2.0.2"/>
         <maven.location
             description="URL to fetch Apache Maven binaries"
             value="http://apache.rmplc.co.uk/maven/binaries"/>

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml?rev=615105&r1=615104&r2=615105&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml Thu Jan 24 20:37:43 2008
@@ -353,7 +353,7 @@
     <target name="publish-gut">
         <mkdir dir="${snapshot.results.dir}/gut" />
         <junitreport todir="${checkouts.dir}/gut/logs">
-            <fileset dir="${checkouts.dir}/gut/geronimo-1.2-beta"
+            <fileset dir="${checkouts.dir}/gut/geronimo-2.0.2"
                      includes="**/surefire-reports/TEST*-*.xml" />
             <report format="frames" todir="${snapshot.results.dir}/gut" />
         </junitreport>

Modified: harmony/enhanced/buildtest/branches/2.0/tests/gut/alltests.list
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/gut/alltests.list?rev=615105&r1=615104&r2=615105&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/gut/alltests.list (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/gut/alltests.list Thu Jan 24 20:37:43 2008
@@ -1 +1 @@
-org/apache/activemq/gbean/ConnectorTest org/apache/geronimo/activation/handlers/TextHtmlTest org/apache/geronimo/activation/handlers/TextPlainTest org/apache/geronimo/activation/handlers/TextXmlTest org/apache/geronimo/axis/AxisWebServiceContainerTest org/apache/geronimo/axis/builder/ServiceReferenceTest org/apache/geronimo/axis/builder/WSDLMapTest org/apache/geronimo/client/builder/PlanParsingTest org/apache/geronimo/client/builder/SchemaConversionTest org/apache/geronimo/common/DeploymentExceptionTest org/apache/geronimo/common/GeronimoEnvironmentTest org/apache/geronimo/common/propertyeditor/ArrayListEditorTest org/apache/geronimo/common/propertyeditor/ArrayPropertyEditorAdapterTest org/apache/geronimo/common/propertyeditor/CollectionEditorTest org/apache/geronimo/common/propertyeditor/HashSetEditorTest org/apache/geronimo/common/propertyeditor/LinkedListEditorTest org/apache/geronimo/common/propertyeditor/ListEditorTest org/apache/geronimo/common/propertyeditor/Propertie
 sEditorTest org/apache/geronimo/common/propertyeditor/PropertyEditorsTest org/apache/geronimo/common/propertyeditor/SetEditorTest org/apache/geronimo/common/propertyeditor/StackEditorTest org/apache/geronimo/common/propertyeditor/TreeSetEditorTest org/apache/geronimo/common/propertyeditor/URLEditorTest org/apache/geronimo/common/propertyeditor/VectorEditorTest org/apache/geronimo/connector/AdminObjectWrapperTest org/apache/geronimo/connector/BootstrapContextTest org/apache/geronimo/connector/deployment/ConnectorModuleBuilderTest org/apache/geronimo/connector/deployment/MessageDestinationTest org/apache/geronimo/connector/deployment/PlanParsingTest org/apache/geronimo/connector/deployment/RAR_1_0DConfigBeanTest org/apache/geronimo/connector/deployment/RAR_1_5DConfigBeanTest org/apache/geronimo/connector/deployment/SchemaConversionTest org/apache/geronimo/connector/outbound/ConnectionManagerStressTest org/apache/geronimo/connector/outbound/ConnectionManagerTest org/apache/gero
 nimo/connector/outbound/connectiontracking/ConnectionTrackingCoordinatorTest org/apache/geronimo/connector/outbound/ConnectionTrackingInterceptorTest org/apache/geronimo/connector/outbound/LocalXAResourceInsertionInterceptorTest org/apache/geronimo/connector/outbound/ManagedConnectionFactoryWrapperTest org/apache/geronimo/connector/outbound/PoolDequeTest org/apache/geronimo/connector/outbound/PoolResizeTest org/apache/geronimo/connector/outbound/SubjectInterceptorTest org/apache/geronimo/connector/outbound/TransactionCachingInterceptorTest org/apache/geronimo/connector/outbound/TransactionEnlistingInterceptorTest org/apache/geronimo/connector/outbound/XAResourceInsertionInterceptorTest org/apache/geronimo/connector/work/PooledWorkManagerTest org/apache/geronimo/deployment/DeploymentContextTest org/apache/geronimo/deployment/plugin/DeploymentConfigurationTest org/apache/geronimo/deployment/service/EnvironmentBuilderTest org/apache/geronimo/deployment/service/ServiceConfigBuil
 derTest org/apache/geronimo/deployment/SingleFileHotDeployerTest org/apache/geronimo/deployment/tools/ClientDeployableTest org/apache/geronimo/deployment/tools/DDBeanRootTest org/apache/geronimo/deployment/tools/WebDeployableTest org/apache/geronimo/derby/DerbySystemGBeanTest org/apache/geronimo/directory/RunningTest org/apache/geronimo/gbean/GBeanDataTest org/apache/geronimo/gbean/GBeanInfoFactoryTest org/apache/geronimo/gbean/GBeanInfoTest org/apache/geronimo/gbean/runtime/GBeanAttributeTest org/apache/geronimo/gbean/runtime/GBeanDependencyTest org/apache/geronimo/gjndi/binding/GBeanBindingTest org/apache/geronimo/gjndi/JavaCompContextTest org/apache/geronimo/gjndi/JavaCompGBeanTest org/apache/geronimo/gjndi/KernelContextGBeanTest org/apache/geronimo/j2ee/deployment/EARConfigBuilder13NakedTest org/apache/geronimo/j2ee/deployment/EARConfigBuilder13Test org/apache/geronimo/j2ee/deployment/EARConfigBuilder14AltDDTest org/apache/geronimo/j2ee/deployment/EARConfigBuilder14AltDD
 UnpackedTest org/apache/geronimo/j2ee/deployment/EARConfigBuilder14NakedTest org/apache/geronimo/j2ee/deployment/EARConfigBuilder14NakedUnpackedTest org/apache/geronimo/j2ee/deployment/EARConfigBuilder14Test org/apache/geronimo/j2ee/deployment/EARConfigBuilder14UnpackedTest org/apache/geronimo/j2ee/deployment/EJBRefContextTest org/apache/geronimo/j2ee/deployment/SchemaConversionTest org/apache/geronimo/j2ee/management/DomainTest org/apache/geronimo/j2ee/management/JVMTest org/apache/geronimo/j2ee/management/ServerTest org/apache/geronimo/jetty/ApplicationTest org/apache/geronimo/jetty/ClassLoaderTest org/apache/geronimo/jetty/connector/HTTPConnectorTest org/apache/geronimo/jetty/ContainerTest org/apache/geronimo/jetty/deployment/JettyModuleBuilderTest org/apache/geronimo/jetty/deployment/PlanParsingTest org/apache/geronimo/jetty/deployment/StartupOrderComparatorTest org/apache/geronimo/jetty/SecurityTest org/apache/geronimo/jmxremoting/AuthenticatorTest org/apache/geronimo/j
 mxremoting/CredentialsTest org/apache/geronimo/kernel/basic/BasicProxyMapTest org/apache/geronimo/kernel/BootstrapTest org/apache/geronimo/kernel/classloader/UrlResourceFinderTest org/apache/geronimo/kernel/ClassloadingTest org/apache/geronimo/kernel/config/ConfigurationManagerTest org/apache/geronimo/kernel/config/ConfigurationModelTest org/apache/geronimo/kernel/config/ConfigurationUtilTest org/apache/geronimo/kernel/config/MultiParentClassLoaderTest org/apache/geronimo/kernel/ConfigTest org/apache/geronimo/kernel/GBeanTest org/apache/geronimo/kernel/management/StateTest org/apache/geronimo/kernel/repository/ArtifactManagerTest org/apache/geronimo/kernel/repository/ArtifactResolverTest org/apache/geronimo/kernel/SimpleGBeanTest org/apache/geronimo/kernel/util/XmlUtilTest org/apache/geronimo/mail/MailGBeanTest org/apache/geronimo/mavenplugins/car/PlanProcessorMojoTest org/apache/geronimo/naming/deployment/EnvironmentEntryBuilderTest org/apache/geronimo/persistence/CMPEntity
 ManagerTest org/apache/geronimo/persistence/PersistenceUnitGBeanTest org/apache/geronimo/pool/ThreadPoolTest org/apache/geronimo/schema/SchemaConversionUtilsTest org/apache/geronimo/security/ContextManagerTest org/apache/geronimo/security/jaas/ConfigurationEntryTest org/apache/geronimo/security/jaas/LoginKerberosNonGeronimoTest org/apache/geronimo/security/jaas/LoginKerberosTest org/apache/geronimo/security/jaas/LoginPropertiesFileTest org/apache/geronimo/security/jaas/LoginSQLTest org/apache/geronimo/security/jaas/MultipleLoginDomainTest org/apache/geronimo/security/jaas/NoLoginModuleReuseTest org/apache/geronimo/security/jaas/TimeoutTest org/apache/geronimo/security/jacc/GeronimoPolicyConfigurationFactoryTest org/apache/geronimo/security/network/protocol/SubjectCarryingProtocolTest org/apache/geronimo/security/remoting/jmx/RemoteLoginTest org/apache/geronimo/system/configuration/condition/JexlConditionParserTest org/apache/geronimo/system/configuration/condition/OgnlCondit
 ionParserTest org/apache/geronimo/system/configuration/ConfigurationStoreUtilTest org/apache/geronimo/system/configuration/InPlaceConfigurationUtilTest org/apache/geronimo/system/configuration/LocalAttributeManagerTest org/apache/geronimo/system/configuration/ServerOverrideTest org/apache/geronimo/system/logging/log4j/XLevelTest org/apache/geronimo/system/plugin/PluginInstallerTest org/apache/geronimo/system/properties/NamingPropertiesTest org/apache/geronimo/system/repository/Maven1RepositoryTest org/apache/geronimo/system/repository/Maven2RepositoryTest org/apache/geronimo/system/rmi/RMIClassLoaderSpiImplTest org/apache/geronimo/system/serverinfo/ServerInfoTest org/apache/geronimo/timer/jdbc/DerbyJDBCWorkerPersistenceTest org/apache/geronimo/timer/NontransactionalThreadPooledTimerTest org/apache/geronimo/timer/TransactionalThreadPooledTimerTest org/apache/geronimo/tomcat/ApplicationTest org/apache/geronimo/tomcat/ContainerTest org/apache/geronimo/tomcat/deployment/PlanPars
 ingTest org/apache/geronimo/tomcat/deployment/TomcatModuleBuilderTest org/apache/geronimo/tomcat/JAASSecurityTest org/apache/geronimo/tomcat/JACCSecurityTest org/apache/geronimo/transaction/context/GeronimoTransactionManagerTest org/apache/geronimo/transaction/log/HOWLLogTest org/apache/geronimo/transaction/manager/HOWLLogRecoveryTest org/apache/geronimo/transaction/manager/MockLogRecoveryTest org/apache/geronimo/transaction/manager/ProtocolTest org/apache/geronimo/transaction/manager/RecoveryTest org/apache/geronimo/transaction/manager/TransactionManagerImplTest org/apache/geronimo/transaction/manager/XidImporterTest org/apache/geronimo/upgrade/Upgrade1_0To1_1Test org/apache/geronimo/util/SimpleEncryptionTest org/apache/geronimo/web/deployment/GenericToSpecificPlanConverterTest org/apache/geronimo/web/deployment/SchemaConversionTest org/apache/geronimo/web/deployment/WebAppDConfigTest org/apache/geronimo/webservices/builder/ParsingTest 
\ No newline at end of file
+org/apache/geronimo/activation/handlers/TextHtmlTest org/apache/geronimo/activation/handlers/TextPlainTest org/apache/geronimo/activation/handlers/TextXmlTest org/apache/geronimo/activemq/ConnectorTest org/apache/geronimo/axis/AxisWebServiceContainerTest org/apache/geronimo/axis/builder/ServiceReferenceTest org/apache/geronimo/axis/builder/WSDLMapTest org/apache/geronimo/axis2/Axis2HandlerResolverTest org/apache/geronimo/axis2/Axis2WebServiceContainerTest org/apache/geronimo/cli/BaseCLParserTest org/apache/geronimo/cli/client/ClientCLParserTest org/apache/geronimo/cli/daemon/DaemonCLParserTest org/apache/geronimo/cli/deployer/CommandFileCommandMetaDataTest org/apache/geronimo/cli/deployer/DeployerCLParserTest org/apache/geronimo/cli/deployer/DistributeCommandArgsTest org/apache/geronimo/cli/deployer/ListModulesCommandArgsTest org/apache/geronimo/client/builder/PlanParsingTest org/apache/geronimo/client/builder/SchemaConversionTest org/apache/geronimo/clustering/wadi/BasicNod
 eServiceTest org/apache/geronimo/clustering/wadi/BasicWADIClusterTest org/apache/geronimo/clustering/wadi/NodeServiceHelperTest org/apache/geronimo/clustering/wadi/RemoteNodeTest org/apache/geronimo/common/DeploymentExceptionTest org/apache/geronimo/common/GeronimoEnvironmentTest org/apache/geronimo/common/propertyeditor/ArrayListEditorTest org/apache/geronimo/common/propertyeditor/ArrayPropertyEditorAdapterTest org/apache/geronimo/common/propertyeditor/CollectionEditorTest org/apache/geronimo/common/propertyeditor/HashSetEditorTest org/apache/geronimo/common/propertyeditor/LinkedListEditorTest org/apache/geronimo/common/propertyeditor/ListEditorTest org/apache/geronimo/common/propertyeditor/PropertiesEditorTest org/apache/geronimo/common/propertyeditor/PropertyEditorsTest org/apache/geronimo/common/propertyeditor/SetEditorTest org/apache/geronimo/common/propertyeditor/StackEditorTest org/apache/geronimo/common/propertyeditor/TreeSetEditorTest org/apache/geronimo/common/prop
 ertyeditor/URLEditorTest org/apache/geronimo/common/propertyeditor/VectorEditorTest org/apache/geronimo/connector/AdminObjectWrapperTest org/apache/geronimo/connector/deployment/ConnectorModuleBuilderTest org/apache/geronimo/connector/deployment/MessageDestinationTest org/apache/geronimo/connector/deployment/PlanParsingTest org/apache/geronimo/connector/deployment/RAR_1_0DConfigBeanTest org/apache/geronimo/connector/deployment/RAR_1_5DConfigBeanTest org/apache/geronimo/connector/deployment/SchemaConversionTest org/apache/geronimo/connector/deployment/annotation/AnnotationHelperTest org/apache/geronimo/connector/deployment/annotation/ResourceAnnotationTest org/apache/geronimo/connector/outbound/GenericConnectionManagerGBeanSerializationTest org/apache/geronimo/connector/outbound/ManagedConnectionFactoryWrapperTest org/apache/geronimo/connector/outbound/security/GBeanTest org/apache/geronimo/corba/GBeanInfosTest org/apache/geronimo/corba/compiler/PortableStubCompilerTest org/a
 pache/geronimo/corba/security/config/tss/TSSConfigEditorTest org/apache/geronimo/corba/security/config/tss/ToStringTest org/apache/geronimo/corba/util/DynamicStubClassLoaderTest org/apache/geronimo/corba/util/NameDescopingTest org/apache/geronimo/cxf/CXFHandlerResolverTest org/apache/geronimo/deployment/DeploymentContextTest org/apache/geronimo/deployment/SingleFileHotDeployerTest org/apache/geronimo/deployment/plugin/DeploymentConfigurationTest org/apache/geronimo/deployment/service/EnvironmentBuilderTest org/apache/geronimo/deployment/service/ServiceConfigBuilderTest org/apache/geronimo/deployment/tools/ClientDeployableTest org/apache/geronimo/deployment/tools/DDBeanRootTest org/apache/geronimo/deployment/tools/WebDeployableTest org/apache/geronimo/derby/DerbySystemGBeanTest org/apache/geronimo/gbean/GBeanDataTest org/apache/geronimo/gbean/GBeanInfoFactoryTest org/apache/geronimo/gbean/GBeanInfoTest org/apache/geronimo/gbean/runtime/GBeanAttributeTest org/apache/geronimo/g
 bean/runtime/GBeanDependencyTest org/apache/geronimo/gjndi/JavaCompContextTest org/apache/geronimo/gjndi/JavaCompGBeanTest org/apache/geronimo/gjndi/KernelContextGBeanTest org/apache/geronimo/gjndi/binding/GBeanBindingTest org/apache/geronimo/j2ee/annotation/HolderTest org/apache/geronimo/j2ee/deployment/EARConfigBuilder13NakedTest org/apache/geronimo/j2ee/deployment/EARConfigBuilder13Test org/apache/geronimo/j2ee/deployment/EARConfigBuilder14AltDDTest org/apache/geronimo/j2ee/deployment/EARConfigBuilder14AltDDUnpackedTest org/apache/geronimo/j2ee/deployment/EARConfigBuilder14NakedTest org/apache/geronimo/j2ee/deployment/EARConfigBuilder14NakedUnpackedTest org/apache/geronimo/j2ee/deployment/EARConfigBuilder14Test org/apache/geronimo/j2ee/deployment/EARConfigBuilder14UnpackedTest org/apache/geronimo/j2ee/deployment/EARConfigBuilder5AltDDTest org/apache/geronimo/j2ee/deployment/EARConfigBuilder5AltDDUnpackedTest org/apache/geronimo/j2ee/deployment/EARConfigBuilder5NakedTest o
 rg/apache/geronimo/j2ee/deployment/EARConfigBuilder5NakedUnpackedTest org/apache/geronimo/j2ee/deployment/EARConfigBuilder5Test org/apache/geronimo/j2ee/deployment/EARConfigBuilder5UnpackedTest org/apache/geronimo/j2ee/deployment/EJBRefContextTest org/apache/geronimo/j2ee/deployment/SchemaConversionTest org/apache/geronimo/j2ee/deployment/annotation/AnnotationHelperTest org/apache/geronimo/j2ee/deployment/annotation/EJBAnnotationTest org/apache/geronimo/j2ee/deployment/annotation/HandlerChainAnnotationTest org/apache/geronimo/j2ee/deployment/annotation/PersistenceContextAnnotationTest org/apache/geronimo/j2ee/deployment/annotation/PersistenceUnitAnnotationTest org/apache/geronimo/j2ee/deployment/annotation/SecurityAnnotationTest org/apache/geronimo/j2ee/deployment/annotation/WebServiceRefAnnotationTest org/apache/geronimo/j2ee/management/DomainTest org/apache/geronimo/j2ee/management/JVMTest org/apache/geronimo/j2ee/management/ServerTest org/apache/geronimo/jasper/deployment
 /BasicTest org/apache/geronimo/jasper/deployment/SchemaConversionTest org/apache/geronimo/jetty6/ApplicationTest org/apache/geronimo/jetty6/ClassLoaderTest org/apache/geronimo/jetty6/ContainerTest org/apache/geronimo/jetty6/GBeanInfoTest org/apache/geronimo/jetty6/SecurityTest org/apache/geronimo/jetty6/connector/ConnectorGBeanTest org/apache/geronimo/jetty6/connector/HTTPConnectorTest org/apache/geronimo/jetty6/deployment/JettyModuleBuilderTest org/apache/geronimo/jetty6/deployment/PlanParsingTest org/apache/geronimo/jetty6/deployment/StartupOrderComparatorTest org/apache/geronimo/jmxremoting/AuthenticatorTest org/apache/geronimo/jmxremoting/CredentialsTest org/apache/geronimo/kernel/BootstrapTest org/apache/geronimo/kernel/ClassloadingTest org/apache/geronimo/kernel/ConfigTest org/apache/geronimo/kernel/GBeanTest org/apache/geronimo/kernel/SimpleGBeanTest org/apache/geronimo/kernel/basic/BasicProxyMapTest org/apache/geronimo/kernel/classloader/UrlResourceFinderTest org/apa
 che/geronimo/kernel/config/ConfigurationManagerTest org/apache/geronimo/kernel/config/ConfigurationModelTest org/apache/geronimo/kernel/config/ConfigurationUtilTest org/apache/geronimo/kernel/config/MultiParentClassLoaderTest org/apache/geronimo/kernel/management/StateTest org/apache/geronimo/kernel/repository/ArtifactManagerTest org/apache/geronimo/kernel/repository/ArtifactResolverTest org/apache/geronimo/kernel/repository/Maven1RepositoryTest org/apache/geronimo/kernel/repository/Maven2RepositoryTest org/apache/geronimo/kernel/rmi/RMIClassLoaderSpiImplTest org/apache/geronimo/kernel/util/XmlUtilTest org/apache/geronimo/mail/MailGBeanTest org/apache/geronimo/mavenplugins/car/PlanProcessorMojoTest org/apache/geronimo/myfaces/BasicTest org/apache/geronimo/myfaces/deployment/BasicTest org/apache/geronimo/myfaces/deployment/SchemaConversionTest org/apache/geronimo/naming/deployment/EnvironmentEntryBuilderTest org/apache/geronimo/naming/deployment/annotation/AnnotationHelperTes
 t org/apache/geronimo/naming/deployment/annotation/ResourceAnnotationTest org/apache/geronimo/openejb/GBeanTest org/apache/geronimo/openejb/deployment/SchemaConversionTest org/apache/geronimo/persistence/CMPEntityManagerTest org/apache/geronimo/persistence/PersistenceUnitGBeanTest org/apache/geronimo/pool/ThreadPoolTest org/apache/geronimo/schema/SchemaConversionUtilsTest org/apache/geronimo/security/ContextManagerTest org/apache/geronimo/security/credentialstore/SimpleCredentialStoreImplTest org/apache/geronimo/security/deployment/LoginConfigBuilderTest org/apache/geronimo/security/jaas/ConfigurationEntryTest org/apache/geronimo/security/jaas/LoginKerberosNonGeronimoTest org/apache/geronimo/security/jaas/LoginKerberosTest org/apache/geronimo/security/jaas/LoginPropertiesFileTest org/apache/geronimo/security/jaas/LoginSQLTest org/apache/geronimo/security/jaas/NoLoginModuleReuseTest org/apache/geronimo/security/jaas/TimeoutTest org/apache/geronimo/security/jacc/GeronimoPolicy
 ConfigurationFactoryTest org/apache/geronimo/security/realm/providers/GeronimoPropertiesFileMappedPasswordCredentialLoginModuleTest org/apache/geronimo/system/configuration/ConfigurationStoreUtilTest org/apache/geronimo/system/configuration/InPlaceConfigurationUtilTest org/apache/geronimo/system/configuration/LocalAttributeManagerTest org/apache/geronimo/system/configuration/ServerOverrideTest org/apache/geronimo/system/configuration/condition/JexlConditionParserTest org/apache/geronimo/system/configuration/condition/JexlExpressionParserTest org/apache/geronimo/system/configuration/condition/OgnlConditionParserTest org/apache/geronimo/system/logging/log4j/XLevelTest org/apache/geronimo/system/plugin/PluginInstallerTest org/apache/geronimo/system/properties/NamingPropertiesTest org/apache/geronimo/system/serverinfo/ServerInfoTest org/apache/geronimo/timer/NontransactionalThreadPooledTimerTest org/apache/geronimo/timer/TransactionalThreadPooledTimerTest org/apache/geronimo/tim
 er/jdbc/DerbyJDBCWorkerPersistenceTest org/apache/geronimo/tomcat/ApplicationTest org/apache/geronimo/tomcat/BasicTest org/apache/geronimo/tomcat/ContainerTest org/apache/geronimo/tomcat/JAASSecurityTest org/apache/geronimo/tomcat/JACCSecurityTest org/apache/geronimo/tomcat/StatTest org/apache/geronimo/tomcat/deployment/PlanParsingTest org/apache/geronimo/tomcat/deployment/TomcatModuleBuilderTest org/apache/geronimo/upgrade/Upgrade1_0To1_1Test org/apache/geronimo/util/SimpleEncryptionTest org/apache/geronimo/web/deployment/GenericToSpecificPlanConverterTest org/apache/geronimo/web/deployment/WebAppDConfigTest org/apache/geronimo/web25/deployment/SchemaConversionTest org/apache/geronimo/web25/deployment/SecurityConfigTest org/apache/geronimo/web25/deployment/SpecSecurityParsingTest org/apache/geronimo/webservices/builder/ParsingTest org/apache/geronimo/webservices/saaj/SAAJUniverseTest org/apache/geronimo/yoko/TSSConfigEditorTest
\ No newline at end of file

Modified: harmony/enhanced/buildtest/branches/2.0/tests/gut/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/gut/build.xml?rev=615105&r1=615104&r2=615105&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/gut/build.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/gut/build.xml Thu Jan 24 20:37:43 2008
@@ -46,7 +46,7 @@
         value="${work.dir}/geronimo-${geronimo.version}"/>
 
     <condition property="geronimo.exists">
-        <available file="${work.dir}/geronimo-1.2-beta/pom.xml"/>
+        <available file="${geronimo.dir}/pom.xml"/>
     </condition>
 
     <condition property="maven.exists">
@@ -139,7 +139,6 @@
     </target>
 
     <target name="download.geronimo" description="Download Geronimo">
-        <mkdir dir="${geronimo.dir}"/>
         <get src="${geronimo.location}/${geronimo.filename}"
             dest="${work.dir}/${geronimo.filename}"
             usetimestamp="true"
@@ -149,6 +148,7 @@
     <target name="unpack.geronimo" description="Unpack Geronimo">
         <untar src="${work.dir}/${geronimo.filename}" dest="${work.dir}"
             compression="gzip"/>
+        <move file="${geronimo.dir}-src" tofile="${geronimo.dir}"/>
     </target>
 
     <target name="install.geronimo"
@@ -200,48 +200,47 @@
        </exec>
     </target>
 
+    <property name="exclude.list.platform" value="${basedir}/exclude.list.${os}.${arch}"/>
+
     <condition property="os.specific.exclude.list.exists">
-        <available file="${basedir}/exclude.list.${os}.${arch}"/>
+        <available file="${exclude.list.platform}"/>
     </condition>
 
-    <condition property="exclude.list" value="exclude.list.${os}.${arch}"
-        else="exclude.list.empty">
-        <isset property="os.specific.exclude.list.exists"/>
-    </condition>
+    <property name="exclude.list" value="${work.dir}/exclude.list"/>
 
     <target name="setup.empty.exclude.list" unless="os.specific.exclude.list.exists">
         <!-- Create empty exclude list in order to use if no exclude lists for the platform are specified -->
-        <delete file="${work.dir}/${exclude.list}"/>
-        <touch file="${work.dir}/${exclude.list}"/>
+        <delete file="${exclude.list}"/>
+        <touch file="${exclude.list}"/>
     </target>
 
     <target name="setup.non-empty.exclude.list" if="os.specific.exclude.list.exists">
-        <delete file="${work.dir}/${exclude.list}"/>
         <!-- Copy exclude list and remove comments -->
-        <copy file="${basedir}/exclude.list.${os}.${arch}"
-            tofile="${work.dir}/exclude.list.${os}.${arch}"
-            overwrite="true"
-            failonerror="false">
+        <copy file="${exclude.list.platform}"
+            tofile="${exclude.list}"
+            overwrite="true">
             <filterchain>
                 <tokenfilter>
                     <replaceregex pattern="(.*?)#.*" replace="\1" flags="m"/>
                 </tokenfilter>
             </filterchain>
         </copy>
-   </target>
+    </target>
+
+    <property name="tests.list" value="${work.dir}/tests.list"/>
 
     <target name="configure.exclude.list"
         depends="setup.empty.exclude.list,setup.non-empty.exclude.list"
         description="Process x-list if there is one or create the empty x-list">
         <copy file="${basedir}/alltests.list"
-            tofile="${work.dir}/tests.list"
+            tofile="${tests.list}"
             overwrite="true"/>
         <!-- Use fake token and value to avoid failure if exclude.list is empty -->
-        <replace file="${work.dir}/tests.list"
-        replacefilterfile="${work.dir}/${exclude.list}"
-        token="fake_token"
-        value="fake_token"/>
-        <replaceregexp  file="${work.dir}/tests.list"
+        <replace file="${tests.list}"
+            replacefilterfile="${exclude.list}"
+            token="fake_token"
+            value="fake_token"/>
+        <replaceregexp file="${tests.list}"
             match="\s+"
             replace=","
             flags="g"/>
@@ -266,7 +265,7 @@
 
     <target name="configure.run.options"
         depends="restore.geronimo.pom,backup.geronimo.pom,configure.exclude.list">
-        <loadfile property="tests" srcFile="${work.dir}/tests.list" failonerror="false"/>
+        <loadfile property="tests" srcFile="${tests.list}" failonerror="false"/>
         <!-- specify VM options and tests list -->
         <replaceregexp file="${geronimo.dir}/pom.xml"
             match='(&lt;build>\s*&lt;pluginManagement>\s*&lt;plugins>)'
@@ -334,22 +333,23 @@
        <fail message="GUT run failed: see results directory for more details" unless="status.successful"/>
     </target>
 
+    <property name="reports.dir" value="${res.dir}/reports"/>
+    <property name="html.reports.dir" value="${res.dir}/html"/>
+
     <target name="compose.report">
-        <delete dir="${work.dir}/logs"/>
+        <delete dir="${reports.dir}"/>
         <delete>
             <fileset dir="${work.dir}" includes="tmpfile.*"/>
         </delete>
         <delete file="${work.dir}/report.txt"/>
-        <mkdir dir="${work.dir}/logs"/>
-        <copy todir="${work.dir}/logs" flatten="true">
-            <fileset dir="${geronimo.dir}" includes="**/surefire-reports/*.txt"/>
-        </copy>
-        <mkdir dir="${res.dir}/reports"/>
-        <copy todir="${res.dir}/reports" flatten="true">
+
+        <mkdir dir="${reports.dir}"/>
+        <copy todir="${reports.dir}" flatten="true">
             <fileset dir="${geronimo.dir}" includes="**/surefire-reports/*.txt"/>
         </copy>
+
         <concat destfile="${work.dir}/tmpfile.results.txt">
-            <fileset dir="${work.dir}/logs" includes="*.txt"/>
+            <fileset dir="${reports.dir}" includes="*.txt"/>
         </concat>
         <copy file="${work.dir}/tmpfile.results.txt"
             tofile="${work.dir}/tmpfile.results.failed.error.txt"
@@ -391,10 +391,18 @@
         <concat destfile="${work.dir}/report.txt" append="true">
              <filelist dir="${work.dir}" files="tmpfile.results.failed.error.txt"/>
         </concat>
+
         <mkdir dir="${res.dir}"/>
         <copy todir="${res.dir}">
             <fileset dir="${work.dir}" includes="output.txt,report.txt"/>
         </copy>
+
+        <mkdir dir="${html.reports.dir}"/>
+        <junitreport todir="${res.dir}">
+            <fileset dir="${geronimo.dir}"
+                     includes="**/surefire-reports/TEST*-*.xml"/>
+            <report format="frames" todir="${html.reports.dir}"/>
+        </junitreport>
     </target>
 
     <target name="run"

Modified: harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.linux.x86
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.linux.x86?rev=615105&r1=615104&r2=615105&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.linux.x86 (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.linux.x86 Thu Jan 24 20:37:43 2008
@@ -1,34 +1,50 @@
+###
+### PLATFORM-INDEPENDENT ISSUES:
+###
+
+# Test issue: http://issues.apache.org/jira/browse/GERONIMO-3672
+org/apache/geronimo/j2ee/deployment/annotation/AnnotationHelperTest # 3 fails of 6 test cases
+ 
+# Hangs on all platforms, requires investigation
+org/apache/geronimo/yoko/TSSConfigEditorTest # Hangs, the childest java process needs to be killed
+
+# Errors intermittently, requires investigation
+org/apache/geronimo/cxf/CXFHandlerResolverTest # 4 intermittent errors out of 5 test cases
+
 # 4 test cases fail due to an error in external tool
 # fail due to initialization in external class xstream_1.1.3.jar
 # reference to field elementType in class java.util.enumSet
 # there is such a field in RI (package access)
-# XSTR-379: http://jira.codehaus.org/browse/XSTR-379?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel   
-# fixed in xstream 1.2.2, but geronimo-1.2-beta uses xstream 1.1.3
+# XSTR-379: http://jira.codehaus.org/browse/XSTR-379
+# fixed in XStream 1.2.2, should be fixed in Geronimo 2.1
 org/apache/geronimo/kernel/config/ConfigurationUtilTest # 1 fail out of 1 test case
 org/apache/geronimo/timer/jdbc/DerbyJDBCWorkerPersistenceTest # 3 errors out of 3 test cases
 
 # Test issue
 # Test harms editorSearchPath being run first in a testlist and then subsequent runs 
 # of other unit tests for this module in the same environment will result in NPE
-# GERONIMO-2860: https://issues.apache.org/jira/browse/GERONIMO-2860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel 
-org/apache/geronimo/common/propertyeditor/PropertyEditorsTest # 2 test cases 
-
-# Test issue: https://issues.apache.org/jira/browse/GERONIMO-3323
-org/apache/geronimo/gjndi/binding/GBeanBindingTest # 1 fail out of 1 test case
-
-# TODO: invesigate. Fails on RI + https://issues.apache.org/jira/browse/GERONIMO-2055
-org/apache/geronimo/directory/RunningTest # 1 error out of 1 test case
+# GERONIMO-2860: http://issues.apache.org/jira/browse/GERONIMO-2860
+# - The problem disappeared after moving from GUT v1.2beta to v2.0.2
+#org/apache/geronimo/common/propertyeditor/PropertyEditorsTest # 2 test cases 
+
+# Test issue: http://issues.apache.org/jira/browse/GERONIMO-3323
+# - The problem disappeared after moving from GUT v1.2beta to v2.0.2
+#org/apache/geronimo/gjndi/binding/GBeanBindingTest # 1 fail out of 1 test case
+
+# TODO: invesigate. Fails on RI + http://issues.apache.org/jira/browse/GERONIMO-2055
+# - The test was present in GUT v1.2beta but disappeared in v2.0.2
+#org/apache/geronimo/directory/RunningTest # 1 error out of 1 test case
 
 # Tests issue, extend unstable AbstractThreadPooledTimerTest test, see line 37
 # Remove from exclude when start to use Harmony release build
-org/apache/geronimo/timer/TransactionalThreadPooledTimerTest # variable number of fails out of 10 test cases
-org/apache/geronimo/timer/NontransactionalThreadPooledTimerTest # variable number of fails out of 10 test cases
-
-# H-4053 
-# org/apache/geronimo/gjndi/JavaCompContextTest    # 9 test cases
-# org/apache/geronimo/gjndi/JavaCompGBeanTest 	 # 1 test case
-# org/apache/geronimo/gjndi/KernelContextGBeanTest # 1 test case
+# - The problem disappeared after moving from GUT v1.2beta to v2.0.2
+#org/apache/geronimo/timer/TransactionalThreadPooledTimerTest # variable number of fails out of 10 test cases
+#org/apache/geronimo/timer/NontransactionalThreadPooledTimerTest # variable number of fails out of 10 test cases
+
+###
+### LINUX/X86 PLATFORM-SPECIFIC ISSUES:
+###
 
 # HARMONY-4288
-org/apache/geronimo/security/jaas/TimeoutTest
-
+# - The problem disappeared after moving from GUT v1.2beta to v2.0.2
+#org/apache/geronimo/security/jaas/TimeoutTest

Modified: harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.linux.x86_64
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.linux.x86_64?rev=615105&r1=615104&r2=615105&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.linux.x86_64 (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.linux.x86_64 Thu Jan 24 20:37:43 2008
@@ -1,31 +1,46 @@
+###
+### PLATFORM-INDEPENDENT ISSUES:
+###
+
+# Test issue: http://issues.apache.org/jira/browse/GERONIMO-3672
+org/apache/geronimo/j2ee/deployment/annotation/AnnotationHelperTest # 3 fails of 6 test cases
+ 
+# Hangs on all platforms, requires investigation
+org/apache/geronimo/yoko/TSSConfigEditorTest # Hangs, the childest java process needs to be killed
+
+# Errors intermittently, requires investigation
+org/apache/geronimo/cxf/CXFHandlerResolverTest # 4 intermittent errors out of 5 test cases
+
 # 4 test cases fail due to an error in external tool
 # fail due to initialization in external class xstream_1.1.3.jar
 # reference to field elementType in class java.util.enumSet
 # there is such a field in RI (package access)
-# XSTR-379: http://jira.codehaus.org/browse/XSTR-379?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel   
-# fixed in xstream 1.2.2, but geronimo-1.2-beta uses xstream 1.1.3
+# XSTR-379: http://jira.codehaus.org/browse/XSTR-379
+# fixed in XStream 1.2.2, should be fixed in Geronimo 2.1
 org/apache/geronimo/kernel/config/ConfigurationUtilTest # 1 fail out of 1 test case
 org/apache/geronimo/timer/jdbc/DerbyJDBCWorkerPersistenceTest # 3 errors out of 3 test cases
 
 # Test issue
 # Test harms editorSearchPath being run first in a testlist and then subsequent runs 
 # of other unit tests for this module in the same environment will result in NPE
-# GERONIMO-2860: https://issues.apache.org/jira/browse/GERONIMO-2860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel 
-org/apache/geronimo/common/propertyeditor/PropertyEditorsTest # 2 test cases 
-
-# Test issue: https://issues.apache.org/jira/browse/GERONIMO-3323
-org/apache/geronimo/gjndi/binding/GBeanBindingTest # 1 fail out of 1 test case
-
-# TODO: invesigate. Fails on RI + https://issues.apache.org/jira/browse/GERONIMO-2055
-org/apache/geronimo/directory/RunningTest # 1 error out of 1 test case
+# GERONIMO-2860: http://issues.apache.org/jira/browse/GERONIMO-2860
+# - The problem disappeared after moving from GUT v1.2beta to v2.0.2
+#org/apache/geronimo/common/propertyeditor/PropertyEditorsTest # 2 test cases 
+
+# Test issue: http://issues.apache.org/jira/browse/GERONIMO-3323
+# - The problem disappeared after moving from GUT v1.2beta to v2.0.2
+#org/apache/geronimo/gjndi/binding/GBeanBindingTest # 1 fail out of 1 test case
+
+# TODO: invesigate. Fails on RI + http://issues.apache.org/jira/browse/GERONIMO-2055
+# - The test was present in GUT v1.2beta but disappeared in v2.0.2
+#org/apache/geronimo/directory/RunningTest # 1 error out of 1 test case
 
 # Tests issue, extend unstable AbstractThreadPooledTimerTest test, see line 37
 # Remove from exclude when start to use Harmony release build
-org/apache/geronimo/timer/TransactionalThreadPooledTimerTest # variable number of fails out of 10 test cases
-org/apache/geronimo/timer/NontransactionalThreadPooledTimerTest # variable number of fails out of 10 test cases
-
-# H-4053 
-# org/apache/geronimo/gjndi/JavaCompContextTest    # 9 test cases
-# org/apache/geronimo/gjndi/JavaCompGBeanTest 	 # 1 test case
-# org/apache/geronimo/gjndi/KernelContextGBeanTest # 1 test case
-
+# - The problem disappeared after moving from GUT v1.2beta to v2.0.2
+#org/apache/geronimo/timer/TransactionalThreadPooledTimerTest # variable number of fails out of 10 test cases
+#org/apache/geronimo/timer/NontransactionalThreadPooledTimerTest # variable number of fails out of 10 test cases
+
+###
+### LINUX/X86_64 PLATFORM-SPECIFIC ISSUES:
+###

Modified: harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.windows.x86
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.windows.x86?rev=615105&r1=615104&r2=615105&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.windows.x86 (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.windows.x86 Thu Jan 24 20:37:43 2008
@@ -1,32 +1,46 @@
+###
+### PLATFORM-INDEPENDENT ISSUES:
+###
+
+# Test issue: http://issues.apache.org/jira/browse/GERONIMO-3672
+org/apache/geronimo/j2ee/deployment/annotation/AnnotationHelperTest # 3 fails of 6 test cases
+ 
+# Hangs on all platforms, requires investigation
+org/apache/geronimo/yoko/TSSConfigEditorTest # Hangs, the childest java process needs to be killed
+
+# Errors intermittently, requires investigation
+org/apache/geronimo/cxf/CXFHandlerResolverTest # 4 intermittent errors out of 5 test cases
+
 # 4 test cases fail due to an error in external tool
 # fail due to initialization in external class xstream_1.1.3.jar
 # reference to field elementType in class java.util.enumSet
 # there is such a field in RI (package access)
-# XSTR-379: http://jira.codehaus.org/browse/XSTR-379?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel   
-# fixed in xstream 1.2.2, but geronimo-1.2-beta uses xstream 1.1.3
+# XSTR-379: http://jira.codehaus.org/browse/XSTR-379
+# fixed in XStream 1.2.2, should be fixed in Geronimo 2.1
 org/apache/geronimo/kernel/config/ConfigurationUtilTest # 1 fail out of 1 test case
 org/apache/geronimo/timer/jdbc/DerbyJDBCWorkerPersistenceTest # 3 errors out of 3 test cases
 
 # Test issue
 # Test harms editorSearchPath being run first in a testlist and then subsequent runs 
 # of other unit tests for this module in the same environment will result in NPE
-# GERONIMO-2860: https://issues.apache.org/jira/browse/GERONIMO-2860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel 
-org/apache/geronimo/common/propertyeditor/PropertyEditorsTest # 2 test cases 
-
-# Test issue: https://issues.apache.org/jira/browse/GERONIMO-3323
-org/apache/geronimo/gjndi/binding/GBeanBindingTest # 1 fail out of 1 test case
-
-# TODO: invesigate. Fails on RI + https://issues.apache.org/jira/browse/GERONIMO-2055
-org/apache/geronimo/directory/RunningTest # 1 error out of 1 test case
+# GERONIMO-2860: http://issues.apache.org/jira/browse/GERONIMO-2860
+# - The problem disappeared after moving from GUT v1.2beta to v2.0.2
+#org/apache/geronimo/common/propertyeditor/PropertyEditorsTest # 2 test cases 
+
+# Test issue: http://issues.apache.org/jira/browse/GERONIMO-3323
+# - The problem disappeared after moving from GUT v1.2beta to v2.0.2
+#org/apache/geronimo/gjndi/binding/GBeanBindingTest # 1 fail out of 1 test case
+
+# TODO: invesigate. Fails on RI + http://issues.apache.org/jira/browse/GERONIMO-2055
+# - The test was present in GUT v1.2beta but disappeared in v2.0.2
+#org/apache/geronimo/directory/RunningTest # 1 error out of 1 test case
 
 # Tests issue, extend unstable AbstractThreadPooledTimerTest test, see line 37
 # Remove from exclude when start to use Harmony release build
-org/apache/geronimo/timer/TransactionalThreadPooledTimerTest # variable number of fails out of 10 test cases
-org/apache/geronimo/timer/NontransactionalThreadPooledTimerTest # variable number of fails out of 10 test cases
-
-# H-4053 
-# org/apache/geronimo/gjndi/JavaCompContextTest    # 9 test cases
-# org/apache/geronimo/gjndi/JavaCompGBeanTest 	 # 1 test case
-# org/apache/geronimo/gjndi/KernelContextGBeanTest # 1 test case
-
-
+# - The problem disappeared after moving from GUT v1.2beta to v2.0.2
+#org/apache/geronimo/timer/TransactionalThreadPooledTimerTest # variable number of fails out of 10 test cases
+#org/apache/geronimo/timer/NontransactionalThreadPooledTimerTest # variable number of fails out of 10 test cases
+
+###
+### WINDOWS/X86 PLATFORM-SPECIFIC ISSUES:
+###

Modified: harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.windows.x86_64
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.windows.x86_64?rev=615105&r1=615104&r2=615105&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.windows.x86_64 (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/gut/exclude.list.windows.x86_64 Thu Jan 24 20:37:43 2008
@@ -1,32 +1,48 @@
+###
+### PLATFORM-INDEPENDENT ISSUES:
+###
+
+# Test issue: http://issues.apache.org/jira/browse/GERONIMO-3672
+org/apache/geronimo/j2ee/deployment/annotation/AnnotationHelperTest # 3 fails of 6 test cases
+ 
+# Hangs on all platforms, requires investigation
+org/apache/geronimo/yoko/TSSConfigEditorTest # Hangs, the childest java process needs to be killed
+
+# Errors intermittently, requires investigation
+org/apache/geronimo/cxf/CXFHandlerResolverTest # 4 intermittent errors out of 5 test cases
+
 # 4 test cases fail due to an error in external tool
 # fail due to initialization in external class xstream_1.1.3.jar
 # reference to field elementType in class java.util.enumSet
 # there is such a field in RI (package access)
-# XSTR-379: http://jira.codehaus.org/browse/XSTR-379?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel   
-# fixed in xstream 1.2.2, but geronimo-1.2-beta uses xstream 1.1.3
+# XSTR-379: http://jira.codehaus.org/browse/XSTR-379
+# fixed in XStream 1.2.2, should be fixed in Geronimo 2.1
 org/apache/geronimo/kernel/config/ConfigurationUtilTest # 1 fail out of 1 test case
 org/apache/geronimo/timer/jdbc/DerbyJDBCWorkerPersistenceTest # 3 errors out of 3 test cases
 
 # Test issue
 # Test harms editorSearchPath being run first in a testlist and then subsequent runs 
 # of other unit tests for this module in the same environment will result in NPE
-# GERONIMO-2860: https://issues.apache.org/jira/browse/GERONIMO-2860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel 
-org/apache/geronimo/common/propertyeditor/PropertyEditorsTest # 2 test cases 
-
-# Test issue: https://issues.apache.org/jira/browse/GERONIMO-3323
-org/apache/geronimo/gjndi/binding/GBeanBindingTest # 1 fail out of 1 test case
-
-# TODO: invesigate. Fails on RI + https://issues.apache.org/jira/browse/GERONIMO-2055
-org/apache/geronimo/directory/RunningTest # 1 error out of 1 test case
+# GERONIMO-2860: http://issues.apache.org/jira/browse/GERONIMO-2860
+# - The problem disappeared after moving from GUT v1.2beta to v2.0.2
+#org/apache/geronimo/common/propertyeditor/PropertyEditorsTest # 2 test cases 
+
+# Test issue: http://issues.apache.org/jira/browse/GERONIMO-3323
+# - The problem disappeared after moving from GUT v1.2beta to v2.0.2
+#org/apache/geronimo/gjndi/binding/GBeanBindingTest # 1 fail out of 1 test case
+
+# TODO: invesigate. Fails on RI + http://issues.apache.org/jira/browse/GERONIMO-2055
+# - The test was present in GUT v1.2beta but disappeared in v2.0.2
+#org/apache/geronimo/directory/RunningTest # 1 error out of 1 test case
 
 # Tests issue, extend unstable AbstractThreadPooledTimerTest test, see line 37
 # Remove from exclude when start to use Harmony release build
-org/apache/geronimo/timer/TransactionalThreadPooledTimerTest # variable number of fails out of 10 test cases
-org/apache/geronimo/timer/NontransactionalThreadPooledTimerTest # variable number of fails out of 10 test cases
-
-# H-4053 
-# org/apache/geronimo/gjndi/JavaCompContextTest    # 9 test cases
-# org/apache/geronimo/gjndi/JavaCompGBeanTest 	 # 1 test case
-# org/apache/geronimo/gjndi/KernelContextGBeanTest # 1 test case
-
+# - The problem disappeared after moving from GUT v1.2beta to v2.0.2
+#org/apache/geronimo/timer/TransactionalThreadPooledTimerTest # variable number of fails out of 10 test cases
+#org/apache/geronimo/timer/NontransactionalThreadPooledTimerTest # variable number of fails out of 10 test cases
+
+###
+### WINDOWS/X86_64 PLATFORM-SPECIFIC ISSUES:
+###
 
+# Not tested, to be defined yet

Modified: harmony/enhanced/buildtest/branches/2.0/tests/gut/gut.properties
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/gut/gut.properties?rev=615105&r1=615104&r2=615105&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/gut/gut.properties (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/gut/gut.properties Thu Jan 24 20:37:43 2008
@@ -21,14 +21,14 @@
 #test.jre.home=
 
 Specify extra VM options for the JRE under test if necessary
-vm.options="-showversion -Xmx512M -XX:vm.assert_dialog=false"
+vm.options=-showversion -Xmx512M -XX:vm.assert_dialog=false
+# For RI use the following: vm.options=-showversion -Xmx512M
 
 #where to fetch from
-geronimo.location=http://apache.org/dist/geronimo/1.2-beta/
-geronimo.version=1.2-beta
-geronimo.filename=geronimo-1.2-beta-src.tar.gz
+geronimo.location=http://apache.org/dist/geronimo/2.0.2/
+geronimo.version=2.0.2
+geronimo.filename=geronimo-2.0.2-src.tar.gz
 
 maven.location=http://apache.rmplc.co.uk/maven/binaries/
-maven.version=2.0.4
-maven.filename=maven-2.0.4-bin.tar.gz
-
+maven.version=2.0.6
+maven.filename=maven-2.0.6-bin.tar.gz