This libgo patch by Eric Fang increases the test timeout to 10 minutes, so that tests can pass on some slow machines. This matches the timeout for the gc tests. Bootstrapped and ran Go testsuite on x86_64-pc-linux-gnu. Committed to mainline.
Ian
483096e3130c468a0e1bd224504b394b42662748 diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index e48abcf71d6..5aecee18dd6 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -b76c83f34c006938fe6c3311d949496990bc5db9 +761d68dacefc578e45ff299761f20989aef67823 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. diff --git a/libgo/testsuite/gotest b/libgo/testsuite/gotest index 33f99d77a31..2bd6b5e2b2a 100755 --- a/libgo/testsuite/gotest +++ b/libgo/testsuite/gotest @@ -36,7 +36,7 @@ keep=false pkgpath= prefix= dejagnu=no -timeout=240 +timeout=600 testname="" bench="" trace=false