Index: exclude.list.windows.x86 =================================================================== --- exclude.list.windows.x86 (revision 549032) +++ exclude.list.windows.x86 (working copy) @@ -1,19 +1,32 @@ -org/apache/geronimo/directory/RunningTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompGBeanTest -org/apache/geronimo/gjndi/KernelContextGBeanTest -org/apache/geronimo/gjndi/binding/GBeanBindingTest -org/apache/geronimo/jetty/SecurityTest -org/apache/geronimo/timer/TransactionalThreadPooledTimerTest -org/apache/geronimo/timer/jdbc/DerbyJDBCWorkerPersistenceTest -org/apache/geronimo/timer/jdbc/DerbyJDBCWorkerPersistenceTest -org/apache/geronimo/timer/jdbc/DerbyJDBCWorkerPersistenceTest -org/apache/geronimo/tomcat/JACCSecurityTest \ No newline at end of file +# 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 +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 + +# TODO: investigate +org/apache/geronimo/gjndi/binding/GBeanBindingTest # 1 fail out of 1 test case + +# TODO: investigate +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 + + Index: exclude.list.linux.x86 =================================================================== --- exclude.list.linux.x86 (revision 549032) +++ exclude.list.linux.x86 (working copy) @@ -1,19 +1,32 @@ -org/apache/geronimo/directory/RunningTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompGBeanTest -org/apache/geronimo/gjndi/KernelContextGBeanTest -org/apache/geronimo/gjndi/binding/GBeanBindingTest -org/apache/geronimo/jetty/SecurityTest -org/apache/geronimo/timer/TransactionalThreadPooledTimerTest -org/apache/geronimo/timer/jdbc/DerbyJDBCWorkerPersistenceTest -org/apache/geronimo/timer/jdbc/DerbyJDBCWorkerPersistenceTest -org/apache/geronimo/timer/jdbc/DerbyJDBCWorkerPersistenceTest -org/apache/geronimo/tomcat/JACCSecurityTest \ No newline at end of file +# 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 +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 + +# TODO: investigate +org/apache/geronimo/gjndi/binding/GBeanBindingTest # 1 fail out of 1 test case + +# TODO: investigate +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 + + Index: exclude.list.linux.x86_64 =================================================================== --- exclude.list.linux.x86_64 (revision 549032) +++ exclude.list.linux.x86_64 (working copy) @@ -1,19 +1,32 @@ -org/apache/geronimo/directory/RunningTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompContextTest -org/apache/geronimo/gjndi/JavaCompGBeanTest -org/apache/geronimo/gjndi/KernelContextGBeanTest -org/apache/geronimo/gjndi/binding/GBeanBindingTest -org/apache/geronimo/jetty/SecurityTest -org/apache/geronimo/timer/TransactionalThreadPooledTimerTest -org/apache/geronimo/timer/jdbc/DerbyJDBCWorkerPersistenceTest -org/apache/geronimo/timer/jdbc/DerbyJDBCWorkerPersistenceTest -org/apache/geronimo/timer/jdbc/DerbyJDBCWorkerPersistenceTest -org/apache/geronimo/tomcat/JACCSecurityTest \ No newline at end of file +# 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 +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 + +# TODO: investigate +org/apache/geronimo/gjndi/binding/GBeanBindingTest # 1 fail out of 1 test case + +# TODO: investigate +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 + +