Home | History | Annotate | Download | only in config
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <hy:suite xmlns:hy="http://incubator.apache.org/harmony/testing"
      3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      4     xsi:schemaLocation="http://incubator.apache.org/harmony/testing excludes.xsd">
      5 
      6 	<!-- Applet module test exclusions -->
      7 
      8 
      9 	<!-- Archive module test exclusions -->
     10 	<hy:type id="tests.api.java.util.zip.GZIPInputStreamTest">
     11         <hy:exclude id="test_read$BII" shouldfix="true">
     12             <hy:reason>java.io.IOException: Size mismatch</hy:reason>
     13         </hy:exclude>
     14         <hy:exclude id="test_close" shouldfix="true">
     15             <hy:reason>java.io.IOException: Size mismatch</hy:reason>
     16         </hy:exclude>
     17     </hy:type>
     18     
     19     <hy:type id="tests.api.java.util.zip.InflaterInputStreamTest">
     20         <hy:exclude id="test_ConstructorLjava_io_InputStream" shouldfix="true">
     21             <hy:reason>read() threw an exception while testing constructor</hy:reason>
     22         </hy:exclude>
     23     </hy:type>
     24     
     25     <hy:type id="tests.api.java.util.zip.InflaterTest">
     26         <hy:exclude id="test_setDictionary$B" shouldfix="true">
     27             <hy:reason>java.lang.IllegalArgumentException in native method</hy:reason>
     28         </hy:exclude>
     29     </hy:type>
     30     
     31     
     32     <!-- Auth module test exclusions -->
     33     <hy:type id="javax.security.auth.login.serialization.SerAccountExpiredExceptionTest">
     34         <hy:exclude id="testGolden" shouldfix="true">
     35             <hy:reason>java.io.EOFException</hy:reason>
     36         </hy:exclude>
     37     </hy:type>
     38     
     39     <hy:type id="javax.security.auth.login.serialization.SerCredentialExpiredExceptionTest">
     40         <hy:exclude id="testGolden" shouldfix="true">
     41             <hy:reason>java.io.EOFException</hy:reason>
     42         </hy:exclude>
     43     </hy:type>
     44     
     45     <hy:type id="javax.security.auth.x500.X500PrincipalTest">
     46         <hy:exclude id="testValidEncoding" shouldfix="true">
     47             <hy:reason>Undiagnosed Error</hy:reason>
     48         </hy:exclude>
     49     </hy:type>
     50     
     51     <hy:type id="tests.api.javax.security.auth.x500.X500PrincipalTest">
     52         <hy:exclude id="all" shouldfix="true">
     53             <hy:reason>Undiagnosed Error</hy:reason>
     54         </hy:exclude>
     55     </hy:type>
     56     
     57 
     58 	<!-- AWT module test exclusions -->
     59 	
     60 	
     61 	<!-- Beans module test exclusions -->
     62 	<hy:type id="java.beans.beancontext.BeanContextServicesSupportTest">
     63         <hy:exclude id="all" shouldfix="true">
     64             <hy:reason>protected system package 'java.beans.beancontext'</hy:reason>
     65         </hy:exclude>
     66     </hy:type>
     67     
     68     <hy:type id="java.beans.beancontext.BeanContextSupportTest">
     69         <hy:exclude id="all" shouldfix="true">
     70             <hy:reason>protected system package 'java.beans.beancontext'</hy:reason>
     71         </hy:exclude>
     72     </hy:type>
     73     
     74     <hy:type id="org.apache.harmony.tests.java.beans.BeansTest">
     75         <hy:exclude id="testLoadBySpecificClassLoader" shouldfix="true">
     76             <hy:reason>Class with name org.apache.harmony.tests.beans.auxiliary.SampleBean is not found</hy:reason>
     77         </hy:exclude>
     78         <hy:exclude id="testLoadByDefaultClassLoader" shouldfix="true">
     79             <hy:reason>Class with name org.apache.harmony.tests.beans.auxiliary.SampleBean is not found</hy:reason>
     80         </hy:exclude>
     81     </hy:type>
     82     
     83     <hy:type id="org.apache.harmony.tests.java.beans.EventHandlerTest">
     84         <hy:exclude id="testNullListenerMethodName" shouldfix="true">
     85             <hy:reason>Undiagnosed failure</hy:reason>
     86         </hy:exclude>
     87         <hy:exclude id="testInvoke" shouldfix="true">
     88             <hy:reason>Undiagnosed failure</hy:reason>
     89         </hy:exclude>
     90         <hy:exclude id="testInvokeWithNullPropertyName" shouldfix="true">
     91             <hy:reason>Undiagnosed error</hy:reason>
     92         </hy:exclude>
     93         <hy:exclude id="testCreateWithDottedParameterCall" shouldfix="true">
     94             <hy:reason>Undiagnosed failure</hy:reason>
     95         </hy:exclude>
     96         <hy:exclude id="testCreateWithMethodCallWhichIsSetter" shouldfix="true">
     97             <hy:reason>Undiagnosed error</hy:reason>
     98         </hy:exclude>
     99         <hy:exclude id="testCreateForStaticMethodAsPropertyGetter" shouldfix="true">
    100             <hy:reason>Undiagnosed error</hy:reason>
    101         </hy:exclude>
    102     </hy:type>
    103     
    104     <hy:type id="org.apache.harmony.tests.java.beans.SimpleBeanInfoTest">
    105         <hy:exclude id="testLoadImage" shouldfix="true">
    106             <hy:reason>Undiagnosed failure</hy:reason>
    107         </hy:exclude>
    108     </hy:type>
    109     
    110     <hy:type id="tests.api.java.beans.BeanDescriptorTest">
    111         <hy:exclude id="testBeanDescriptorClass" shouldfix="true">
    112             <hy:reason>Undiagnosed failure</hy:reason>
    113         </hy:exclude>
    114         <hy:exclude id="testBeanDescriptorClassClass_CustomizerClassNull" shouldfix="true">
    115             <hy:reason>Undiagnosed failure</hy:reason>
    116         </hy:exclude>
    117     </hy:type>
    118     
    119     <hy:type id="tests.api.java.beans.BeansTest">
    120         <hy:exclude id="testInstantiateClassLoaderString_Class" shouldfix="true">
    121             <hy:reason>Undiagnosed error</hy:reason>
    122         </hy:exclude>
    123         <hy:exclude id="testInstantiateClassLoaderString_Ser" shouldfix="true">
    124             <hy:reason>Undiagnosed error</hy:reason>
    125         </hy:exclude>
    126         <hy:exclude id="testInstantiateClassLoaderStringBeanContext_Class" shouldfix="true">
    127             <hy:reason>Undiagnosed error</hy:reason>
    128         </hy:exclude>
    129         <hy:exclude id="testInstantiateClassLoaderStringBeanContext_Ser" shouldfix="true">
    130             <hy:reason>Undiagnosed error</hy:reason>
    131         </hy:exclude>
    132         <hy:exclude id="testInstantiateClassLoaderStringBeanContextAppletInitializer_Class" shouldfix="true">
    133             <hy:reason>Undiagnosed error</hy:reason>
    134         </hy:exclude>
    135         <hy:exclude id="testInstantiateClassLoaderStringBeanContextAppletInitializer_Ser" shouldfix="true">
    136             <hy:reason>Undiagnosed error</hy:reason>
    137         </hy:exclude>
    138         <hy:exclude id="testIsInstanceOf_BeanNull" shouldfix="true">
    139             <hy:reason>Undiagnosed failure</hy:reason>
    140         </hy:exclude>
    141     </hy:type>
    142     
    143     <hy:type id="tests.api.java.beans.CustomizedPersistenceDelegateTest">
    144         <hy:exclude id="testArrayPD" shouldfix="true">
    145             <hy:reason>Undiagnosed failure</hy:reason>
    146         </hy:exclude>
    147         <hy:exclude id="testProxyPD" shouldfix="true">
    148             <hy:reason>Undiagnosed error</hy:reason>
    149         </hy:exclude>
    150         <hy:exclude id="testPrimitivePD" shouldfix="true">
    151             <hy:reason>Undiagnosed error</hy:reason>
    152         </hy:exclude>
    153         <hy:exclude id="testMethodPD" shouldfix="true">
    154             <hy:reason>Undiagnosed failure</hy:reason>
    155         </hy:exclude>
    156         <hy:exclude id="testFieldPD" shouldfix="true">
    157             <hy:reason>Undiagnosed failure</hy:reason>
    158         </hy:exclude>
    159     </hy:type>
    160     
    161     <hy:type id="tests.api.java.beans.DefaultPersistenceDelegateTest">
    162         <hy:exclude id="testInstantiate_NullProperty" shouldfix="true">
    163             <hy:reason>Undiagnosed failure</hy:reason>
    164         </hy:exclude>
    165         <hy:exclude id="testInstantiate_EmptyProperty" shouldfix="true">
    166             <hy:reason>Undiagnosed failure</hy:reason>
    167         </hy:exclude>
    168         <hy:exclude id="testInstantiate_NonExistingGetter" shouldfix="true">
    169             <hy:reason>Undiagnosed error</hy:reason>
    170         </hy:exclude>
    171         <hy:exclude id="testInstantiate_NonExistingGetterNulEncoder" shouldfix="true">
    172             <hy:reason>Undiagnosed failure</hy:reason>
    173         </hy:exclude>
    174         <hy:exclude id="testInstantiate_InitialUpperCasePropName" shouldfix="true">
    175             <hy:reason>Undiagnosed failure</hy:reason>
    176         </hy:exclude>
    177         <hy:exclude id="testInstantiate_NoGetter" shouldfix="true">
    178             <hy:reason>Undiagnosed failure</hy:reason>
    179         </hy:exclude>
    180         <hy:exclude id="testInstantiate_NotRegularGetter" shouldfix="true">
    181             <hy:reason>Undiagnosed failure</hy:reason>
    182         </hy:exclude>
    183         <hy:exclude id="testMutatesTo_NormalNoProperty" shouldfix="true">
    184             <hy:reason>Undiagnosed failure</hy:reason>
    185         </hy:exclude>
    186         <hy:exclude id="testMutatesTo_NormalWithEmptyPropertyPublicEqualMethod" shouldfix="true">
    187             <hy:reason>Undiagnosed failure</hy:reason>
    188         </hy:exclude>
    189         <hy:exclude id="testMutatesTo_Null" shouldfix="true">
    190             <hy:reason>Undiagnosed failure</hy:reason>
    191         </hy:exclude>
    192         <hy:exclude id="testInitialize_Normal" shouldfix="true">
    193             <hy:reason>Undiagnosed error</hy:reason>
    194         </hy:exclude>
    195         <hy:exclude id="testInitialize_NormalBeanInfo" shouldfix="true">
    196             <hy:reason>Undiagnosed error</hy:reason>
    197         </hy:exclude>
    198         <hy:exclude id="testInitialize_SameInstance" shouldfix="true">
    199             <hy:reason>Undiagnosed error</hy:reason>
    200         </hy:exclude>
    201         <hy:exclude id="testInitialize_TransientProperty" shouldfix="true">
    202             <hy:reason>Undiagnosed failure</hy:reason>
    203         </hy:exclude>
    204         <hy:exclude id="testInitialize_NullClass" shouldfix="true">
    205             <hy:reason>Undiagnosed failure</hy:reason>
    206         </hy:exclude>
    207         <hy:exclude id="testInitialize_NullInstances" shouldfix="true">
    208             <hy:reason>Undiagnosed failure</hy:reason>
    209         </hy:exclude>
    210         <hy:exclude id="testInitialize_NullEncoder" shouldfix="true">
    211             <hy:reason>Undiagnosed failure</hy:reason>
    212         </hy:exclude>
    213         <hy:exclude id="testInitialize_NotRegularGetter" shouldfix="true">
    214             <hy:reason>Undiagnosed error</hy:reason>
    215         </hy:exclude>
    216     </hy:type>
    217     
    218     <hy:type id="tests.api.java.beans.EncoderTest">
    219         <hy:exclude id="testGetExceptionListener" shouldfix="true">
    220             <hy:reason>Undiagnosed failure</hy:reason>
    221         </hy:exclude>
    222         <hy:exclude id="testSetExceptionListener_Null" shouldfix="true">
    223             <hy:reason>Undiagnosed failure</hy:reason>
    224         </hy:exclude>
    225         <hy:exclude id="testSetExceptionListener" shouldfix="true">
    226             <hy:reason>Undiagnosed failure</hy:reason>
    227         </hy:exclude>
    228         <hy:exclude id="testWriteExpression_Null" shouldfix="true">
    229             <hy:reason>Undiagnosed failure</hy:reason>
    230         </hy:exclude>
    231         <hy:exclude id="testWriteObject_Null" shouldfix="true">
    232             <hy:reason>Undiagnosed error</hy:reason>
    233         </hy:exclude>
    234         <hy:exclude id="testWriteObject" shouldfix="true">
    235             <hy:reason>Undiagnosed failure</hy:reason>
    236         </hy:exclude>
    237         <hy:exclude id="testGetPersistenceDelegate_BeanInfo" shouldfix="true">
    238             <hy:reason>Undiagnosed failure</hy:reason>
    239         </hy:exclude>
    240         <hy:exclude id="testGetPersistenceDelegate_Default" shouldfix="true">
    241             <hy:reason>Undiagnosed failure</hy:reason>
    242         </hy:exclude>
    243         <hy:exclude id="testSetPersistenceDelegate_Null" shouldfix="true">
    244             <hy:reason>Undiagnosed failure</hy:reason>
    245         </hy:exclude>
    246         <hy:exclude id="testGet_String" shouldfix="true">
    247             <hy:reason>Undiagnosed failure</hy:reason>
    248         </hy:exclude>
    249         <hy:exclude id="testGet_Integer" shouldfix="true">
    250             <hy:reason>Undiagnosed failure</hy:reason>
    251         </hy:exclude>
    252         <hy:exclude id="testRemove_String" shouldfix="true">
    253             <hy:reason>Undiagnosed failure</hy:reason>
    254         </hy:exclude>
    255     </hy:type>
    256 
    257 	<hy:type id="tests.api.java.beans.EventHandlerTest">
    258         <hy:exclude id="testCreateClassObjectString_ObjectNull" shouldfix="true">
    259             <hy:reason>Undiagnosed failure</hy:reason>
    260         </hy:exclude>
    261         <hy:exclude id="testCreateClassObjectString_MethodNull" shouldfix="true">
    262             <hy:reason>Undiagnosed failure</hy:reason>
    263         </hy:exclude>
    264         <hy:exclude id="testCreateClassObjectString_MethodEmpty" shouldfix="true">
    265             <hy:reason>Undiagnosed failure</hy:reason>
    266         </hy:exclude>
    267         <hy:exclude id="testCreateClassObjectStringString_TargetNull" shouldfix="true">
    268             <hy:reason>Undiagnosed failure</hy:reason>
    269         </hy:exclude>
    270         <hy:exclude id="testCreateClassObjectStringString_ActionNull" shouldfix="true">
    271             <hy:reason>Undiagnosed failure</hy:reason>
    272         </hy:exclude>
    273         <hy:exclude id="testCreateClassObjectStringString_ActionInvalid" shouldfix="true">
    274             <hy:reason>Undiagnosed failure</hy:reason>
    275         </hy:exclude>
    276         <hy:exclude id="testCreateClassObjectStringString_PropertyNameNull" shouldfix="true">
    277             <hy:reason>Undiagnosed failure</hy:reason>
    278         </hy:exclude>
    279         <hy:exclude id="testCreateClassObjectStringString_PropertyNameInvalid" shouldfix="true">
    280             <hy:reason>Undiagnosed failure</hy:reason>
    281         </hy:exclude>
    282         <hy:exclude id="testCreateClassObjectStringStringString_TargetNull" shouldfix="true">
    283             <hy:reason>Undiagnosed failure</hy:reason>
    284         </hy:exclude>
    285         <hy:exclude id="testCreateClassObjectStringStringString_ActionNull" shouldfix="true">
    286             <hy:reason>Undiagnosed failure</hy:reason>
    287         </hy:exclude>
    288         <hy:exclude id="testCreateClassObjectStringStringString_ActionInvalid" shouldfix="true">
    289             <hy:reason>Undiagnosed failure</hy:reason>
    290         </hy:exclude>
    291         <hy:exclude id="testCreateClassObjectStringStringString_PropertyNull" shouldfix="true">
    292             <hy:reason>Undiagnosed failure</hy:reason>
    293         </hy:exclude>
    294         <hy:exclude id="testCreateClassObjectStringStringString_PropertyInvalid" shouldfix="true">
    295             <hy:reason>Undiagnosed failure</hy:reason>
    296         </hy:exclude>
    297         <hy:exclude id="testInvoke_1" shouldfix="true">
    298             <hy:reason>Undiagnosed failure</hy:reason>
    299         </hy:exclude>
    300         <hy:exclude id="testIncompatibleMethod" shouldfix="true">
    301             <hy:reason>Undiagnosed failure</hy:reason>
    302         </hy:exclude>
    303         <hy:exclude id="testCoverage_1" shouldfix="true">
    304             <hy:reason>Undiagnosed failure</hy:reason>
    305         </hy:exclude>
    306         <hy:exclude id="testInvoke_extend2" shouldfix="true">
    307             <hy:reason>Undiagnosed failure</hy:reason>
    308         </hy:exclude>
    309         <hy:exclude id="testInvoke_extend2_2" shouldfix="true">
    310             <hy:reason>Undiagnosed failure</hy:reason>
    311         </hy:exclude>
    312         <hy:exclude id="testInvoke_extend4_BooleanObject" shouldfix="true">
    313             <hy:reason>Undiagnosed failure</hy:reason>
    314         </hy:exclude>
    315         <hy:exclude id="testEventHandlerCreate" shouldfix="true">
    316             <hy:reason>Undiagnosed error</hy:reason>
    317         </hy:exclude>
    318     </hy:type>
    319     
    320     <hy:type id="tests.api.java.beans.EventSetDescriptorTest">
    321         <hy:exclude id="testEventSetDescriptorClassStringClassString2" shouldfix="true">
    322             <hy:reason>Undiagnosed failure</hy:reason>
    323         </hy:exclude>
    324         <hy:exclude id="testEventSetDescriptorClassStringClassString_EventNull" shouldfix="true">
    325             <hy:reason>Undiagnosed failure</hy:reason>
    326         </hy:exclude>
    327         <hy:exclude id="testEventSetDescriptorClassStringClassString_EventEmpty" shouldfix="true">
    328             <hy:reason>Undiagnosed failure</hy:reason>
    329         </hy:exclude>
    330         <hy:exclude id="testEventSetDescriptorClassStringClassString_EventInvalid" shouldfix="true">
    331             <hy:reason>Undiagnosed error</hy:reason>
    332         </hy:exclude>
    333         <hy:exclude id="testEventSetDescriptorClassStringClassString_ListenerInvalid" shouldfix="true">
    334             <hy:reason>Undiagnosed error</hy:reason>
    335         </hy:exclude>
    336         <hy:exclude id="testEventSetDescriptorClassStringClassStringArrayStringString" shouldfix="true">
    337             <hy:reason>Undiagnosed error</hy:reason>
    338         </hy:exclude>
    339         <hy:exclude id="testEventSetDescriptorClassStringClassStringArrayStringString_sourceClassNull" shouldfix="true">
    340             <hy:reason>Undiagnosed error</hy:reason>
    341         </hy:exclude>
    342         <hy:exclude id="testEventSetDescriptorClassStringClassStringArrayStringString_eventNull" shouldfix="true">
    343             <hy:reason>Undiagnosed error</hy:reason>
    344         </hy:exclude>
    345         <hy:exclude id="testEventSetDescriptorClassStringClassStringArrayStringString_eventEmpty" shouldfix="true">
    346             <hy:reason>Undiagnosed error</hy:reason>
    347         </hy:exclude>
    348         <hy:exclude id="testEventSetDescriptorClassStringClassStringArrayStringString_listenerMethodNamesNull" shouldfix="true">
    349             <hy:reason>Undiagnosed error</hy:reason>
    350         </hy:exclude>
    351         <hy:exclude id="testEventSetDescriptorClassStringClassStringArrayStringString_listenerMethodNamesEmpty" shouldfix="true">
    352             <hy:reason>Undiagnosed error</hy:reason>
    353         </hy:exclude>
    354         <hy:exclude id="testEventSetDescriptorClassStringClassStringArrayStringString_addListenerMethodNameNull" shouldfix="true">
    355             <hy:reason>Undiagnosed error</hy:reason>
    356         </hy:exclude>
    357         <hy:exclude id="testEventSetDescriptorClassStringClassStringArrayStringString_removeListenerMethodNameNull" shouldfix="true">
    358             <hy:reason>Undiagnosed error</hy:reason>
    359         </hy:exclude>
    360         <hy:exclude id="testEventSetDescriptorClassStringClassStringArrayStringStringString" shouldfix="true">
    361             <hy:reason>Undiagnosed error</hy:reason>
    362         </hy:exclude>
    363         <hy:exclude id="testEventSetDescriptorClassStringClassStringArrayStringStringString_getListenerMethodNameNull" shouldfix="true">
    364             <hy:reason>Undiagnosed error</hy:reason>
    365         </hy:exclude>
    366         <hy:exclude id="testEventSetDescriptorClassStringClassStringArrayStringStringString_getListenerMethodNameInvalid" shouldfix="true">
    367             <hy:reason>Undiagnosed error</hy:reason>
    368         </hy:exclude>
    369         <hy:exclude id="testEventSetDescriptorStringClassMethodArrayMethodMethod" shouldfix="true">
    370             <hy:reason>Undiagnosed failure</hy:reason>
    371         </hy:exclude>
    372         <hy:exclude id="testEventSetDescriptorStringClassMethodArrayMethodMethod_EventNull" shouldfix="true">
    373             <hy:reason>Undiagnosed failure</hy:reason>
    374         </hy:exclude>
    375         <hy:exclude id="testEventSetDescriptorStringClassMethodArrayMethodMethod_EventEmpty" shouldfix="true">
    376             <hy:reason>Undiagnosed failure</hy:reason>
    377         </hy:exclude>
    378         <hy:exclude id="testEventSetDescriptorStringClassMethodArrayMethodMethod_ListenerTypeNull" shouldfix="true">
    379             <hy:reason>Undiagnosed error</hy:reason>
    380         </hy:exclude>
    381         <hy:exclude id="testEventSetDescriptorStringClassMethodArrayMethodMethod_listenerMethodsNull" shouldfix="true">
    382             <hy:reason>Undiagnosed failure</hy:reason>
    383         </hy:exclude>
    384         <hy:exclude id="testEventSetDescriptorStringClassMethodArrayMethodMethod_listenerMethodsInvalid" shouldfix="true">
    385             <hy:reason>Undiagnosed failure</hy:reason>
    386         </hy:exclude>
    387         <hy:exclude id="testEventSetDescriptorStringClassMethodArrayMethodMethod_addListenerMethodInvalid" shouldfix="true">
    388             <hy:reason>Undiagnosed error</hy:reason>
    389         </hy:exclude>
    390         <hy:exclude id="testEventSetDescriptorStringClassMethodArrayMethodMethod_removeListenerMethodInvalid" shouldfix="true">
    391             <hy:reason>Undiagnosed error</hy:reason>
    392         </hy:exclude>
    393         <hy:exclude id="testEventSetDescriptorStringClassMethodArrayMethodMethodMethod" shouldfix="true">
    394             <hy:reason>Undiagnosed error</hy:reason>
    395         </hy:exclude>
    396         <hy:exclude id="testEventSetDescriptorStringClassMethodArrayMethodMethodMethod_getListenerMethodInvalid" shouldfix="true">
    397             <hy:reason>Undiagnosed error</hy:reason>
    398         </hy:exclude>
    399         <hy:exclude id="testEventSetDescriptorStringClassMethodDescriptorArrayMethodMethod_ListenerMDNull" shouldfix="true">
    400             <hy:reason>Undiagnosed error</hy:reason>
    401         </hy:exclude>
    402     </hy:type>
    403     
    404     <hy:type id="tests.api.java.beans.ExpressionTest">
    405         <hy:exclude id="testConstructor_Normal" shouldfix="true">
    406             <hy:reason>Undiagnosed failure</hy:reason>
    407         </hy:exclude>
    408         <hy:exclude id="testConstructor_NullTarget" shouldfix="true">
    409             <hy:reason>Undiagnosed failure</hy:reason>
    410         </hy:exclude>
    411         <hy:exclude id="testConstructor_ArrayTarget" shouldfix="true">
    412             <hy:reason>Undiagnosed failure</hy:reason>
    413         </hy:exclude>
    414         <hy:exclude id="testConstructor_NullMethodName" shouldfix="true">
    415             <hy:reason>Undiagnosed failure</hy:reason>
    416         </hy:exclude>
    417         <hy:exclude id="testConstructor_NewMethodName" shouldfix="true">
    418             <hy:reason>Undiagnosed failure</hy:reason>
    419         </hy:exclude>
    420         <hy:exclude id="testConstructor_EmptyMethodName" shouldfix="true">
    421             <hy:reason>Undiagnosed failure</hy:reason>
    422         </hy:exclude>
    423         <hy:exclude id="testConstructor_NullArguments" shouldfix="true">
    424             <hy:reason>Undiagnosed error</hy:reason>
    425         </hy:exclude>
    426         <hy:exclude id="testConstructor_NullArgument" shouldfix="true">
    427             <hy:reason>Undiagnosed failure</hy:reason>
    428         </hy:exclude>
    429         <hy:exclude id="testConstructor_Value_Normal" shouldfix="true">
    430             <hy:reason>Undiagnosed failure</hy:reason>
    431         </hy:exclude>
    432         <hy:exclude id="testConstructor_Value_NullTarget" shouldfix="true">
    433             <hy:reason>Undiagnosed failure</hy:reason>
    434         </hy:exclude>
    435         <hy:exclude id="testConstructor_Value_ArrayTarget" shouldfix="true">
    436             <hy:reason>Undiagnosed failure</hy:reason>
    437         </hy:exclude>
    438         <hy:exclude id="testConstructor_Value_NullMethodName" shouldfix="true">
    439             <hy:reason>Undiagnosed failure</hy:reason>
    440         </hy:exclude>
    441         <hy:exclude id="testConstructor_Value_NewMethodName" shouldfix="true">
    442             <hy:reason>Undiagnosed failure</hy:reason>
    443         </hy:exclude>
    444         <hy:exclude id="testConstructor_Value_EmptyMethodName" shouldfix="true">
    445             <hy:reason>Undiagnosed failure</hy:reason>
    446         </hy:exclude>
    447         <hy:exclude id="testConstructor_Value_NullArguments" shouldfix="true">
    448             <hy:reason>Undiagnosed error</hy:reason>
    449         </hy:exclude>
    450         <hy:exclude id="testConstructor_Value_NullArgument" shouldfix="true">
    451             <hy:reason>Undiagnosed failure</hy:reason>
    452         </hy:exclude>
    453         <hy:exclude id="testConstructor_Value_NullValue" shouldfix="true">
    454             <hy:reason>Undiagnosed failure</hy:reason>
    455         </hy:exclude>
    456         <hy:exclude id="testGetValue_UnboundedNormalInstanceMethod" shouldfix="true">
    457             <hy:reason>Undiagnosed error</hy:reason>
    458         </hy:exclude>
    459         <hy:exclude id="testGetValue_UnboundedNullMethodName" shouldfix="true">
    460             <hy:reason>Undiagnosed error</hy:reason>
    461         </hy:exclude>
    462         <hy:exclude id="testGetValue_UnboundedOverloadedMethods" shouldfix="true">
    463             <hy:reason>Undiagnosed failure</hy:reason>
    464         </hy:exclude>
    465         <hy:exclude id="testGetValue_UnboundedNormalConstructor" shouldfix="true">
    466             <hy:reason>Undiagnosed error</hy:reason>
    467         </hy:exclude>
    468         <hy:exclude id="testGetValue_UnboundedOverloadedConstructorsNull" shouldfix="true">
    469             <hy:reason>Undiagnosed failure</hy:reason>
    470         </hy:exclude>
    471         <hy:exclude id="testGetValue_UnboundedAmbitiousStaticMethod" shouldfix="true">
    472             <hy:reason>Undiagnosed error</hy:reason>
    473         </hy:exclude>
    474         <hy:exclude id="testGetValue_UnboundedClassForName" shouldfix="true">
    475             <hy:reason>Undiagnosed error</hy:reason>
    476         </hy:exclude>
    477         <hy:exclude id="testGetValue_UnboundedVoidMethod" shouldfix="true">
    478             <hy:reason>Undiagnosed failure</hy:reason>
    479         </hy:exclude>
    480         <hy:exclude id="testConstructor_Value_SetValueCalledIn" shouldfix="true">
    481             <hy:reason>Undiagnosed failure</hy:reason>
    482         </hy:exclude>
    483     </hy:type>
    484     
    485     <hy:type id="tests.api.java.beans.FeatureDescriptorTest">
    486         <hy:exclude id="testSetDisplayName" shouldfix="true">
    487             <hy:reason>Undiagnosed failure</hy:reason>
    488         </hy:exclude>
    489         <hy:exclude id="testSetName" shouldfix="true">
    490             <hy:reason>Undiagnosed failure</hy:reason>
    491         </hy:exclude>
    492         <hy:exclude id="testSetValue_ValueNull" shouldfix="true">
    493             <hy:reason>Undiagnosed failure</hy:reason>
    494         </hy:exclude>
    495     </hy:type>
    496     
    497     <hy:type id="tests.api.java.beans.IndexedPropertyDescriptorTest">
    498         <hy:exclude id="testEquals" shouldfix="true">
    499             <hy:reason>Undiagnosed error</hy:reason>
    500         </hy:exclude>
    501         <hy:exclude id="testEquals_ReadMethod" shouldfix="true">
    502             <hy:reason>Undiagnosed error</hy:reason>
    503         </hy:exclude>
    504         <hy:exclude id="testEquals_ReadMethodNull" shouldfix="true">
    505             <hy:reason>Undiagnosed error</hy:reason>
    506         </hy:exclude>
    507         <hy:exclude id="testEquals_WriteMethod" shouldfix="true">
    508             <hy:reason>Undiagnosed error</hy:reason>
    509         </hy:exclude>
    510         <hy:exclude id="testEquals_WriteMethodNull" shouldfix="true">
    511             <hy:reason>Undiagnosed error</hy:reason>
    512         </hy:exclude>
    513         <hy:exclude id="testEquals_IndexedR" shouldfix="true">
    514             <hy:reason>Undiagnosed error</hy:reason>
    515         </hy:exclude>
    516         <hy:exclude id="testEquals_IndexedRNull" shouldfix="true">
    517             <hy:reason>Undiagnosed error</hy:reason>
    518         </hy:exclude>
    519         <hy:exclude id="testEquals_IndexedW" shouldfix="true">
    520             <hy:reason>Undiagnosed error</hy:reason>
    521         </hy:exclude>
    522         <hy:exclude id="testEquals_IndexWNull" shouldfix="true">
    523             <hy:reason>Undiagnosed error</hy:reason>
    524         </hy:exclude>
    525         <hy:exclude id="testEquals_PropertyType" shouldfix="true">
    526             <hy:reason>Undiagnosed error</hy:reason>
    527         </hy:exclude>
    528         <hy:exclude id="testIndexedPropertyDescriptorStringClass" shouldfix="true">
    529             <hy:reason>Undiagnosed failure</hy:reason>
    530         </hy:exclude>
    531         <hy:exclude id="testIndexedPropertyDescriptorStringClass_PropertyNameInvalid" shouldfix="true">
    532             <hy:reason>Undiagnosed failure</hy:reason>
    533         </hy:exclude>
    534         <hy:exclude id="testIndexedPropertyDescriptorStringClass_NotIndexedProperty" shouldfix="true">
    535             <hy:reason>Undiagnosed failure</hy:reason>
    536         </hy:exclude>
    537         <hy:exclude id="testIndexedPropertyDescriptorStringClassStringStringStringString" shouldfix="true">
    538             <hy:reason>Undiagnosed failure</hy:reason>
    539         </hy:exclude>
    540         <hy:exclude id="testIndexedPropertyDescriptorStringClassStringStringStringString_IndexedReadMethodNull" shouldfix="true">
    541             <hy:reason>Undiagnosed failure</hy:reason>
    542         </hy:exclude>
    543         <hy:exclude id="testIndexedPropertyDescriptorStringClassStringStringStringString_IndexedRWNull" shouldfix="true">
    544             <hy:reason>Undiagnosed failure</hy:reason>
    545         </hy:exclude>
    546         <hy:exclude id="testIndexedPropertyDescriptorStringClassStringStringStringString_RNull" shouldfix="true">
    547             <hy:reason>Undiagnosed failure</hy:reason>
    548         </hy:exclude>
    549         <hy:exclude id="testIndexedPropertyDescriptorStringMethodMethodMethodMethod" shouldfix="true">
    550             <hy:reason>Undiagnosed error</hy:reason>
    551         </hy:exclude>
    552         <hy:exclude id="testIndexedPropertyDescriptorStringMethodMethodMethodMethod_propInvalid" shouldfix="true">
    553             <hy:reason>Undiagnosed error</hy:reason>
    554         </hy:exclude>
    555         <hy:exclude id="testIndexedPropertyDescriptorStringMethodMethodMethodMethod_ReadMethodNull" shouldfix="true">
    556             <hy:reason>Undiagnosed error</hy:reason>
    557         </hy:exclude>
    558         <hy:exclude id="testIndexedPropertyDescriptorStringMethodMethodMethodMethod_WriteMethodNull" shouldfix="true">
    559             <hy:reason>Undiagnosed error</hy:reason>
    560         </hy:exclude>
    561         <hy:exclude id="testIndexedPropertyDescriptorStringMethodMethodMethodMethod_IndexedReadMethodNull" shouldfix="true">
    562             <hy:reason>Undiagnosed failure</hy:reason>
    563         </hy:exclude>
    564         <hy:exclude id="testIndexedPropertyDescriptorStringMethodMethodMethodMethod_IndexedWriteMethodNull" shouldfix="true">
    565             <hy:reason>Undiagnosed error</hy:reason>
    566         </hy:exclude>
    567         <hy:exclude id="testIndexedPropertyDescriptorStringMethodMethodMethodMethod_IndexedRWNull" shouldfix="true">
    568             <hy:reason>Undiagnosed failure</hy:reason>
    569         </hy:exclude>
    570         <hy:exclude id="testIndexedPropertyDescriptorStringMethodMethodMethodMethod_RWNull" shouldfix="true">
    571             <hy:reason>Undiagnosed error</hy:reason>
    572         </hy:exclude>
    573         <hy:exclude id="testIndexedPropertyDescriptorStringMethodMethodMethodMethod_RWIncompatible" shouldfix="true">
    574             <hy:reason>Undiagnosed error</hy:reason>
    575         </hy:exclude>
    576         <hy:exclude id="testIndexedPropertyDescriptorStringMethodMethodMethodMethod_IndexedRWIncompatible" shouldfix="true">
    577             <hy:reason>Undiagnosed error</hy:reason>
    578         </hy:exclude>
    579         <hy:exclude id="testSetIndexedReadMethod_invalid" shouldfix="true">
    580             <hy:reason>Undiagnosed error</hy:reason>
    581         </hy:exclude>
    582         <hy:exclude id="testSetIndexedReadMethod_null" shouldfix="true">
    583             <hy:reason>Undiagnosed error</hy:reason>
    584         </hy:exclude>
    585         <hy:exclude id="testSetIndexedReadMethod_RInvalidArgs" shouldfix="true">
    586             <hy:reason>Undiagnosed error</hy:reason>
    587         </hy:exclude>
    588         <hy:exclude id="testSetIndexedReadMethod_RInvalidArgType" shouldfix="true">
    589             <hy:reason>Undiagnosed error</hy:reason>
    590         </hy:exclude>
    591         <hy:exclude id="testSetIndexedReadMethod_RInvalidReturn" shouldfix="true">
    592             <hy:reason>Undiagnosed error</hy:reason>
    593         </hy:exclude>
    594         <hy:exclude id="testSetIndexedWriteMethod_null" shouldfix="true">
    595             <hy:reason>Undiagnosed error</hy:reason>
    596         </hy:exclude>
    597         <hy:exclude id="testSetIndexedWriteMethod" shouldfix="true">
    598             <hy:reason>Undiagnosed error</hy:reason>
    599         </hy:exclude>
    600         <hy:exclude id="testSetIndexedWriteMethod_noargs" shouldfix="true">
    601             <hy:reason>Undiagnosed error</hy:reason>
    602         </hy:exclude>
    603         <hy:exclude id="testSetIndexedWriteMethod_badargtype" shouldfix="true">
    604             <hy:reason>Undiagnosed error</hy:reason>
    605         </hy:exclude>
    606         <hy:exclude id="testSetIndexedWriteMethod_return" shouldfix="true">
    607             <hy:reason>Undiagnosed error</hy:reason>
    608         </hy:exclude>
    609         <hy:exclude id="testSetIndexedWriteMethod_InvalidIndexType" shouldfix="true">
    610             <hy:reason>Undiagnosed error</hy:reason>
    611         </hy:exclude>
    612     </hy:type>
    613     
    614     <hy:type id="tests.api.java.beans.IntrospectionExceptionTest">
    615         <hy:exclude id="testSerialization_Compatibility" shouldfix="true">
    616             <hy:reason>Undiagnosed error</hy:reason>
    617         </hy:exclude>
    618     </hy:type>
    619     
    620     <hy:type id="tests.api.java.beans.IntrospectorTest">
    621         <hy:exclude id="testGetBeanInfoClassClass_ClassInvalid" shouldfix="true">
    622             <hy:reason>Undiagnosed failure</hy:reason>
    623         </hy:exclude>
    624         <hy:exclude id="testGetBeanInfoClassint_IGNORE_IMMEDIATE_Event" shouldfix="true">
    625             <hy:reason>Undiagnosed failure</hy:reason>
    626         </hy:exclude>
    627         <hy:exclude id="testGetBeanInfoClassint_IGNORE_ALL_Event" shouldfix="true">
    628             <hy:reason>Undiagnosed failure</hy:reason>
    629         </hy:exclude>
    630         <hy:exclude id="testGetBeanInfoSearchPath" shouldfix="true">
    631             <hy:reason>Undiagnosed failure</hy:reason>
    632         </hy:exclude>
    633         <hy:exclude id="testGetBeanInfoSearchPath_Default" shouldfix="true">
    634             <hy:reason>Undiagnosed failure</hy:reason>
    635         </hy:exclude>
    636         <hy:exclude id="testIntrospection_5" shouldfix="true">
    637             <hy:reason>Undiagnosed error</hy:reason>
    638         </hy:exclude>
    639         <hy:exclude id="testIntrospection_8" shouldfix="true">
    640             <hy:reason>Undiagnosed failure</hy:reason>
    641         </hy:exclude>
    642         <hy:exclude id="testIntrospection_9" shouldfix="true">
    643             <hy:reason>Undiagnosed failure</hy:reason>
    644         </hy:exclude>
    645         <hy:exclude id="testIntrospection_10" shouldfix="true">
    646             <hy:reason>Undiagnosed failure</hy:reason>
    647         </hy:exclude>
    648         <hy:exclude id="testIntrospection_11" shouldfix="true">
    649             <hy:reason>Undiagnosed failure</hy:reason>
    650         </hy:exclude>
    651         <hy:exclude id="testIntrospection_13" shouldfix="true">
    652             <hy:reason>Undiagnosed failure</hy:reason>
    653         </hy:exclude>
    654         <hy:exclude id="testBeanInfo_1" shouldfix="true">
    655             <hy:reason>Undiagnosed failure</hy:reason>
    656         </hy:exclude>
    657         <hy:exclude id="testSetBeanInfoSearchPath2" shouldfix="true">
    658             <hy:reason>Undiagnosed failure</hy:reason>
    659         </hy:exclude>        
    660     </hy:type>
    661     
    662     <hy:type id="tests.api.java.beans.MethodDescriptorTest">
    663         <hy:exclude id="testMethodDescriptorMethod" shouldfix="true">
    664             <hy:reason>Undiagnosed failure</hy:reason>
    665         </hy:exclude>
    666         <hy:exclude id="testMethodDescriptorMethodParameterDescriptorArray" shouldfix="true">
    667             <hy:reason>Undiagnosed failure</hy:reason>
    668         </hy:exclude>
    669         <hy:exclude id="testMethodDescriptorMethodParameterDescriptorArray_PDNull" shouldfix="true">
    670             <hy:reason>Undiagnosed failure</hy:reason>
    671         </hy:exclude>
    672     </hy:type>
    673     
    674     <hy:type id="tests.api.java.beans.PersistenceDelegateTest">
    675         <hy:exclude id="testWriteObject_NormalMutatesToFalse" shouldfix="true">
    676             <hy:reason>Undiagnosed failure</hy:reason>
    677         </hy:exclude>
    678         <hy:exclude id="testWriteObject_NullObject" shouldfix="true">
    679             <hy:reason>Undiagnosed failure</hy:reason>
    680         </hy:exclude>
    681         <hy:exclude id="testInitialize_Normal" shouldfix="true">
    682             <hy:reason>Undiagnosed failure</hy:reason>
    683         </hy:exclude>
    684         <hy:exclude id="testInitialize_NullClass" shouldfix="true">
    685             <hy:reason>Undiagnosed failure</hy:reason>
    686         </hy:exclude>
    687         <hy:exclude id="testInitialize_NullInstances" shouldfix="true">
    688             <hy:reason>Undiagnosed failure</hy:reason>
    689         </hy:exclude>
    690         <hy:exclude id="testInitialize_NullEncoder" shouldfix="true">
    691             <hy:reason>Undiagnosed failure</hy:reason>
    692         </hy:exclude>
    693         <hy:exclude id="testMutatesTo_Null" shouldfix="true">
    694             <hy:reason>Undiagnosed failure</hy:reason>
    695         </hy:exclude>
    696     </hy:type>
    697     
    698     <hy:type id="tests.api.java.beans.PropertyChangeEventTest">
    699         <hy:exclude id="testSerializationCompatibility" shouldfix="true">
    700             <hy:reason>Undiagnosed error</hy:reason>
    701         </hy:exclude>
    702     </hy:type>
    703     
    704     <hy:type id="tests.api.java.beans.PropertyChangeSupportTest">
    705         <hy:exclude id="testAddPropertyChangeListener_PropertyChangeListener_Normal" shouldfix="true">
    706             <hy:reason>Undiagnosed failure</hy:reason>
    707         </hy:exclude>
    708         <hy:exclude id="testAddPropertyChangeListener_PropertyChangeListener_Null" shouldfix="true">
    709             <hy:reason>Undiagnosed failure</hy:reason>
    710         </hy:exclude>
    711         <hy:exclude id="testAddPropertyChangeListener_PropertyChangeListener_String_Normal" shouldfix="true">
    712             <hy:reason>Undiagnosed failure</hy:reason>
    713         </hy:exclude>
    714         <hy:exclude id="testAddPropertyChangeListener_PropertyChangeListener_String_NullListener" shouldfix="true">
    715             <hy:reason>Undiagnosed failure</hy:reason>
    716         </hy:exclude>
    717         <hy:exclude id="testAddPropertyChangeListener_PropertyChangeListener_String_NullProperty" shouldfix="true">
    718             <hy:reason>Undiagnosed failure</hy:reason>
    719         </hy:exclude>
    720         <hy:exclude id="testAddPropertyChangeListener_PropertyChangeListener_String_Duplicate" shouldfix="true">
    721             <hy:reason>Undiagnosed failure</hy:reason>
    722         </hy:exclude>
    723         <hy:exclude id="testRemovePropertyChangeListener_PropertyChangeListener_Normal" shouldfix="true">
    724             <hy:reason>Undiagnosed failure</hy:reason>
    725         </hy:exclude>
    726         <hy:exclude id="testRemovePropertyChangeListener_PropertyChangeListener_Null" shouldfix="true">
    727             <hy:reason>Undiagnosed failure</hy:reason>
    728         </hy:exclude>
    729         <hy:exclude id="testRemovePropertyChangeListener_PropertyChangeListener_String_PropertyRegistered" shouldfix="true">
    730             <hy:reason>Undiagnosed failure</hy:reason>
    731         </hy:exclude>
    732         <hy:exclude id="testRemovePropertyChangeListener_PropertyChangeListener_String_NullListener" shouldfix="true">
    733             <hy:reason>Undiagnosed failure</hy:reason>
    734         </hy:exclude>
    735         <hy:exclude id="testRemovePropertyChangeListener_PropertyChangeListener_String_NullProperty" shouldfix="true">
    736             <hy:reason>Undiagnosed failure</hy:reason>
    737         </hy:exclude>
    738         <hy:exclude id="testGetPropertyChangeListener_String_Normal" shouldfix="true">
    739             <hy:reason>Undiagnosed failure</hy:reason>
    740         </hy:exclude>
    741         <hy:exclude id="testGetPropertyChangeListener_String_Null" shouldfix="true">
    742             <hy:reason>Undiagnosed failure</hy:reason>
    743         </hy:exclude>
    744         <hy:exclude id="testHasListener_PropertyRegistered" shouldfix="true">
    745             <hy:reason>Undiagnosed failure</hy:reason>
    746         </hy:exclude>
    747         <hy:exclude id="testHasListener_Null" shouldfix="true">
    748             <hy:reason>Undiagnosed failure</hy:reason>
    749         </hy:exclude>
    750         <hy:exclude id="testFirePropertyChange_Object_NullProperty" shouldfix="true">
    751             <hy:reason>Undiagnosed failure</hy:reason>
    752         </hy:exclude>
    753         <hy:exclude id="testFirePropertyChange_Object_NullListener" shouldfix="true">
    754             <hy:reason>Undiagnosed failure</hy:reason>
    755         </hy:exclude>
    756         <hy:exclude id="testFirePropertyChange_PropertyChangeEvent_NullProperty" shouldfix="true">
    757             <hy:reason>Undiagnosed failure</hy:reason>
    758         </hy:exclude>
    759         <hy:exclude id="testFirePropertyChange_PropertyChangeEvent_NullListener" shouldfix="true">
    760             <hy:reason>Undiagnosed failure</hy:reason>
    761         </hy:exclude>
    762         <hy:exclude id="testFirePropertyChange_Boolean_NullProperty" shouldfix="true">
    763             <hy:reason>Undiagnosed failure</hy:reason>
    764         </hy:exclude>
    765         <hy:exclude id="testFirePropertyChange_Boolean_NullListener" shouldfix="true">
    766             <hy:reason>Undiagnosed failure</hy:reason>
    767         </hy:exclude>
    768         <hy:exclude id="testFirePropertyChange_Int_NullProperty" shouldfix="true">
    769             <hy:reason>Undiagnosed failure</hy:reason>
    770         </hy:exclude>
    771         <hy:exclude id="testFirePropertyChange_Int_NullListener" shouldfix="true">
    772             <hy:reason>Undiagnosed failure</hy:reason>
    773         </hy:exclude>
    774         <hy:exclude id="testSerializationCompatibility" shouldfix="true">
    775             <hy:reason>Undiagnosed error</hy:reason>
    776         </hy:exclude>
    777     </hy:type>
    778     
    779     <hy:type id="tests.api.java.beans.PropertyDescriptorTest">
    780         <hy:exclude id="testPropertyDescriptorStringClass" shouldfix="true">
    781             <hy:reason>Undiagnosed failure</hy:reason>
    782         </hy:exclude>
    783         <hy:exclude id="testPropertyDescriptorStringClass_PropertyNameInvalid" shouldfix="true">
    784             <hy:reason>Undiagnosed failure</hy:reason>
    785         </hy:exclude>
    786         <hy:exclude id="testPropertyDescriptorStringClass_ProtectedGetter" shouldfix="true">
    787             <hy:reason>Undiagnosed failure</hy:reason>
    788         </hy:exclude>
    789         <hy:exclude id="testPropertyDescriptorStringClassStringString" shouldfix="true">
    790             <hy:reason>Undiagnosed failure</hy:reason>
    791         </hy:exclude>
    792         <hy:exclude id="testPropertyDescriptorStringClassStringString_ReadMethodNull" shouldfix="true">
    793             <hy:reason>Undiagnosed failure</hy:reason>
    794         </hy:exclude>
    795         <hy:exclude id="testPropertyDescriptorStringClassStringString_ReadMethodInvalid" shouldfix="true">
    796             <hy:reason>Undiagnosed failure</hy:reason>
    797         </hy:exclude>
    798         <hy:exclude id="testPropertyDescriptorStringClassStringString_WriteMethodNull" shouldfix="true">
    799             <hy:reason>Undiagnosed failure</hy:reason>
    800         </hy:exclude>
    801         <hy:exclude id="testPropertyDescriptorStringClassStringString_WriteMethodEmpty" shouldfix="true">
    802             <hy:reason>Undiagnosed failure</hy:reason>
    803         </hy:exclude>
    804         <hy:exclude id="testPropertyDescriptorStringClassStringString_WriteMethodInvalid" shouldfix="true">
    805             <hy:reason>Undiagnosed failure</hy:reason>
    806         </hy:exclude>
    807         <hy:exclude id="testPropertyDescriptorStringMethodMethod" shouldfix="true">
    808             <hy:reason>Undiagnosed failure</hy:reason>
    809         </hy:exclude>
    810         <hy:exclude id="testPropertyDescriptorStringMethodMethod_ReadMethodNull" shouldfix="true">
    811             <hy:reason>Undiagnosed failure</hy:reason>
    812         </hy:exclude>
    813         <hy:exclude id="testPropertyDescriptorStringMethodMethod_WriteMethodNull" shouldfix="true">
    814             <hy:reason>Undiagnosed failure</hy:reason>
    815         </hy:exclude>
    816         <hy:exclude id="testSetReadMethod_Invalid_returnVoid" shouldfix="true">
    817             <hy:reason>Undiagnosed failure</hy:reason>
    818         </hy:exclude>
    819         <hy:exclude id="testSetBound_true" shouldfix="true">
    820             <hy:reason>Undiagnosed failure</hy:reason>
    821         </hy:exclude>
    822         <hy:exclude id="testSetBound_false" shouldfix="true">
    823             <hy:reason>Undiagnosed failure</hy:reason>
    824         </hy:exclude>
    825         <hy:exclude id="testSetConstrained_true" shouldfix="true">
    826             <hy:reason>Undiagnosed failure</hy:reason>
    827         </hy:exclude>
    828         <hy:exclude id="testSetConstrained_false" shouldfix="true">
    829             <hy:reason>Undiagnosed failure</hy:reason>
    830         </hy:exclude>
    831     </hy:type>
    832     
    833     <hy:type id="tests.api.java.beans.PropertyEditorManagerTest">
    834         <hy:exclude id="testGetEditorSearchPath_default" shouldfix="true">
    835             <hy:reason>Undiagnosed failure</hy:reason>
    836         </hy:exclude>
    837         <hy:exclude id="testSetEditorSearchPath_null" shouldfix="true">
    838             <hy:reason>Undiagnosed error</hy:reason>
    839         </hy:exclude>
    840         <hy:exclude id="testBoolEditor_setAsText" shouldfix="true">
    841             <hy:reason>Undiagnosed error</hy:reason>
    842         </hy:exclude>
    843         <hy:exclude id="testBoolEditor_setAsText_null" shouldfix="true">
    844             <hy:reason>Undiagnosed error</hy:reason>
    845         </hy:exclude>
    846         <hy:exclude id="testBoolEditor_setAsText_Invalid" shouldfix="true">
    847             <hy:reason>Undiagnosed error</hy:reason>
    848         </hy:exclude>
    849         <hy:exclude id="testByteEditor" shouldfix="true">
    850             <hy:reason>Undiagnosed error</hy:reason>
    851         </hy:exclude>
    852         <hy:exclude id="testByteEditor_null" shouldfix="true">
    853             <hy:reason>Undiagnosed error</hy:reason>
    854         </hy:exclude>
    855         <hy:exclude id="testByteEditor_invalid" shouldfix="true">
    856             <hy:reason>Undiagnosed error</hy:reason>
    857         </hy:exclude>
    858         <hy:exclude id="testByteEditor_invalid2" shouldfix="true">
    859             <hy:reason>Undiagnosed error</hy:reason>
    860         </hy:exclude>
    861         <hy:exclude id="testDoubleEditor" shouldfix="true">
    862             <hy:reason>Undiagnosed error</hy:reason>
    863         </hy:exclude>
    864         <hy:exclude id="testDoubleEditor_SetAsText_Null" shouldfix="true">
    865             <hy:reason>Undiagnosed error</hy:reason>
    866         </hy:exclude>
    867         <hy:exclude id="testDoubleEditor_SetAsText_Invalid" shouldfix="true">
    868             <hy:reason>Undiagnosed error</hy:reason>
    869         </hy:exclude>
    870         <hy:exclude id="testFloatEditor" shouldfix="true">
    871             <hy:reason>Undiagnosed error</hy:reason>
    872         </hy:exclude>
    873         <hy:exclude id="testFloatEditor_SetAsText_Null" shouldfix="true">
    874             <hy:reason>Undiagnosed error</hy:reason>
    875         </hy:exclude>
    876         <hy:exclude id="testFloatEditor_SetAsText_Invalid" shouldfix="true">
    877             <hy:reason>Undiagnosed error</hy:reason>
    878         </hy:exclude>
    879         <hy:exclude id="testLongEditor" shouldfix="true">
    880             <hy:reason>Undiagnosed error</hy:reason>
    881         </hy:exclude>
    882         <hy:exclude id="testLongEditor_SetAsText_Null" shouldfix="true">
    883             <hy:reason>Undiagnosed error</hy:reason>
    884         </hy:exclude>
    885         <hy:exclude id="testLongEditor_SetAsText_Invalid" shouldfix="true">
    886             <hy:reason>Undiagnosed error</hy:reason>
    887         </hy:exclude>
    888         <hy:exclude id="testShortEditor" shouldfix="true">
    889             <hy:reason>Undiagnosed error</hy:reason>
    890         </hy:exclude>
    891         <hy:exclude id="testShortEditor_SetAsText_Null" shouldfix="true">
    892             <hy:reason>Undiagnosed error</hy:reason>
    893         </hy:exclude>
    894         <hy:exclude id="testShortEditor_SetAsText_Invalid" shouldfix="true">
    895             <hy:reason>Undiagnosed error</hy:reason>
    896         </hy:exclude>
    897         <hy:exclude id="testIntegerEditor" shouldfix="true">
    898             <hy:reason>Undiagnosed error</hy:reason>
    899         </hy:exclude>
    900         <hy:exclude id="testIntegerEditor_SetAsText_Null" shouldfix="true">
    901             <hy:reason>Undiagnosed error</hy:reason>
    902         </hy:exclude>
    903         <hy:exclude id="testIntegerEditor_SetAsText_Invalid" shouldfix="true">
    904             <hy:reason>Undiagnosed error</hy:reason>
    905         </hy:exclude>
    906         <hy:exclude id="testStringEditor" shouldfix="true">
    907             <hy:reason>Undiagnosed error</hy:reason>
    908         </hy:exclude>
    909         <hy:exclude id="testStringEditor_SetAsText_Null" shouldfix="true">
    910             <hy:reason>Undiagnosed error</hy:reason>
    911         </hy:exclude>
    912         <hy:exclude id="testStringEditor_SetAsText_SpecialChars" shouldfix="true">
    913             <hy:reason>Undiagnosed error</hy:reason>
    914         </hy:exclude>
    915     </hy:type>
    916     
    917     <hy:type id="tests.api.java.beans.PropertyEditorSupportTest">
    918         <hy:exclude id="testPropertyEditorSupport" shouldfix="true">
    919             <hy:reason>Undiagnosed failure</hy:reason>
    920         </hy:exclude>
    921         <hy:exclude id="testPropertyEditorSupportObject" shouldfix="true">
    922             <hy:reason>Undiagnosed failure</hy:reason>
    923         </hy:exclude>
    924         <hy:exclude id="testPropertyEditorSupportObject_null" shouldfix="true">
    925             <hy:reason>Undiagnosed failure</hy:reason>
    926         </hy:exclude>
    927         <hy:exclude id="testAddPropertyChangeListener" shouldfix="true">
    928             <hy:reason>Undiagnosed error</hy:reason>
    929         </hy:exclude>
    930         <hy:exclude id="testAddPropertyChangeListener_source_null" shouldfix="true">
    931             <hy:reason>Undiagnosed error</hy:reason>
    932         </hy:exclude>
    933         <hy:exclude id="testAddPropertyChangeListener_null" shouldfix="true">
    934             <hy:reason>Undiagnosed failure</hy:reason>
    935         </hy:exclude>
    936         <hy:exclude id="testRemovePropertyChangeListener" shouldfix="true">
    937             <hy:reason>Undiagnosed error</hy:reason>
    938         </hy:exclude>
    939         <hy:exclude id="testRemovePropertyChangeListener_null" shouldfix="true">
    940             <hy:reason>Undiagnosed error</hy:reason>
    941         </hy:exclude>
    942         <hy:exclude id="testRemovePropertyChangeListener_diff" shouldfix="true">
    943             <hy:reason>Undiagnosed error</hy:reason>
    944         </hy:exclude>
    945         <hy:exclude id="testRemovePropertyChangeListener_null_null" shouldfix="true">
    946             <hy:reason>Undiagnosed failure</hy:reason>
    947         </hy:exclude>
    948         <hy:exclude id="testSetAsText" shouldfix="true">
    949             <hy:reason>Undiagnosed failure</hy:reason>
    950         </hy:exclude>
    951         <hy:exclude id="testSetValue" shouldfix="true">
    952             <hy:reason>Undiagnosed error</hy:reason>
    953         </hy:exclude>
    954         <hy:exclude id="testSetValue_null" shouldfix="true">
    955             <hy:reason>Undiagnosed failure</hy:reason>
    956         </hy:exclude>
    957     </hy:type>
    958     
    959     <hy:type id="tests.api.java.beans.PropertyVetoExceptionTest">
    960         <hy:exclude id="testSerializablization_Compatibility" shouldfix="true">
    961             <hy:reason>Undiagnosed error</hy:reason>
    962         </hy:exclude>
    963     </hy:type>
    964     
    965     <hy:type id="tests.api.java.beans.StatementTest">
    966         <hy:exclude id="testConstructor_Normal" shouldfix="true">
    967             <hy:reason>Undiagnosed failure</hy:reason>
    968         </hy:exclude>
    969         <hy:exclude id="testConstructor_NullTarget" shouldfix="true">
    970             <hy:reason>Undiagnosed error</hy:reason>
    971         </hy:exclude>
    972         <hy:exclude id="testConstructor_ArrayTarget" shouldfix="true">
    973             <hy:reason>Undiagnosed failure</hy:reason>
    974         </hy:exclude>
    975         <hy:exclude id="testConstructor_NullMethodName" shouldfix="true">
    976             <hy:reason>Undiagnosed failure</hy:reason>
    977         </hy:exclude>
    978         <hy:exclude id="testConstructor_NewMethodName" shouldfix="true">
    979             <hy:reason>Undiagnosed failure</hy:reason>
    980         </hy:exclude>
    981         <hy:exclude id="testConstructor_EmptyMethodName" shouldfix="true">
    982             <hy:reason>Undiagnosed failure</hy:reason>
    983         </hy:exclude>
    984         <hy:exclude id="testConstructor_NullArguments" shouldfix="true">
    985             <hy:reason>Undiagnosed error</hy:reason>
    986         </hy:exclude>
    987         <hy:exclude id="testConstructor_NullArgument" shouldfix="true">
    988             <hy:reason>Undiagnosed error</hy:reason>
    989         </hy:exclude>
    990         <hy:exclude id="testExecute_NormalInstanceMethod" shouldfix="true">
    991             <hy:reason>Undiagnosed error</hy:reason>
    992         </hy:exclude>
    993         <hy:exclude id="testExecute_NullMethodName" shouldfix="true">
    994             <hy:reason>Undiagnosed error</hy:reason>
    995         </hy:exclude>
    996         <hy:exclude id="testExecute_OverloadedMethods" shouldfix="true">
    997             <hy:reason>Undiagnosed failure</hy:reason>
    998         </hy:exclude>
    999         <hy:exclude id="testExecute_NormalConstructor" shouldfix="true">
   1000             <hy:reason>Undiagnosed error</hy:reason>
   1001         </hy:exclude>
   1002         <hy:exclude id="testExecute_OverloadedConstructorsNull" shouldfix="true">
   1003             <hy:reason>Undiagnosed failure</hy:reason>
   1004         </hy:exclude>
   1005         <hy:exclude id="testExecute_AmbitiousStaticMethod" shouldfix="true">
   1006             <hy:reason>Undiagnosed error</hy:reason>
   1007         </hy:exclude>
   1008         <hy:exclude id="testExecute_ClassForName" shouldfix="true">
   1009             <hy:reason>Undiagnosed error</hy:reason>
   1010         </hy:exclude>
   1011         <hy:exclude id="testExecute_ArrayGet" shouldfix="true">
   1012             <hy:reason>Undiagnosed error</hy:reason>
   1013         </hy:exclude>
   1014         <hy:exclude id="testExecute_ArrayInvalidSet" shouldfix="true">
   1015             <hy:reason>Undiagnosed error</hy:reason>
   1016         </hy:exclude>
   1017         <hy:exclude id="testExecute_PrimitiveVSWrapper" shouldfix="true">
   1018             <hy:reason>Undiagnosed failure</hy:reason>
   1019         </hy:exclude>
   1020         <hy:exclude id="testExecute_IntMethodNullParameter" shouldfix="true">
   1021             <hy:reason>Undiagnosed error</hy:reason>
   1022         </hy:exclude>
   1023     </hy:type>
   1024     
   1025     <hy:type id="tests.api.java.beans.VetoableChangeListenerProxyTest">
   1026         <hy:exclude id="testVetoableChangeListenerProxy" shouldfix="true">
   1027             <hy:reason>Undiagnosed failure</hy:reason>
   1028         </hy:exclude>
   1029     </hy:type>
   1030     
   1031     <hy:type id="tests.api.java.beans.VetoableChangeSupportTest">
   1032         <hy:exclude id="testAddVetoableChangeListenerStringVetoableChangeListener_null" shouldfix="true">
   1033             <hy:reason>Undiagnosed failure</hy:reason>
   1034         </hy:exclude>
   1035         <hy:exclude id="testAddVetoableChangeListenerVetoableChangeListener_null" shouldfix="true">
   1036             <hy:reason>Undiagnosed failure</hy:reason>
   1037         </hy:exclude>
   1038         <hy:exclude id="testAddVetoableChangeListenerVetoableChangeListener_Proxy" shouldfix="true">
   1039             <hy:reason>Undiagnosed failure</hy:reason>
   1040         </hy:exclude>
   1041         <hy:exclude id="testFireVetoableChangePropertyChangeEvent_Veto" shouldfix="true">
   1042             <hy:reason>Undiagnosed failure</hy:reason>
   1043         </hy:exclude>
   1044         <hy:exclude id="testFireVetoableChangePropertyChangeEvent_listener_null" shouldfix="true">
   1045             <hy:reason>Undiagnosed failure</hy:reason>
   1046         </hy:exclude>
   1047         <hy:exclude id="testFireVetoableChangeStringbooleanboolean_listener_null" shouldfix="true">
   1048             <hy:reason>Undiagnosed failure</hy:reason>
   1049         </hy:exclude>
   1050         <hy:exclude id="testFireVetoableChangeStringbooleanboolean_listener_null_property" shouldfix="true">
   1051             <hy:reason>Undiagnosed failure</hy:reason>
   1052         </hy:exclude>
   1053         <hy:exclude id="testRemoveVetoableChangeListenerStringVetoableChangeListener_property" shouldfix="true">
   1054             <hy:reason>Undiagnosed error</hy:reason>
   1055         </hy:exclude>
   1056         <hy:exclude id="testRemoveVetoableChangeListenerStringVetoableChangeListener_property_more" shouldfix="true">
   1057             <hy:reason>Undiagnosed error</hy:reason>
   1058         </hy:exclude>
   1059         <hy:exclude id="testRemoveVetoableChangeListenerStringVetoableChangeListener_property_diff" shouldfix="true">
   1060             <hy:reason>Undiagnosed error</hy:reason>
   1061         </hy:exclude>
   1062         <hy:exclude id="testRemoveVetoableChangeListenerStringVetoableChangeListener_listener_diff" shouldfix="true">
   1063             <hy:reason>Undiagnosed error</hy:reason>
   1064         </hy:exclude>
   1065         <hy:exclude id="testRemoveVetoableChangeListenerStringVetoableChangeListener_listener_null" shouldfix="true">
   1066             <hy:reason>Undiagnosed failure</hy:reason>
   1067         </hy:exclude>
   1068         <hy:exclude id="testRemoveVetoableChangeListenerStringVetoableChangeListener_propertyName_Null" shouldfix="true">
   1069             <hy:reason>Undiagnosed failure</hy:reason>
   1070         </hy:exclude>
   1071         <hy:exclude id="testRemoveVetoableChangeListenerStringVetoableChangeListener_listener_null_null" shouldfix="true">
   1072             <hy:reason>Undiagnosed failure</hy:reason>
   1073         </hy:exclude>
   1074         <hy:exclude id="testRemoveVetoableChangeListenerVetoableChangeListener_all_more_diff" shouldfix="true">
   1075             <hy:reason>Undiagnosed error</hy:reason>
   1076         </hy:exclude>
   1077         <hy:exclude id="testRemoveVetoableChangeListenerVetoableChangeListener_all_null" shouldfix="true">
   1078             <hy:reason>Undiagnosed failure</hy:reason>
   1079         </hy:exclude>
   1080         <hy:exclude id="testRemoveVetoableChangeListenerVetoableChangeListener_null_null" shouldfix="true">
   1081             <hy:reason>Undiagnosed failure</hy:reason>
   1082         </hy:exclude>
   1083         <hy:exclude id="testSerialization" shouldfix="true">
   1084             <hy:reason>Undiagnosed error</hy:reason>
   1085         </hy:exclude>
   1086         <hy:exclude id="testSerialization_Compatibility" shouldfix="true">
   1087             <hy:reason>Undiagnosed error</hy:reason>
   1088         </hy:exclude>
   1089     </hy:type>
   1090     
   1091     <hy:type id="tests.api.java.beans.XMLDecoderTest">
   1092         <hy:exclude id="testGetExceptionListener" shouldfix="true">
   1093             <hy:reason>Undiagnosed failure</hy:reason>
   1094         </hy:exclude>
   1095         <hy:exclude id="testReadObject_Null" shouldfix="true">
   1096             <hy:reason>Undiagnosed error</hy:reason>
   1097         </hy:exclude>
   1098         <hy:exclude id="testReadObject_Integer" shouldfix="true">
   1099             <hy:reason>Undiagnosed error</hy:reason>
   1100         </hy:exclude>
   1101         <hy:exclude id="testReadObject_StringCodec" shouldfix="true">
   1102             <hy:reason>Undiagnosed error</hy:reason>
   1103         </hy:exclude>
   1104         <hy:exclude id="testReadObject_IntArray" shouldfix="true">
   1105             <hy:reason>Undiagnosed error</hy:reason>
   1106         </hy:exclude>
   1107         <hy:exclude id="testReadObject_PropertyDependency" shouldfix="true">
   1108             <hy:reason>Undiagnosed error</hy:reason>
   1109         </hy:exclude>
   1110         <hy:exclude id="testReadObject_NoChange" shouldfix="true">
   1111             <hy:reason>Undiagnosed error</hy:reason>
   1112         </hy:exclude>
   1113         <hy:exclude id="testReadObject_BornFriendChange" shouldfix="true">
   1114             <hy:reason>Undiagnosed error</hy:reason>
   1115         </hy:exclude>
   1116         <hy:exclude id="testReadObject_ManyChanges" shouldfix="true">
   1117             <hy:reason>Undiagnosed error</hy:reason>
   1118         </hy:exclude>
   1119         <hy:exclude id="testReadObject_StaticField" shouldfix="true">
   1120             <hy:reason>Undiagnosed error</hy:reason>
   1121         </hy:exclude>
   1122         <hy:exclude id="testReadObject_Owner" shouldfix="true">
   1123             <hy:reason>Undiagnosed error</hy:reason>
   1124         </hy:exclude>
   1125         <hy:exclude id="testReadObject_Owner_WithWriteStatement" shouldfix="true">
   1126             <hy:reason>Undiagnosed error</hy:reason>
   1127         </hy:exclude>
   1128         <hy:exclude id="testSetExceptionListener_CatchException" shouldfix="true">
   1129             <hy:reason>Undiagnosed failure</hy:reason>
   1130         </hy:exclude>
   1131         <hy:exclude id="testXMLDecoderInputStream" shouldfix="true">
   1132             <hy:reason>Undiagnosed failure</hy:reason>
   1133         </hy:exclude>
   1134         <hy:exclude id="testXMLDecoderInputStreamObject" shouldfix="true">
   1135             <hy:reason>Undiagnosed failure</hy:reason>
   1136         </hy:exclude>
   1137     </hy:type>
   1138     
   1139     <hy:type id="tests.api.java.beans.XMLEncoderTest">
   1140         <hy:exclude id="testWriteObject_Null" shouldfix="true">
   1141             <hy:reason>Undiagnosed error</hy:reason>
   1142         </hy:exclude>
   1143         <hy:exclude id="testWriteObject_Integer" shouldfix="true">
   1144             <hy:reason>Undiagnosed error</hy:reason>
   1145         </hy:exclude>
   1146         <hy:exclude id="testWriteObject_StringCodec" shouldfix="true">
   1147             <hy:reason>Undiagnosed error</hy:reason>
   1148         </hy:exclude>
   1149         <hy:exclude id="testWriteObject_IntArray" shouldfix="true">
   1150             <hy:reason>Undiagnosed error</hy:reason>
   1151         </hy:exclude>
   1152         <hy:exclude id="testWriteObject_PropertyDependency" shouldfix="true">
   1153             <hy:reason>Undiagnosed error</hy:reason>
   1154         </hy:exclude>
   1155         <hy:exclude id="testWriteObject_NoChange" shouldfix="true">
   1156             <hy:reason>Undiagnosed error</hy:reason>
   1157         </hy:exclude>
   1158         <hy:exclude id="testWriteObject_BornFriendChange" shouldfix="true">
   1159             <hy:reason>Undiagnosed error</hy:reason>
   1160         </hy:exclude>
   1161         <hy:exclude id="testWriteObject_ManyChanges" shouldfix="true">
   1162             <hy:reason>Undiagnosed error</hy:reason>
   1163         </hy:exclude>
   1164         <hy:exclude id="testWriteObject_ManyChanges_2" shouldfix="true">
   1165             <hy:reason>Undiagnosed error</hy:reason>
   1166         </hy:exclude>
   1167         <hy:exclude id="testWriteObject_SetOwner" shouldfix="true">
   1168             <hy:reason>Undiagnosed error</hy:reason>
   1169         </hy:exclude>
   1170         <hy:exclude id="testWriteObject_SetOwnerWithWriteStatement" shouldfix="true">
   1171             <hy:reason>Undiagnosed error</hy:reason>
   1172         </hy:exclude>
   1173         <hy:exclude id="testWriteObject_StaticField" shouldfix="true">
   1174             <hy:reason>Undiagnosed error</hy:reason>
   1175         </hy:exclude>
   1176         <hy:exclude id="testFlush" shouldfix="true">
   1177             <hy:reason>Undiagnosed failure</hy:reason>
   1178         </hy:exclude>
   1179     </hy:type>
   1180     
   1181     <hy:type id="tests.api.java.beans.beancontext.BeanContextChildSupportTest">
   1182         <hy:exclude id="testAddPropertyChangeListener_NullParam" shouldfix="true">
   1183             <hy:reason>Undiagnosed failure</hy:reason>
   1184         </hy:exclude>
   1185         <hy:exclude id="testAddVetoableChangeListener_NullParam" shouldfix="true">
   1186             <hy:reason>Undiagnosed failure</hy:reason>
   1187         </hy:exclude>
   1188         <hy:exclude id="testServiceAvailable" shouldfix="true">
   1189             <hy:reason>Undiagnosed error</hy:reason>
   1190         </hy:exclude>
   1191         <hy:exclude id="testServiceRevoked" shouldfix="true">
   1192             <hy:reason>Undiagnosed error</hy:reason>
   1193         </hy:exclude>
   1194         <hy:exclude id="testSetBeanContext" shouldfix="true">
   1195             <hy:reason>Undiagnosed error</hy:reason>
   1196         </hy:exclude>
   1197         <hy:exclude id="testSetBeanContext_VetoedByListener" shouldfix="true">
   1198             <hy:reason>Undiagnosed failure</hy:reason>
   1199         </hy:exclude>
   1200         <hy:exclude id="testSetBeanContext_VetoedByValidateMethod" shouldfix="true">
   1201             <hy:reason>Undiagnosed failure</hy:reason>
   1202         </hy:exclude>
   1203         <hy:exclude id="testSerialization_NoPeer" shouldfix="true">
   1204             <hy:reason>Undiagnosed error</hy:reason>
   1205         </hy:exclude>
   1206         <hy:exclude id="testSerialization_WithPeer" shouldfix="true">
   1207             <hy:reason>Undiagnosed error</hy:reason>
   1208         </hy:exclude>
   1209         <hy:exclude id="testSerialization_Compatibility" shouldfix="true">
   1210             <hy:reason>Undiagnosed error</hy:reason>
   1211         </hy:exclude>
   1212     </hy:type>
   1213     
   1214     <hy:type id="tests.api.java.beans.beancontext.BeanContextMembershipEventTest">
   1215         <hy:exclude id="testSerialization" shouldfix="true">
   1216             <hy:reason>Undiagnosed error</hy:reason>
   1217         </hy:exclude>
   1218         <hy:exclude id="testSerialization_Compatibility" shouldfix="true">
   1219             <hy:reason>Undiagnosed error</hy:reason>
   1220         </hy:exclude>
   1221     </hy:type>
   1222     
   1223     <hy:type id="tests.api.java.beans.beancontext.BeanContextServiceAvailableEventTest">
   1224         <hy:exclude id="testSerialization" shouldfix="true">
   1225             <hy:reason>Undiagnosed error</hy:reason>
   1226         </hy:exclude>
   1227         <hy:exclude id="testSerialization_Compatibility" shouldfix="true">
   1228             <hy:reason>Undiagnosed error</hy:reason>
   1229         </hy:exclude>
   1230     </hy:type>
   1231     
   1232     <hy:type id="tests.api.java.beans.beancontext.BeanContextServiceRevokedEventTest">
   1233         <hy:exclude id="testBeanContextServiceRevokedEvent_NullParam" shouldfix="true">
   1234             <hy:reason>Undiagnosed failure</hy:reason>
   1235         </hy:exclude>
   1236         <hy:exclude id="testBeanContextServiceRevokedEvent" shouldfix="true">
   1237             <hy:reason>Undiagnosed failure</hy:reason>
   1238         </hy:exclude>
   1239         <hy:exclude id="testGetSourceAsBeanContextServices" shouldfix="true">
   1240             <hy:reason>Undiagnosed failure</hy:reason>
   1241         </hy:exclude>
   1242         <hy:exclude id="testSerialization" shouldfix="true">
   1243             <hy:reason>Undiagnosed error</hy:reason>
   1244         </hy:exclude>
   1245         <hy:exclude id="testSerialization_Compatibility" shouldfix="true">
   1246             <hy:reason>Undiagnosed error</hy:reason>
   1247         </hy:exclude>
   1248     </hy:type>
   1249     
   1250     <hy:type id="tests.api.java.beans.beancontext.BeanContextServicesSupportTest">
   1251         <hy:exclude id="testAddServiceClassBeanContextServiceProvider_NullParam" shouldfix="true">
   1252             <hy:reason>Undiagnosed failure</hy:reason>
   1253         </hy:exclude>
   1254         <hy:exclude id="testAddServiceClassBeanContextServiceProvider_Exist" shouldfix="true">
   1255             <hy:reason>Undiagnosed failure</hy:reason>
   1256         </hy:exclude>
   1257         <hy:exclude id="testAddServiceClassBeanContextServiceProviderboolean_FalseParam" shouldfix="true">
   1258             <hy:reason>Undiagnosed failure</hy:reason>
   1259         </hy:exclude>
   1260         <hy:exclude id="testChildJustRemovedHook" shouldfix="true">
   1261             <hy:reason>Undiagnosed error</hy:reason>
   1262         </hy:exclude>
   1263         <hy:exclude id="testFireServiceRevokedClassboolean" shouldfix="true">
   1264             <hy:reason>Undiagnosed failure</hy:reason>
   1265         </hy:exclude>
   1266         <hy:exclude id="testGetCurrentServiceClasses" shouldfix="true">
   1267             <hy:reason>Undiagnosed failure</hy:reason>
   1268         </hy:exclude>
   1269         <hy:exclude id="testGetCurrentServiceSelectors_NullParam" shouldfix="true">
   1270             <hy:reason>Undiagnosed error</hy:reason>
   1271         </hy:exclude>
   1272         <hy:exclude id="testGetCurrentServiceSelectors_NonExist" shouldfix="true">
   1273             <hy:reason>Undiagnosed error</hy:reason>
   1274         </hy:exclude>
   1275         <hy:exclude id="testGetCurrentServiceSelectors" shouldfix="true">
   1276             <hy:reason>Undiagnosed error</hy:reason>
   1277         </hy:exclude>
   1278         <hy:exclude id="testGetService_NullParam" shouldfix="true">
   1279             <hy:reason>Undiagnosed error</hy:reason>
   1280         </hy:exclude>
   1281         <hy:exclude id="testGetService_NonChild" shouldfix="true">
   1282             <hy:reason>Undiagnosed failure</hy:reason>
   1283         </hy:exclude>
   1284         <hy:exclude id="testGetService_ThisContext" shouldfix="true">
   1285             <hy:reason>Undiagnosed error</hy:reason>
   1286         </hy:exclude>
   1287         <hy:exclude id="testGetService_ParentContext" shouldfix="true">
   1288             <hy:reason>Undiagnosed error</hy:reason>
   1289         </hy:exclude>
   1290         <hy:exclude id="testHasService_ParentService" shouldfix="true">
   1291             <hy:reason>Undiagnosed failure</hy:reason>
   1292         </hy:exclude>
   1293         <hy:exclude id="testReleaseBeanContextResources" shouldfix="true">
   1294             <hy:reason>Undiagnosed error</hy:reason>
   1295         </hy:exclude>
   1296         <hy:exclude id="testReleaseService_WrongChildOrRequestor" shouldfix="true">
   1297             <hy:reason>Undiagnosed failure</hy:reason>
   1298         </hy:exclude>
   1299         <hy:exclude id="testReleaseService" shouldfix="true">
   1300             <hy:reason>Undiagnosed error</hy:reason>
   1301         </hy:exclude>
   1302         <hy:exclude id="testRevokeService_ChildContext" shouldfix="true">
   1303             <hy:reason>Undiagnosed failure</hy:reason>
   1304         </hy:exclude>
   1305         <hy:exclude id="testSerialization" shouldfix="true">
   1306             <hy:reason>Undiagnosed error</hy:reason>
   1307         </hy:exclude>
   1308         <hy:exclude id="testSerialization_Compatibility" shouldfix="true">
   1309             <hy:reason>Undiagnosed error</hy:reason>
   1310         </hy:exclude>
   1311     </hy:type>
   1312     
   1313     <hy:type id="tests.api.java.beans.beancontext.BeanContextSupportTest">
   1314         <hy:exclude id="testAdd_NonBCC" shouldfix="true">
   1315             <hy:reason>Undiagnosed error</hy:reason>
   1316         </hy:exclude>
   1317         <hy:exclude id="testAdd_BCC" shouldfix="true">
   1318             <hy:reason>Undiagnosed error</hy:reason>
   1319         </hy:exclude>
   1320         <hy:exclude id="testAdd_BCP" shouldfix="true">
   1321             <hy:reason>Undiagnosed error</hy:reason>
   1322         </hy:exclude>
   1323         <hy:exclude id="testAdd_Exist" shouldfix="true">
   1324             <hy:reason>Undiagnosed error</hy:reason>
   1325         </hy:exclude>
   1326         <hy:exclude id="testAdd_Veto" shouldfix="true">
   1327             <hy:reason>Undiagnosed failure</hy:reason>
   1328         </hy:exclude>
   1329         <hy:exclude id="testAddAll" shouldfix="true">
   1330             <hy:reason>Undiagnosed failure</hy:reason>
   1331         </hy:exclude>
   1332         <hy:exclude id="testAddBeanContextMembershipListener" shouldfix="true">
   1333             <hy:reason>Undiagnosed error</hy:reason>
   1334         </hy:exclude>
   1335         <hy:exclude id="testAvoidingGui_VisibleChild" shouldfix="true">
   1336             <hy:reason>Undiagnosed error</hy:reason>
   1337         </hy:exclude>
   1338         <hy:exclude id="testBcsChildren" shouldfix="true">
   1339             <hy:reason>Undiagnosed error</hy:reason>
   1340         </hy:exclude>
   1341         <hy:exclude id="testBcsPreDeserializationHook" shouldfix="true">
   1342             <hy:reason>Undiagnosed error</hy:reason>
   1343         </hy:exclude>
   1344         <hy:exclude id="testBcsPreSerializationHook" shouldfix="true">
   1345             <hy:reason>Undiagnosed error</hy:reason>
   1346         </hy:exclude>
   1347         <hy:exclude id="testChildDeserializedHook" shouldfix="true">
   1348             <hy:reason>Undiagnosed error</hy:reason>
   1349         </hy:exclude>
   1350         <hy:exclude id="testContains" shouldfix="true">
   1351             <hy:reason>Undiagnosed error</hy:reason>
   1352         </hy:exclude>
   1353         <hy:exclude id="testContainsAll" shouldfix="true">
   1354             <hy:reason>Undiagnosed error</hy:reason>
   1355         </hy:exclude>
   1356         <hy:exclude id="testContainsKey" shouldfix="true">
   1357             <hy:reason>Undiagnosed error</hy:reason>
   1358         </hy:exclude>
   1359         <hy:exclude id="testCopyChildren" shouldfix="true">
   1360             <hy:reason>Undiagnosed failure</hy:reason>
   1361         </hy:exclude>
   1362         <hy:exclude id="testGetChildBeanContextChild_Both" shouldfix="true">
   1363             <hy:reason>Undiagnosed failure</hy:reason>
   1364         </hy:exclude>
   1365         <hy:exclude id="testGetResource_NullParam" shouldfix="true">
   1366             <hy:reason>Undiagnosed error</hy:reason>
   1367         </hy:exclude>
   1368         <hy:exclude id="testGetResource_NonChild" shouldfix="true">
   1369             <hy:reason>Undiagnosed failure</hy:reason>
   1370         </hy:exclude>
   1371         <hy:exclude id="testGetResource_NotExist" shouldfix="true">
   1372             <hy:reason>Undiagnosed error</hy:reason>
   1373         </hy:exclude>
   1374         <hy:exclude id="testGetResource" shouldfix="true">
   1375             <hy:reason>Undiagnosed error</hy:reason>
   1376         </hy:exclude>
   1377         <hy:exclude id="testGetResourceAsStream_NullParam" shouldfix="true">
   1378             <hy:reason>Undiagnosed error</hy:reason>
   1379         </hy:exclude>
   1380         <hy:exclude id="testGetResourceAsStream_NonChild" shouldfix="true">
   1381             <hy:reason>Undiagnosed failure</hy:reason>
   1382         </hy:exclude>
   1383         <hy:exclude id="testGetResourceAsStream_NotExist" shouldfix="true">
   1384             <hy:reason>Undiagnosed error</hy:reason>
   1385         </hy:exclude>
   1386         <hy:exclude id="testGetResourceAsStream" shouldfix="true">
   1387             <hy:reason>Undiagnosed error</hy:reason>
   1388         </hy:exclude>
   1389         <hy:exclude id="testInstantiateChild" shouldfix="true">
   1390             <hy:reason>Undiagnosed error</hy:reason>
   1391         </hy:exclude>
   1392         <hy:exclude id="testIsEmpty" shouldfix="true">
   1393             <hy:reason>Undiagnosed error</hy:reason>
   1394         </hy:exclude>
   1395         <hy:exclude id="testIterator" shouldfix="true">
   1396             <hy:reason>Undiagnosed error</hy:reason>
   1397         </hy:exclude>
   1398         <hy:exclude id="testNeedsGui_NoVisibleChild" shouldfix="true">
   1399             <hy:reason>Undiagnosed error</hy:reason>
   1400         </hy:exclude>
   1401         <hy:exclude id="testNeedsGui_VisibilityChild" shouldfix="true">
   1402             <hy:reason>Undiagnosed error</hy:reason>
   1403         </hy:exclude>
   1404         <hy:exclude id="testPropertyChange" shouldfix="true">
   1405             <hy:reason>Undiagnosed failure</hy:reason>
   1406         </hy:exclude>
   1407         <hy:exclude id="testReadChildren" shouldfix="true">
   1408             <hy:reason>Undiagnosed error</hy:reason>
   1409         </hy:exclude>
   1410         <hy:exclude id="testRemoveBeanContextMembershipListener" shouldfix="true">
   1411             <hy:reason>Undiagnosed error</hy:reason>
   1412         </hy:exclude>
   1413         <hy:exclude id="testRemoveObject_NonBCC" shouldfix="true">
   1414             <hy:reason>Undiagnosed error</hy:reason>
   1415         </hy:exclude>
   1416         <hy:exclude id="testRemoveObject_BCC" shouldfix="true">
   1417             <hy:reason>Undiagnosed error</hy:reason>
   1418         </hy:exclude>
   1419         <hy:exclude id="testRemoveObject_BCP" shouldfix="true">
   1420             <hy:reason>Undiagnosed error</hy:reason>
   1421         </hy:exclude>
   1422         <hy:exclude id="testRemoveObject_BCP2" shouldfix="true">
   1423             <hy:reason>Undiagnosed error</hy:reason>
   1424         </hy:exclude>
   1425         <hy:exclude id="testRemoveObject_NonExist" shouldfix="true">
   1426             <hy:reason>Undiagnosed failure</hy:reason>
   1427         </hy:exclude>
   1428         <hy:exclude id="testRemoveObject_Veto" shouldfix="true">
   1429             <hy:reason>Undiagnosed error</hy:reason>
   1430         </hy:exclude>
   1431         <hy:exclude id="testRemoveObjectboolean" shouldfix="true">
   1432             <hy:reason>Undiagnosed error</hy:reason>
   1433         </hy:exclude>
   1434         <hy:exclude id="testSetDesignTime" shouldfix="true">
   1435             <hy:reason>Undiagnosed failure</hy:reason>
   1436         </hy:exclude>
   1437         <hy:exclude id="testSetLocale_NullParam" shouldfix="true">
   1438             <hy:reason>Undiagnosed failure</hy:reason>
   1439         </hy:exclude>
   1440         <hy:exclude id="testSetLocale" shouldfix="true">
   1441             <hy:reason>Undiagnosed error</hy:reason>
   1442         </hy:exclude>
   1443         <hy:exclude id="testSetLocale_Veto" shouldfix="true">
   1444             <hy:reason>Undiagnosed failure</hy:reason>
   1445         </hy:exclude>
   1446         <hy:exclude id="testToArray" shouldfix="true">
   1447             <hy:reason>Undiagnosed error</hy:reason>
   1448         </hy:exclude>
   1449         <hy:exclude id="testToArrayObjectArray_WrongType" shouldfix="true">
   1450             <hy:reason>Undiagnosed error</hy:reason>
   1451         </hy:exclude>
   1452         <hy:exclude id="testToArrayObjectArray_LesserLength" shouldfix="true">
   1453             <hy:reason>Undiagnosed error</hy:reason>
   1454         </hy:exclude>
   1455         <hy:exclude id="testToArrayObjectArray_RightLength" shouldfix="true">
   1456             <hy:reason>Undiagnosed error</hy:reason>
   1457         </hy:exclude>
   1458         <hy:exclude id="testToArrayObjectArray_GreaterLength" shouldfix="true">
   1459             <hy:reason>Undiagnosed error</hy:reason>
   1460         </hy:exclude>
   1461         <hy:exclude id="testVetoableChange" shouldfix="true">
   1462             <hy:reason>Undiagnosed error</hy:reason>
   1463         </hy:exclude>
   1464         <hy:exclude id="testSerialization_NoPeer" shouldfix="true">
   1465             <hy:reason>Undiagnosed error</hy:reason>
   1466         </hy:exclude>
   1467         <hy:exclude id="testSerialization_Peer" shouldfix="true">
   1468             <hy:reason>Undiagnosed error</hy:reason>
   1469         </hy:exclude>
   1470         <hy:exclude id="testSerialization_Compatibility" shouldfix="true">
   1471             <hy:reason>Undiagnosed error</hy:reason>
   1472         </hy:exclude>
   1473     </hy:type>
   1474     
   1475     
   1476     <!-- Crypto module test exclusions -->
   1477     
   1478     
   1479     <!-- JNDI module test exclusions -->
   1480     
   1481     
   1482     <!-- Logging module test exclusions -->
   1483     <hy:type id="org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest">
   1484         <hy:exclude id="testSecurity" shouldfix="true">
   1485             <hy:reason>Undiagnosed error</hy:reason>
   1486         </hy:exclude>
   1487         <hy:exclude id="testFileSecurity" shouldfix="true">
   1488             <hy:reason>Undiagnosed error</hy:reason>
   1489         </hy:exclude>
   1490         <hy:exclude id="testInvalidProperty" shouldfix="true">
   1491             <hy:reason>Undiagnosed error</hy:reason>
   1492         </hy:exclude>
   1493         <hy:exclude id="testInvalidParams" shouldfix="true">
   1494             <hy:reason>Undiagnosed error</hy:reason>
   1495         </hy:exclude>
   1496         <hy:exclude id="testSetOutputStream" shouldfix="true">
   1497             <hy:reason>Undiagnosed error</hy:reason>
   1498         </hy:exclude>
   1499         <hy:exclude id="testFileHandlerString" shouldfix="true">
   1500             <hy:reason>Undiagnosed error</hy:reason>
   1501         </hy:exclude>
   1502     </hy:type>
   1503     
   1504     <hy:type id="org.apache.harmony.logging.tests.java.util.logging.LogManagerTest">
   1505         <hy:exclude id="testDefaultLoggerProperties" shouldfix="true">
   1506             <hy:reason>Undiagnosed failure</hy:reason>
   1507         </hy:exclude>
   1508         <hy:exclude id="testGetProperty" shouldfix="true">
   1509             <hy:reason>Undiagnosed failure</hy:reason>
   1510         </hy:exclude>
   1511     </hy:type>
   1512     
   1513     <hy:type id="org.apache.harmony.logging.tests.java.util.logging.SocketHandlerTest">
   1514         <hy:exclude id="testPublish_Null" shouldfix="true">
   1515             <hy:reason>Undiagnosed failure</hy:reason>
   1516         </hy:exclude>
   1517     </hy:type>
   1518     
   1519     
   1520     <!-- LUNI module test exclusions -->
   1521     <hy:type id="tests.api.java.io.InputStreamReaderTest">
   1522         <hy:exclude id="test_read" shouldfix="true">
   1523             <hy:reason>Undiagnosed failure</hy:reason>
   1524         </hy:exclude>
   1525     </hy:type>
   1526     
   1527     <hy:type id="tests.api.java.io.ObjectInputStreamTest">
   1528 	    <hy:exclude id="test_ConstructorLjava_io_InputStream_subtest0" shouldfix="true">
   1529 	        <hy:reason>Undiagnosed failure</hy:reason>
   1530 	    </hy:exclude>
   1531     </hy:type>
   1532     
   1533     <hy:type id="tests.api.java.io.ObjectOutputStreamTest">
   1534 	    <hy:exclude id="test_ConstructorLjava_io_OutputStream_subtest0" shouldfix="true">
   1535 	        <hy:reason>Undiagnosed failure</hy:reason>
   1536 	    </hy:exclude>
   1537 	    <hy:exclude id="test_writeObject_NotSerializable" shouldfix="true">
   1538 	        <hy:reason>Undiagnosed failure</hy:reason>
   1539 	    </hy:exclude>
   1540     </hy:type>
   1541     
   1542     <hy:type id="tests.api.java.io.OutputStreamWriterTest">
   1543 	    <hy:exclude id="testSingleCharIO" shouldfix="true">
   1544 	        <hy:reason>Undiagnosed failure</hy:reason>
   1545 	    </hy:exclude>
   1546 	    <hy:exclude id="testBlockIO" shouldfix="true">
   1547 	        <hy:reason>Undiagnosed failure</hy:reason>
   1548 	    </hy:exclude>
   1549 	    <hy:exclude id="test_close" shouldfix="true">
   1550 	        <hy:reason>Undiagnosed failure</hy:reason>
   1551 	    </hy:exclude>
   1552     </hy:type>
   1553     
   1554     <hy:type id="tests.api.java.io.PipedInputStreamTest">
   1555 	    <hy:exclude id="test_receive" shouldfix="true">
   1556 	        <hy:reason>Undiagnosed failure</hy:reason>
   1557 	    </hy:exclude>
   1558     </hy:type>
   1559     
   1560     <hy:type id="tests.api.java.lang.AssertionErrorTest">
   1561 	    <hy:exclude id="test_ObjectConstructor" shouldfix="true">
   1562 	        <hy:reason>Undiagnosed failure</hy:reason>
   1563 	    </hy:exclude>
   1564     </hy:type>
   1565     
   1566     <hy:type id="tests.api.java.lang.ClassTest">
   1567 	    <hy:exclude id="test_getResourceLjava_lang_String" shouldfix="true">
   1568 	        <hy:reason>Undiagnosed failure</hy:reason>
   1569 	    </hy:exclude>
   1570 	    <hy:exclude id="test_getResourceAsStreamLjava_lang_String" shouldfix="true">
   1571 	        <hy:reason>Undiagnosed failure</hy:reason>
   1572 	    </hy:exclude>
   1573     </hy:type>
   1574     
   1575     <hy:type id="tests.api.java.lang.ProcessTest">
   1576 	    <hy:exclude id="test_getOutputStream" shouldfix="true">
   1577 	        <hy:reason>Undiagnosed failure</hy:reason>
   1578 	    </hy:exclude>
   1579     </hy:type>
   1580     
   1581     <hy:type id="tests.api.java.lang.StringTest">
   1582 	    <hy:exclude id="test_concatLjava_lang_String" shouldfix="true">
   1583 	        <hy:reason>Undiagnosed failure</hy:reason>
   1584 	    </hy:exclude>
   1585 	    <hy:exclude id="test_getBytes" shouldfix="true">
   1586 	        <hy:reason>Undiagnosed failure</hy:reason>
   1587 	    </hy:exclude>
   1588 	    <hy:exclude id="test_getBytesLjava_lang_String" shouldfix="true">
   1589 	        <hy:reason>Undiagnosed failure</hy:reason>
   1590 	    </hy:exclude>
   1591     </hy:type>
   1592     
   1593     <hy:type id="tests.api.java.net.DatagramSocketTest">
   1594 	    <hy:exclude id="test_connectLjava_net_InetAddressI" shouldfix="true">
   1595 	        <hy:reason>Undiagnosed failure</hy:reason>
   1596 	    </hy:exclude>
   1597     </hy:type>
   1598     
   1599     <hy:type id="tests.api.java.net.HttpURLConnectionTest">
   1600 	    <hy:exclude id="test_getResponseCode" shouldfix="true">
   1601 	        <hy:reason>Undiagnosed failure</hy:reason>
   1602 	    </hy:exclude>
   1603 	    <hy:exclude id="test_getResponseMessage" shouldfix="true">
   1604 	        <hy:reason>Undiagnosed failure</hy:reason>
   1605 	    </hy:exclude>
   1606 	    <hy:exclude id="test_getHeaderFields" shouldfix="true">
   1607 	        <hy:reason>Undiagnosed failure</hy:reason>
   1608 	    </hy:exclude>
   1609 	    <hy:exclude id="test_usingProxy" shouldfix="true">
   1610 	        <hy:reason>Undiagnosed failure</hy:reason>
   1611 	    </hy:exclude>
   1612     </hy:type>
   1613     
   1614     <hy:type id="tests.api.java.net.InetAddressTest">
   1615 	    <hy:exclude id="test_getHostName" shouldfix="true">
   1616 	        <hy:reason>Undiagnosed failure</hy:reason>
   1617 	    </hy:exclude>
   1618 	    <hy:exclude id="test_toString" shouldfix="true">
   1619 	        <hy:reason>Undiagnosed failure</hy:reason>
   1620 	    </hy:exclude>
   1621     </hy:type>
   1622     
   1623     <hy:type id="tests.api.java.net.JarURLConnectionTest">
   1624 	    <hy:exclude id="test_getAttributes" shouldfix="true">
   1625 	        <hy:reason>Undiagnosed failure</hy:reason>
   1626 	    </hy:exclude>
   1627 	    <hy:exclude id="test_getJarEntry" shouldfix="true">
   1628 	        <hy:reason>Undiagnosed failure</hy:reason>
   1629 	    </hy:exclude>
   1630 	    <hy:exclude id="test_getMainAttributes" shouldfix="true">
   1631 	        <hy:reason>Undiagnosed failure</hy:reason>
   1632 	    </hy:exclude>
   1633     </hy:type>
   1634     
   1635     <hy:type id="tests.api.java.net.MulticastSocketTest">
   1636 	    <hy:exclude id="test_ConstructorI" shouldfix="true">
   1637 	        <hy:reason>Undiagnosed failure</hy:reason>
   1638 	    </hy:exclude>
   1639 	    <hy:exclude id="test_getInterface" shouldfix="true">
   1640 	        <hy:reason>Undiagnosed failure</hy:reason>
   1641 	    </hy:exclude>
   1642 	    <hy:exclude id="test_getNetworkInterface" shouldfix="true">
   1643 	        <hy:reason>Undiagnosed failure</hy:reason>
   1644 	    </hy:exclude>
   1645 	    <hy:exclude id="test_getTimeToLive" shouldfix="true">
   1646 	        <hy:reason>Undiagnosed failure</hy:reason>
   1647 	    </hy:exclude>
   1648 	    <hy:exclude id="test_getTTL" shouldfix="true">
   1649 	        <hy:reason>Undiagnosed failure</hy:reason>
   1650 	    </hy:exclude>
   1651 	    <hy:exclude id="test_joinGroupLjava_net_InetAddress" shouldfix="true">
   1652 	        <hy:reason>Undiagnosed failure</hy:reason>
   1653 	    </hy:exclude>
   1654 	    <hy:exclude id="test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface" shouldfix="true">
   1655 	        <hy:reason>Undiagnosed failure</hy:reason>
   1656 	    </hy:exclude>
   1657 	    <hy:exclude id="test_leaveGroupLjava_net_InetAddress" shouldfix="true">
   1658 	        <hy:reason>Undiagnosed failure</hy:reason>
   1659 	    </hy:exclude>
   1660 	    <hy:exclude id="test_leaveGroupLjava_net_SocketAddressLjava_net_NetworkInterface" shouldfix="true">
   1661 	        <hy:reason>Undiagnosed failure</hy:reason>
   1662 	    </hy:exclude>
   1663 	    <hy:exclude id="test_sendLjava_net_DatagramPacketB" shouldfix="true">
   1664 	        <hy:reason>Undiagnosed failure</hy:reason>
   1665 	    </hy:exclude>
   1666 	    <hy:exclude id="test_setInterfaceLjava_net_InetAddress" shouldfix="true">
   1667 	        <hy:reason>Undiagnosed failure</hy:reason>
   1668 	    </hy:exclude>
   1669 	    <hy:exclude id="test_setNetworkInterfaceLjava_net_NetworkInterface" shouldfix="true">
   1670 	        <hy:reason>Undiagnosed failure</hy:reason>
   1671 	    </hy:exclude>
   1672 	    <hy:exclude id="test_setTimeToLiveI" shouldfix="true">
   1673 	        <hy:reason>Undiagnosed failure</hy:reason>
   1674 	    </hy:exclude>
   1675 	    <hy:exclude id="test_setTTLB" shouldfix="true">
   1676 	        <hy:reason>Undiagnosed failure</hy:reason>
   1677 	    </hy:exclude>
   1678 	    <hy:exclude id="test_setLoopbackModeZ" shouldfix="true">
   1679 	        <hy:reason>Undiagnosed failure</hy:reason>
   1680 	    </hy:exclude>
   1681 	    <hy:exclude id="test_setReuseAddressZ" shouldfix="true">
   1682 	        <hy:reason>Undiagnosed failure</hy:reason>
   1683 	    </hy:exclude>
   1684     </hy:type>
   1685     
   1686     <hy:type id="tests.api.java.net.ServerSocketTest">
   1687 	    <hy:exclude id="test_toString" shouldfix="true">
   1688 	        <hy:reason>Undiagnosed failure</hy:reason>
   1689 	    </hy:exclude>
   1690     </hy:type>
   1691     
   1692     <hy:type id="tests.api.java.net.SocketImplTest">
   1693 	    <hy:exclude id="test_Constructor" shouldfix="true">
   1694 	        <hy:reason>Undiagnosed failure</hy:reason>
   1695 	    </hy:exclude>
   1696     </hy:type>
   1697     
   1698     <hy:type id="tests.api.java.net.SocketTest">
   1699 	    <hy:exclude id="test_ConstructorLjava_lang_StringILjava_net_InetAddressI" shouldfix="true">
   1700 	        <hy:reason>Undiagnosed failure</hy:reason>
   1701 	    </hy:exclude>
   1702     </hy:type>
   1703     
   1704     <hy:type id="tests.api.java.net.URLClassLoaderTest">
   1705 	    <hy:exclude id="test_findResourcesLjava_lang_String" shouldfix="true">
   1706 	        <hy:reason>Undiagnosed failure</hy:reason>
   1707 	    </hy:exclude>
   1708 	    <hy:exclude id="test_newInstance$Ljava_net_URL" shouldfix="true">
   1709 	        <hy:reason>Undiagnosed failure</hy:reason>
   1710 	    </hy:exclude>
   1711 	    <hy:exclude id="test_findClassLjava_lang_String" shouldfix="true">
   1712 	        <hy:reason>Undiagnosed failure</hy:reason>
   1713 	    </hy:exclude>
   1714 	    <hy:exclude id="test_findResourceLjava_lang_String" shouldfix="true">
   1715 	        <hy:reason>Undiagnosed failure</hy:reason>
   1716 	    </hy:exclude>
   1717     </hy:type>
   1718     
   1719     <hy:type id="tests.api.java.net.URLConnectionTest">
   1720 	    <hy:exclude id="test_getContent" shouldfix="true">
   1721 	        <hy:reason>Undiagnosed failure</hy:reason>
   1722 	    </hy:exclude>
   1723 	    <hy:exclude id="test_getContentLength" shouldfix="true">
   1724 	        <hy:reason>Undiagnosed failure</hy:reason>
   1725 	    </hy:exclude>
   1726 	    <hy:exclude id="test_getContentType" shouldfix="true">
   1727 	        <hy:reason>Undiagnosed error</hy:reason>
   1728 	    </hy:exclude>
   1729 	    <hy:exclude id="test_getHeaderFieldI" shouldfix="true">
   1730 	        <hy:reason>Undiagnosed failure</hy:reason>
   1731 	    </hy:exclude>
   1732 	    <hy:exclude id="test_getHeaderFields" shouldfix="true">
   1733 	        <hy:reason>Undiagnosed failure</hy:reason>
   1734 	    </hy:exclude>
   1735 	    <hy:exclude id="test_getHeaderFieldKeyI" shouldfix="true">
   1736 	        <hy:reason>Undiagnosed failure</hy:reason>
   1737 	    </hy:exclude>
   1738 	    <hy:exclude id="test_getInputStream" shouldfix="true">
   1739 	        <hy:reason>Undiagnosed failure</hy:reason>
   1740 	    </hy:exclude>
   1741 	    <hy:exclude id="test_getOutputStream" shouldfix="true">
   1742 	        <hy:reason>Undiagnosed failure</hy:reason>
   1743 	    </hy:exclude>
   1744 	    <hy:exclude id="test_guessContentTypeFromStreamLjava_io_InputStream" shouldfix="true">
   1745 	        <hy:reason>Undiagnosed failure</hy:reason>
   1746 	    </hy:exclude>
   1747     </hy:type>
   1748     
   1749     <hy:type id="tests.api.java.net.URLTest">
   1750 	    <hy:exclude id="test_ConstructorLjava_lang_StringLjava_lang_StringLjava_lang_String" shouldfix="true">
   1751 	        <hy:reason>Undiagnosed failure</hy:reason>
   1752 	    </hy:exclude>
   1753 	    <hy:exclude id="test_openStream" shouldfix="true">
   1754 	        <hy:reason>Undiagnosed failure</hy:reason>
   1755 	    </hy:exclude>
   1756 	    <hy:exclude id="test_getAuthority" shouldfix="true">
   1757 	        <hy:reason>Undiagnosed failure</hy:reason>
   1758 	    </hy:exclude>
   1759     </hy:type>
   1760     
   1761     <hy:type id="tests.api.java.util.CalendarTest">
   1762 	    <hy:exclude id="test_setII" shouldfix="true">
   1763 	        <hy:reason>Undiagnosed failure</hy:reason>
   1764 	    </hy:exclude>
   1765     </hy:type>
   1766     
   1767     <hy:type id="tests.api.java.util.LocaleTest">
   1768 	    <hy:exclude id="test_toString" shouldfix="true">
   1769 	        <hy:reason>Undiagnosed failure</hy:reason>
   1770 	    </hy:exclude>
   1771     </hy:type>
   1772     
   1773     
   1774     <!-- Math module test exclusions -->
   1775     
   1776     
   1777     <!-- NIO module test exclusions -->
   1778     
   1779     
   1780     <!-- NIO_Char module test exclusions -->
   1781     <hy:type id="tests.api.java.nio.charset.ASCCharsetEncoderTest">
   1782 	    <hy:exclude id="testCanEncodeCharSequence" shouldfix="true">
   1783 	        <hy:reason>Undiagnosed failure</hy:reason>
   1784 	    </hy:exclude>
   1785 	    <hy:exclude id="testMultiStepEncode" shouldfix="true">
   1786 	        <hy:reason>Undiagnosed failure</hy:reason>
   1787 	    </hy:exclude>
   1788 	    <hy:exclude id="testEncodeCharBufferException" shouldfix="true">
   1789 	        <hy:reason>Undiagnosed failure</hy:reason>
   1790 	    </hy:exclude>
   1791     </hy:type>
   1792     
   1793     <hy:type id="tests.api.java.nio.charset.CharsetEncoderTest">
   1794 	    <hy:exclude id="testEncodeCharBufferException" shouldfix="true">
   1795 	        <hy:reason>Undiagnosed failure</hy:reason>
   1796 	    </hy:exclude>
   1797     </hy:type>
   1798     
   1799     <hy:type id="tests.api.java.nio.charset.CharsetEncoderTest">
   1800 	    <hy:exclude id="all" shouldfix="true">
   1801 	        <hy:reason>Failure - Exception in constructor</hy:reason>
   1802 	    </hy:exclude>
   1803     </hy:type>
   1804     
   1805     <hy:type id="tests.api.java.nio.charset.CharsetTest">
   1806 	    <hy:exclude id="testEncode_CharBuffer_Normal" shouldfix="true">
   1807 	        <hy:reason>Undiagnosed failure</hy:reason>
   1808 	    </hy:exclude>
   1809 	    <hy:exclude id="testEncode_String_Normal" shouldfix="true">
   1810 	        <hy:reason>Undiagnosed failure</hy:reason>
   1811 	    </hy:exclude>
   1812     </hy:type>
   1813     
   1814     <hy:type id="tests.api.java.nio.charset.ConcreteCharsetTest">
   1815 	    <hy:exclude id="all" shouldfix="true">
   1816 	        <hy:reason>Failure - No public constructor</hy:reason>
   1817 	    </hy:exclude>
   1818     </hy:type>
   1819     
   1820     <hy:type id="tests.api.java.nio.charset.GBCharsetEncoderTest">
   1821 	    <hy:exclude id="testEncodeCharBufferException" shouldfix="true">
   1822 	        <hy:reason>Undiagnosed failure</hy:reason>
   1823 	    </hy:exclude>
   1824 	    <hy:exclude id="testMultiStepEncode" shouldfix="true">
   1825 	        <hy:reason>Undiagnosed failure</hy:reason>
   1826 	    </hy:exclude>
   1827     </hy:type>
   1828     
   1829     <hy:type id="tests.api.java.nio.charset.ISOCharsetEncoderTest">
   1830 	    <hy:exclude id="testCanEncodeCharSequence" shouldfix="true">
   1831 	        <hy:reason>Undiagnosed failure</hy:reason>
   1832 	    </hy:exclude>
   1833 	    <hy:exclude id="testSpecificDefaultValue" shouldfix="true">
   1834 	        <hy:reason>Undiagnosed failure</hy:reason>
   1835 	    </hy:exclude>
   1836 	    <hy:exclude id="testMultiStepEncode" shouldfix="true">
   1837 	        <hy:reason>Undiagnosed failure</hy:reason>
   1838 	    </hy:exclude>
   1839 	    <hy:exclude id="testEncodeCharBufferException" shouldfix="true">
   1840 	        <hy:reason>Undiagnosed failure</hy:reason>
   1841 	    </hy:exclude>
   1842     </hy:type>
   1843     
   1844     <hy:type id="tests.api.java.nio.charset.UTF16BECharsetEncoderTest">
   1845 	    <hy:exclude id="testSpecificDefaultValue" shouldfix="true">
   1846 	        <hy:reason>Undiagnosed failure</hy:reason>
   1847 	    </hy:exclude>
   1848 	    <hy:exclude id="testEncodeCharBufferException" shouldfix="true">
   1849 	        <hy:reason>Undiagnosed failure</hy:reason>
   1850 	    </hy:exclude>
   1851 	    <hy:exclude id="testMultiStepEncode" shouldfix="true">
   1852 	        <hy:reason>Undiagnosed failure</hy:reason>
   1853 	    </hy:exclude>
   1854     </hy:type>
   1855     
   1856     <hy:type id="tests.api.java.nio.charset.UTF16CharsetDecoderTest">
   1857 	    <hy:exclude id="testMultiStepDecode" shouldfix="true">
   1858 	        <hy:reason>Undiagnosed error</hy:reason>
   1859 	    </hy:exclude>
   1860     </hy:type>
   1861     
   1862     <hy:type id="tests.api.java.nio.charset.UTF16CharsetEncoderTest">
   1863 	    <hy:exclude id="testEncodeCharBufferException" shouldfix="true">
   1864 	        <hy:reason>Undiagnosed failure</hy:reason>
   1865 	    </hy:exclude>
   1866 	    <hy:exclude id="testMultiStepEncode" shouldfix="true">
   1867 	        <hy:reason>Undiagnosed failure</hy:reason>
   1868 	    </hy:exclude>
   1869     </hy:type>
   1870     
   1871     <hy:type id="tests.api.java.nio.charset.UTF16LECharsetEncoderTest">
   1872 	    <hy:exclude id="testSpecificDefaultValue" shouldfix="true">
   1873 	        <hy:reason>Undiagnosed failure</hy:reason>
   1874 	    </hy:exclude>
   1875 	    <hy:exclude id="testEncodeCharBufferException" shouldfix="true">
   1876 	        <hy:reason>Undiagnosed failure</hy:reason>
   1877 	    </hy:exclude>
   1878 	    <hy:exclude id="testMultiStepEncode" shouldfix="true">
   1879 	        <hy:reason>Undiagnosed failure</hy:reason>
   1880 	    </hy:exclude>
   1881     </hy:type>
   1882     
   1883     <hy:type id="tests.api.java.nio.charset.UTFCharsetEncoderTest">
   1884 	    <hy:exclude id="testEncodeCharBufferException" shouldfix="true">
   1885 	        <hy:reason>Undiagnosed failure</hy:reason>
   1886 	    </hy:exclude>
   1887 	    <hy:exclude id="testMultiStepEncode" shouldfix="true">
   1888 	        <hy:reason>Undiagnosed failure</hy:reason>
   1889 	    </hy:exclude>
   1890     </hy:type>
   1891     
   1892     
   1893     <!-- Prefs module test exclusions -->
   1894     <hy:type id="org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest">
   1895 	    <hy:exclude id="testPutByteArray" shouldfix="true">
   1896 	        <hy:reason>Undiagnosed error</hy:reason>
   1897 	    </hy:exclude>
   1898 	    <hy:exclude id="testExportNode" shouldfix="true">
   1899 	        <hy:reason>Undiagnosed error</hy:reason>
   1900 	    </hy:exclude>
   1901 	    <hy:exclude id="testExportSubtree" shouldfix="true">
   1902 	        <hy:reason>Undiagnosed error</hy:reason>
   1903 	    </hy:exclude>
   1904     </hy:type>
   1905     
   1906     <hy:type id="org.apache.harmony.prefs.tests.java.util.prefs.FilePreferencesImplTest">
   1907 	    <hy:exclude id="testPutGet" shouldfix="true">
   1908 	        <hy:reason>Undiagnosed failure</hy:reason>
   1909 	    </hy:exclude>
   1910 	    <hy:exclude id="testChildNodes" shouldfix="true">
   1911 	        <hy:reason>Undiagnosed failure</hy:reason>
   1912 	    </hy:exclude>
   1913 	    <hy:exclude id="testSecurityException" shouldfix="true">
   1914 	        <hy:reason>Undiagnosed failure</hy:reason>
   1915 	    </hy:exclude>
   1916     </hy:type>
   1917     
   1918     <hy:type id="org.apache.harmony.prefs.tests.java.util.prefs.PreferencesTest">
   1919 	    <hy:exclude id="testImportPreferences" shouldfix="true">
   1920 	        <hy:reason>Undiagnosed failure</hy:reason>
   1921 	    </hy:exclude>
   1922     </hy:type>
   1923     
   1924     
   1925     <!-- Regex module test exclusions -->
   1926     
   1927     
   1928     <!-- RMI module test exclusions -->
   1929     
   1930     
   1931     <!-- Security module test exclusions -->
   1932     <hy:type id="java.security.serialization.KeyPairTest">
   1933 	    <hy:exclude id="testSerialization02" shouldfix="true">
   1934 	        <hy:reason>Undiagnosed error</hy:reason>
   1935 	    </hy:exclude>
   1936     </hy:type>
   1937     
   1938     <hy:type id="tests.api.java.security.AccessControllerTest">
   1939 	    <hy:exclude id="test_doPrivilegedLjava_security_PrivilegedAction" shouldfix="true">
   1940 	        <hy:reason>Undiagnosed failure</hy:reason>
   1941 	    </hy:exclude>
   1942     </hy:type>
   1943     
   1944     <hy:type id="tests.api.java.security.AlgorithmParameterGeneratorTest">
   1945 	    <hy:exclude id="test_initLjava_security_spec_AlgorithmParameterSpec" shouldfix="true">
   1946 	        <hy:reason>Undiagnosed error</hy:reason>
   1947 	    </hy:exclude>
   1948 	    <hy:exclude id="test_initLjava_security_spec_AlgorithmParameterSpecLjava_security_SecureRandom" shouldfix="true">
   1949 	        <hy:reason>Undiagnosed error</hy:reason>
   1950 	    </hy:exclude>
   1951     </hy:type>
   1952     
   1953     <hy:type id="tests.api.java.security.AlgorithmParametersTest">
   1954 	    <hy:exclude id="test_getEncodedLjava_lang_String" shouldfix="true">
   1955 	        <hy:reason>Undiagnosed failure</hy:reason>
   1956 	    </hy:exclude>
   1957     </hy:type>
   1958     
   1959     <hy:type id="tests.api.java.security.KeyStoreTest">
   1960 	    <hy:exclude id="test_aliases" shouldfix="true">
   1961 	        <hy:reason>Undiagnosed error</hy:reason>
   1962 	    </hy:exclude>
   1963 	    <hy:exclude id="test_containsAliasLjava_lang_String" shouldfix="true">
   1964 	        <hy:reason>Undiagnosed error</hy:reason>
   1965 	    </hy:exclude>
   1966 	    <hy:exclude id="test_getCertificateLjava_lang_String" shouldfix="true">
   1967 	        <hy:reason>Undiagnosed error</hy:reason>
   1968 	    </hy:exclude>
   1969 	    <hy:exclude id="test_getCertificateAliasLjava_security_cert_Certificate" shouldfix="true">
   1970 	        <hy:reason>Undiagnosed error</hy:reason>
   1971 	    </hy:exclude>
   1972 	    <hy:exclude id="test_getCertificateChainLjava_lang_String" shouldfix="true">
   1973 	        <hy:reason>Undiagnosed error</hy:reason>
   1974 	    </hy:exclude>
   1975 	    <hy:exclude id="test_getInstanceLjava_lang_String" shouldfix="true">
   1976 	        <hy:reason>Undiagnosed error</hy:reason>
   1977 	    </hy:exclude>
   1978 	    <hy:exclude id="test_getInstanceLjava_lang_StringLjava_lang_String" shouldfix="true">
   1979 	        <hy:reason>Undiagnosed error</hy:reason>
   1980 	    </hy:exclude>
   1981 	    <hy:exclude id="test_getKeyLjava_lang_String$C" shouldfix="true">
   1982 	        <hy:reason>Undiagnosed error</hy:reason>
   1983 	    </hy:exclude>
   1984 	    <hy:exclude id="test_getProvider" shouldfix="true">
   1985 	        <hy:reason>Undiagnosed error</hy:reason>
   1986 	    </hy:exclude>
   1987 	    <hy:exclude id="test_getType" shouldfix="true">
   1988 	        <hy:reason>Undiagnosed error</hy:reason>
   1989 	    </hy:exclude>
   1990 	    <hy:exclude id="test_isCertificateEntryLjava_lang_String" shouldfix="true">
   1991 	        <hy:reason>Undiagnosed error</hy:reason>
   1992 	    </hy:exclude>
   1993 	    <hy:exclude id="test_isKeyEntryLjava_lang_String" shouldfix="true">
   1994 	        <hy:reason>Undiagnosed error</hy:reason>
   1995 	    </hy:exclude>
   1996 	    <hy:exclude id="test_loadLjava_io_InputStream$C" shouldfix="true">
   1997 	        <hy:reason>Undiagnosed error</hy:reason>
   1998 	    </hy:exclude>
   1999 	    <hy:exclude id="test_setCertificateEntryLjava_lang_StringLjava_security_cert_Certificate" shouldfix="true">
   2000 	        <hy:reason>Undiagnosed error</hy:reason>
   2001 	    </hy:exclude>
   2002 	    <hy:exclude id="test_setKeyEntryLjava_lang_String$B$Ljava_security_cert_Certificate" shouldfix="true">
   2003 	        <hy:reason>Undiagnosed error</hy:reason>
   2004 	    </hy:exclude>
   2005 	    <hy:exclude id="test_setKeyEntryLjava_lang_StringLjava_security_Key$C$Ljava_security_cert_Certificate" shouldfix="true">
   2006 	        <hy:reason>Undiagnosed error</hy:reason>
   2007 	    </hy:exclude>
   2008 	    <hy:exclude id="test_size" shouldfix="true">
   2009 	        <hy:reason>Undiagnosed error</hy:reason>
   2010 	    </hy:exclude>
   2011     </hy:type>
   2012     
   2013     <hy:type id="tests.api.java.security.PermissionCollectionTest">
   2014 	    <hy:exclude id="test_impliesLjava_security_Permission" shouldfix="true">
   2015 	        <hy:reason>Undiagnosed error</hy:reason>
   2016 	    </hy:exclude>
   2017     </hy:type>
   2018     
   2019     <hy:type id="tests.api.java.security.SecureRandomTest">
   2020 	    <hy:exclude id="test_getInstanceLjava_lang_String" shouldfix="true">
   2021 	        <hy:reason>Undiagnosed failure</hy:reason>
   2022 	    </hy:exclude>
   2023 	    <hy:exclude id="test_getInstanceLjava_lang_StringLjava_lang_String" shouldfix="true">
   2024 	        <hy:reason>Undiagnosed failure</hy:reason>
   2025 	    </hy:exclude>
   2026     </hy:type>
   2027     
   2028     <hy:type id="tests.api.java.security.SecurityTest">
   2029 	    <hy:exclude id="test_addProviderLjava_security_Provider" shouldfix="true">
   2030 	        <hy:reason>Undiagnosed failure</hy:reason>
   2031 	    </hy:exclude>
   2032 	    <hy:exclude id="test_getProvidersLjava_lang_String" shouldfix="true">
   2033 	        <hy:reason>Undiagnosed failure</hy:reason>
   2034 	    </hy:exclude>
   2035 	    <hy:exclude id="test_getProvidersLjava_util_Map" shouldfix="true">
   2036 	        <hy:reason>Undiagnosed failure</hy:reason>
   2037 	    </hy:exclude>
   2038     </hy:type>
   2039     
   2040     <hy:type id="tests.api.java.security.cert.CertificateFactoryTest">
   2041 	    <hy:exclude id="test_generateCertificateLjava_io_InputStream" shouldfix="true">
   2042 	        <hy:reason>Undiagnosed error</hy:reason>
   2043 	    </hy:exclude>
   2044     </hy:type>
   2045     
   2046     <hy:type id="tests.api.java.security.cert.X509CertificateTest">
   2047 	    <hy:exclude id="test_getExtensionValueLjava_lang_String" shouldfix="true">
   2048 	        <hy:reason>Undiagnosed failure</hy:reason>
   2049 	    </hy:exclude>
   2050     </hy:type>
   2051     
   2052     <hy:type id="tests.api.java.security.cert.X509CRLEntryTest">
   2053 	    <hy:exclude id="test_getExtensionValueLjava_lang_String" shouldfix="true">
   2054 	        <hy:reason>Undiagnosed failure</hy:reason>
   2055 	    </hy:exclude>
   2056     </hy:type>
   2057     
   2058     <hy:type id="tests.api.java.security.cert.X509CRLTest">
   2059 	    <hy:exclude id="test_getExtensionValueLjava_lang_String" shouldfix="true">
   2060 	        <hy:reason>Undiagnosed failure</hy:reason>
   2061 	    </hy:exclude>
   2062     </hy:type>
   2063     
   2064 
   2065     <!-- SQL module test exclusions -->
   2066     <hy:type id="org.apache.harmony.sql.tests.java.sql.ArrayTest">
   2067 	    <hy:exclude id="all" shouldfix="true">
   2068 	        <hy:reason>This class contains no test methods</hy:reason>
   2069 	    </hy:exclude>
   2070     </hy:type>
   2071     
   2072     
   2073     <!-- Text module test exclusions -->
   2074     <hy:type id="org.apache.harmony.text.tests.java.text.AttributedCharacterIteratorTest">
   2075 	    <hy:exclude id="test_getRunLimitLjava_text_AttributedCharacterIterator$Attribute" shouldfix="true">
   2076 	        <hy:reason>Undiagnosed failure</hy:reason>
   2077 	    </hy:exclude>
   2078     </hy:type>
   2079     
   2080     <hy:type id="org.apache.harmony.text.tests.java.text.ChoiceFormatTest">
   2081 	    <hy:exclude id="test_toPattern" shouldfix="true">
   2082 	        <hy:reason>Undiagnosed error</hy:reason>
   2083 	    </hy:exclude>
   2084     </hy:type>
   2085     
   2086     <hy:type id="org.apache.harmony.text.tests.java.text.CollationKeyTest">
   2087 	    <hy:exclude id="test_toByteArray" shouldfix="true">
   2088 	        <hy:reason>Undiagnosed failure</hy:reason>
   2089 	    </hy:exclude>
   2090     </hy:type>
   2091     
   2092     <hy:type id="org.apache.harmony.text.tests.java.text.CollatorTest">
   2093 	    <hy:exclude id="test_getAvailableLocales" shouldfix="true">
   2094 	        <hy:reason>Undiagnosed failure</hy:reason>
   2095 	    </hy:exclude>
   2096 	    <hy:exclude id="test_getDecomposition" shouldfix="true">
   2097 	        <hy:reason>Undiagnosed failure</hy:reason>
   2098 	    </hy:exclude>
   2099 	    <hy:exclude id="test_setDecompositionI" shouldfix="true">
   2100 	        <hy:reason>Undiagnosed failure</hy:reason>
   2101 	    </hy:exclude>
   2102     </hy:type>
   2103     
   2104     <hy:type id="org.apache.harmony.text.tests.java.text.DecimalFormatSymbolsTest">
   2105 	    <hy:exclude id="test_RIHarmony_compatible" shouldfix="true">
   2106 	        <hy:reason>Undiagnosed error</hy:reason>
   2107 	    </hy:exclude>
   2108     </hy:type>
   2109     
   2110     <hy:type id="org.apache.harmony.text.tests.java.text.DecimalFormatTest">
   2111 	    <hy:exclude id="test_formatDLjava_lang_StringBufferLjava_text_FieldPosition" shouldfix="true">
   2112 	        <hy:reason>Undiagnosed failure</hy:reason>
   2113 	    </hy:exclude>
   2114 	    <hy:exclude id="test_formatJLjava_lang_StringBufferLjava_text_FieldPosition" shouldfix="true">
   2115 	        <hy:reason>Undiagnosed failure</hy:reason>
   2116 	    </hy:exclude>
   2117 	    <hy:exclude id="test_formatToCharacterIteratorLjava_lang_Object" shouldfix="true">
   2118 	        <hy:reason>Undiagnosed failure</hy:reason>
   2119 	    </hy:exclude>
   2120 	    <hy:exclude id="test_getCurrency" shouldfix="true">
   2121 	        <hy:reason>Undiagnosed error</hy:reason>
   2122 	    </hy:exclude>
   2123 	    <hy:exclude id="test_parseLjava_lang_StringLjava_text_ParsePosition" shouldfix="true">
   2124 	        <hy:reason>Undiagnosed failure</hy:reason>
   2125 	    </hy:exclude>
   2126     </hy:type>
   2127     
   2128     <hy:type id="org.apache.harmony.text.tests.java.text.MessageFormatTest">
   2129 	    <hy:exclude id="test_applyPatternLjava_lang_String" shouldfix="true">
   2130 	        <hy:reason>Undiagnosed failure</hy:reason>
   2131 	    </hy:exclude>
   2132 	    <hy:exclude id="test_formatToCharacterIteratorLjava_lang_Object" shouldfix="true">
   2133 	        <hy:reason>Undiagnosed failure</hy:reason>
   2134 	    </hy:exclude>
   2135     </hy:type>
   2136     
   2137     <hy:type id="org.apache.harmony.text.tests.java.text.NumberFormatTest">
   2138 	    <hy:exclude id="test_formatLjava_lang_ObjectLjava_lang_StringBufferLjava_text_FieldPosition" shouldfix="true">
   2139 	        <hy:reason>Undiagnosed failure</hy:reason>
   2140 	    </hy:exclude>
   2141 	    <hy:exclude id="test_getCurrency" shouldfix="true">
   2142 	        <hy:reason>Undiagnosed error</hy:reason>
   2143 	    </hy:exclude>
   2144     </hy:type>
   2145     
   2146     
   2147     <!-- X-Net module test exclusions -->
   2148     <hy:type id="javax.net.ServerSocketFactoryTest">
   2149 	    <hy:exclude id="testGetDefault" shouldfix="true">
   2150 	        <hy:reason>Undiagnosed error</hy:reason>
   2151 	    </hy:exclude>
   2152     </hy:type>
   2153     
   2154     <hy:type id="javax.net.SocketFactoryTest">
   2155 	    <hy:exclude id="testGetDefault" shouldfix="true">
   2156 	        <hy:reason>Undiagnosed error</hy:reason>
   2157 	    </hy:exclude>
   2158     </hy:type>
   2159     
   2160     <hy:type id="javax.net.ssl.DefaultSSLServerSocketFactoryTest">
   2161 	    <hy:exclude id="testCreateServerSocketint" shouldfix="true">
   2162 	        <hy:reason>Undiagnosed error</hy:reason>
   2163 	    </hy:exclude>
   2164 	    <hy:exclude id="testCreateServerSocketintint" shouldfix="true">
   2165 	        <hy:reason>Undiagnosed error</hy:reason>
   2166 	    </hy:exclude>
   2167 	    <hy:exclude id="testCreateServerSocketintintInetAddress" shouldfix="true">
   2168 	        <hy:reason>Undiagnosed error</hy:reason>
   2169 	    </hy:exclude>
   2170 	    <hy:exclude id="testGetDefaultCipherSuites" shouldfix="true">
   2171 	        <hy:reason>Undiagnosed error</hy:reason>
   2172 	    </hy:exclude>
   2173 	    <hy:exclude id="testGetSupportedCipherSuites" shouldfix="true">
   2174 	        <hy:reason>Undiagnosed error</hy:reason>
   2175 	    </hy:exclude>
   2176     </hy:type>
   2177     
   2178     <hy:type id="javax.net.ssl.DefaultSSLSocketFactoryTest">
   2179 	    <hy:exclude id="testCreateSocketStringint" shouldfix="true">
   2180 	        <hy:reason>Undiagnosed error</hy:reason>
   2181 	    </hy:exclude>
   2182 	    <hy:exclude id="testCreateSocketStringintInetAddressint" shouldfix="true">
   2183 	        <hy:reason>Undiagnosed error</hy:reason>
   2184 	    </hy:exclude>
   2185 	    <hy:exclude id="testCreateSocketInetAddressint" shouldfix="true">
   2186 	        <hy:reason>Undiagnosed error</hy:reason>
   2187 	    </hy:exclude>
   2188 	    <hy:exclude id="testCreateSocketInetAddressintInetAddressint" shouldfix="true">
   2189 	        <hy:reason>Undiagnosed error</hy:reason>
   2190 	    </hy:exclude>
   2191 	    <hy:exclude id="testGetDefaultCipherSuites" shouldfix="true">
   2192 	        <hy:reason>Undiagnosed error</hy:reason>
   2193 	    </hy:exclude>
   2194 	    <hy:exclude id="testGetSupportedCipherSuites" shouldfix="true">
   2195 	        <hy:reason>Undiagnosed error</hy:reason>
   2196 	    </hy:exclude>
   2197 	    <hy:exclude id="testCreateSocketSocketStringintboolean" shouldfix="true">
   2198 	        <hy:reason>Undiagnosed error</hy:reason>
   2199 	    </hy:exclude>
   2200     </hy:type>
   2201     
   2202     <hy:type id="javax.net.ssl.HttpsURLConnectionTest">
   2203 	    <hy:exclude id="testGetDefaultHostnameVerifier" shouldfix="true">
   2204 	        <hy:reason>Undiagnosed error</hy:reason>
   2205 	    </hy:exclude>
   2206 	    <hy:exclude id="testGetHostnameVerifier" shouldfix="true">
   2207 	        <hy:reason>Undiagnosed error</hy:reason>
   2208 	    </hy:exclude>
   2209     </hy:type>
   2210     
   2211     <hy:type id="javax.net.ssl.SSLServerSocketFactoryTest">
   2212 	    <hy:exclude id="testGetDefault" shouldfix="true">
   2213 	        <hy:reason>Undiagnosed error</hy:reason>
   2214 	    </hy:exclude>
   2215     </hy:type>
   2216     
   2217     <hy:type id="javax.net.ssl.SSLSocketFactoryTest">
   2218 	    <hy:exclude id="testGetDefault" shouldfix="true">
   2219 	        <hy:reason>Undiagnosed error</hy:reason>
   2220 	    </hy:exclude>
   2221     </hy:type>
   2222     
   2223     <hy:type id="javax.net.ssl.serialization.HandshakeCompletedEventTest">
   2224 	    <hy:exclude id="testSelf" shouldfix="true">
   2225 	        <hy:reason>This test requires a JSSE provider</hy:reason>
   2226 	    </hy:exclude>
   2227 	    <hy:exclude id="testGolden" shouldfix="true">
   2228 	        <hy:reason>This test requires a JSSE provider</hy:reason>
   2229 	    </hy:exclude>
   2230     </hy:type>
   2231     
   2232     <hy:type id="javax.net.ssl.serialization.SSLSessionBindingEventTest">
   2233 	    <hy:exclude id="testSelf" shouldfix="true">
   2234 	        <hy:reason>This test requires a JSSE provider</hy:reason>
   2235 	    </hy:exclude>
   2236 	    <hy:exclude id="testGolden" shouldfix="true">
   2237 	        <hy:reason>This test requires a JSSE provider</hy:reason>
   2238 	    </hy:exclude>
   2239     </hy:type>
   2240     
   2241 </hy:suite>    
   2242