[gwt-contrib] Re: Add more HtmlUnit platforms/browsers testings

2009-09-11 Thread Frank Lin
Here was what I got when using -htmlunit FF3,FF2,IE7,IE6 The memory already 2G: -Xmx=2048m [junit] Exception in thread main java.lang.OutOfMemoryError: Java heap space [junit] at java.lang.StringCoding$StringEncoder.encode(StringCoding.java:250) [junit] at

[gwt-contrib] Re: Add more HtmlUnit platforms/browsers testings

2009-09-09 Thread Amit Manjhi
On Wed, Sep 9, 2009 at 11:19 AM, Frank Lin f...@google.com wrote: Hi Amit, On Wed, Sep 9, 2009 at 9:25 AM, amitman...@google.com wrote: Hi Frank, Instead of having individual ant commands for each browser emulation, it would be better to test all the browsers in parallel using -htmlunit

[gwt-contrib] Re: Add more HtmlUnit platforms/browsers testings

2009-09-09 Thread Amit Manjhi
For now, it seems fine. It is the same issue when running multiple browsers simultaneously during remoteweb or selenium tests. On Wed, Sep 9, 2009 at 1:45 PM, Frank Lin f...@google.com wrote: Just one issue: is it okay to use test.out for all platforms if using '-htmlunit FF3, FF2, IE6, IE7'?