In message <[email protected]>, Tim Ellison writes: > > On 03/Dec/2009 17:37, Alexei Fedotov wrote: > > I have noticed [1] that in addition to awt and swing tests the tests > > from the followng packages are broken: > > java.beans > > java.util.jar > > > > Do we care? > > > > [1] http://www.telebridge.ru/harmony/ > > Wow, there are thousands of failures there!! Yes, we care! > > What is happening with your machine? I see it is > svn = rr885602, (Dec 3 2009), Linux/ia32/gcc 4.3.2 > > and I guess it is running headless? I think the problems stem from > that, since I see in your output [1]: > java.lang.NullPointerException > at java.awt.Toolkit.getNativeEventQueue(Toolkit.java:1172) > at java.awt.EventDispatchThread.run(EventDispatchThread.java:46) > java.lang.InternalError: Cannot open display '' > > [snip] > > On such a system the best you can hope for is to run all but awt, swing, > and beans, like we do through Hudson > > xvfb-run -a -e xvfb-run.log ant -Dexclude.module=awt,beans,swing test
If you are using xvfb then there should be no reason not to run the awt/swing tests. -Mark,
