I mainly investigated 3 errors: error test_getHeaderFields org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest
error test_getOutputStream_AfterConnect org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest error testUsingProxy2 org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest (They all failed on 4 platforms in our Integrity Testing, and also failed on 2 platform in Snapshot Testing.) And I got following observations: 1. M8 did not have the 3 test cases at all. (1). test_getHeaderFields and testUsingProxy2 were committed by r727252 for HARMONY-6049. (2). test_getOutputStream_AfterConnect was committed by r724594 for HARMONY-6012. 2. RI also failed on the 3 test cases. On Thu, Mar 5, 2009 at 6:45 PM, Sian January <[email protected]>wrote: > According to the integrity page there are quite a few classlib test > failures. For M8 we had no failures on Windows and only one on Linux > so I think it would be good to get these fixed for M9. Does anyone > happen to know which commit caused the failures? > > Thanks, > > Sian > > > http://people.apache.org/~chunrong/harmony-integrity/ > > > -- > Unless stated otherwise above: > IBM United Kingdom Limited - Registered in England and Wales with number > 741598. > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU >
