[classlib] junit4 @Ignore and reporting (was svn commit: r883478...)

2009-11-24 Thread Mark Hindess
In message 3b3f27c60911231801u53053331wa9b9ab0e8222f...@mail.gmail.com, Nathan Beyer writes: I'd love to see the exclude files dropped in favor of JUnit @Ignore + reporting for those ignored tests. That would be extremely helpful in pointing out all of the excluded tests. +1 provided we can

[general] Code freeze or branching (was svn commit: r883478...)

2009-11-24 Thread Mark Hindess
In message 3b3f27c60911231804y49c23b48ha315bd716665b...@mail.gmail.com, Nathan Beyer writes: Let's separate the two issues here - * excluding failing tests - i'd agree that our current exclusion approach isn't optimal - how can we make it better? * extent of code freeze - should all commits

[general] voting for release

2009-11-24 Thread Mark Hindess
Please compare the votes on our last release thread: http://markmail.org/thread/ih4gtirzvwqnveih with those on a similar thread on the apr dev list: http://markmail.org/thread/zpitcpl5kvbfir4a I rather like the style of the apr vote. Voting and saying what you did to evaluate the release

Re: [classlib] junit4 @Ignore and reporting (was svn commit: r883478...)

2009-11-24 Thread Tim Ellison
On 24/Nov/2009 08:06, Mark Hindess wrote: In message 3b3f27c60911231801u53053331wa9b9ab0e8222f...@mail.gmail.com, Nathan Beyer writes: I'd love to see the exclude files dropped in favor of JUnit @Ignore + reporting for those ignored tests. That would be extremely helpful in pointing out all

[testing] M12 testing on Windows x86

2009-11-24 Thread Tim Ellison
I currently see the following 5 failures and 10 errors when testing r883666 Name Tests Errors Failures javax.swing 17 0 1 javax.swing.plaf.basic18 0 1

Re: [testing] M12 testing on Windows x86

2009-11-24 Thread Oliver Deakin
I see 6 failures and 7 errors running on Windows x86 at r883734 Name Tests Errors Failures java.awt.WindowTest7 0 1 javax.swing.ImageIcon_MultithreadedTest

Re: [testing] M12 testing on Windows x86

2009-11-24 Thread Jesse Wilson
On Tue, Nov 24, 2009 at 6:31 AM, Tim Ellison t.p.elli...@gmail.com wrote: Name Tests Errors Failures org.apache.harmony.logging.tests.java.util.logging13 1 0 This particular failure isn't being reported by Hudson...

Re: [testing] M12 testing on Windows x86

2009-11-24 Thread Jesse Wilson
On Tue, Nov 24, 2009 at 9:12 AM, Tim Ellison t.p.elli...@gmail.com wrote: Seems to be caused by a change in the implementation of available() for InputStreams on Zip entries. The failing code is in org.apache.harmony.sound.utils.ProviderService#getProviders(String) when it tries to read the

[testing] Automate the generation of tests

2009-11-24 Thread Maria Polyakova
Harmony team, I'm wondering there is project with automation the generation of tests. And where I can read about it. Thank you! Yours respectfully, Maria

Re: [testing] M12 testing on Windows x86

2009-11-24 Thread Nathan Beyer
On Tue, Nov 24, 2009 at 11:43 AM, Jesse Wilson jessewil...@google.com wrote: On Tue, Nov 24, 2009 at 9:12 AM, Tim Ellison t.p.elli...@gmail.com wrote: Seems to be caused by a change in the implementation of available() for InputStreams on Zip entries. The failing code is in

Re: [testing] M12 testing on Windows x86

2009-11-24 Thread Regis
Jesse Wilson wrote: On Tue, Nov 24, 2009 at 9:12 AM, Tim Ellison t.p.elli...@gmail.com wrote: Seems to be caused by a change in the implementation of available() for InputStreams on Zip entries. The failing code is in org.apache.harmony.sound.utils.ProviderService#getProviders(String) when it