LGTM

On Thu, Mar 3, 2011 at 11:03 AM, <jbrosenb...@google.com> wrote:

> Reviewers: rjrjr, kjin,
>
> Description:
> Increase Stack Size for ant tests, to prevent test failures (address
> issue 6100)
>
>
> Please review this at http://gwt-code-reviews.appspot.com/1369806/
>
> Affected files:
>  M common.ant.xml
>
>
> Index: common.ant.xml
> ===================================================================
> --- common.ant.xml      (revision 9792)
> +++ common.ant.xml      (working copy)
> @@ -210,7 +210,7 @@
>       <junit dir="@{test.out}" fork="yes" printsummary="yes"
>              failureproperty="junit.failure" tempdir="@{test.out}">
>         <jvmarg line="-Xmx768m" />
> -        <jvmarg line="-Xss512k" />
> +        <jvmarg line="-Xss4M" />
>         <jvmarg
> value="-Demma.coverage.out.file=@{test.emma.coverage}/coverage.emma" />
>         <jvmarg value="-Demma.coverage.out.merge=true" />
>         <jvmarg value="-Dcom.google.gwt.junit.reportPath=reports" />
>
>
>

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to