Re: test excludes (was [proposal] For future milestones, expect zero test failures)

2010-06-11 Thread Alexei Fedotov
I wonder why the very clear thing like "zero test failures" always ends up with test architecture discussion. :-) -- With best regards / с наилучшими пожеланиями, Alexei Fedotov / Алексей Федотов, http://www.telecom-express.ru/ http://harmony.apache.org/ http://dataved.ru/ http://klsh.ru/ On T

[java6][classlib][luni]Items in map which reterned by HttpURLConnection.getHeaderFields() should be in reverse order (HARMONY-6516)

2010-06-11 Thread Tim Ellison
I agree with changing the test code, but I did look at the implementation of Header [1] and think that using a TreeMap to store the fields is a bit of overkill. I assume this was chosen just to get the case insensitive key matching behavior, but I think it will be a memory hog. And then the whol

Re: svn commit: r953015 - in /harmony/enhanced/java/trunk/classlib/modules/luni/src: main/java/java/net/NetworkInterface.java test/api/common/org/apache/harmony/luni/tests/java/net/NetworkInterfaceTe

2010-06-11 Thread sebb
On 11/06/2010, Ray Chen wrote: > On 06/10/2010 01:26 AM, Mark Hindess wrote: > > > In message<4c0fbf28.3000...@gmail.com>, Tim Ellison > writes: > > > > > > > I've not benched it but this looks like a reasonable amount of code to > > > run each time the hostname is checked against this permission.

Re: [gsoc] imageio progress

2010-06-11 Thread Lang Yang
Thanks! According to my original proposal [0], I am supposed to complete the following items by the end of this week (week 3): - spi.ServiceRegistry - spi.IIOServiceProvider - spi.ImageInputStreamSpi - spi.ImageOutputStreamSpi - spi.ImageWriterSpi - spi.ImageReaderSpi Except few methods are still