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