From: Ian Lance Taylor Date: Fri, 1 Mar 2019 05:25:36 +0000 (+0000) Subject: re PR go/89406 (Go testing leaves many temporary directories in /tmp around) X-Git-Tag: basepoints/gcc-10~864 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bf2aa34d132ced67908cbde5819c3bbbc0d6b3f;p=thirdparty%2Fgcc.git re PR go/89406 (Go testing leaves many temporary directories in /tmp around) PR go/89406 * Makefile.am (GOTOOLS_TEST_TIMEOUT): Double. * Makefile.in: Regenerate. From-SVN: r269300 --- diff --git a/gotools/ChangeLog b/gotools/ChangeLog index 22ecd9a40838..20af2b515372 100644 --- a/gotools/ChangeLog +++ b/gotools/ChangeLog @@ -1,3 +1,9 @@ +2019-02-28 Ian Lance Taylor + + PR go/89406 + * Makefile.am (GOTOOLS_TEST_TIMEOUT): Double. + * Makefile.in: Regenerate. + 2019-02-12 Ian Lance Taylor PR go/89193 diff --git a/gotools/Makefile.am b/gotools/Makefile.am index 2ade1d7f019e..41fc8f45f812 100644 --- a/gotools/Makefile.am +++ b/gotools/Makefile.am @@ -141,7 +141,7 @@ uninstall-local: GOTESTFLAGS = # Number of seconds before tests time out. -GOTOOLS_TEST_TIMEOUT = 600 +GOTOOLS_TEST_TIMEOUT = 1200 # Run tests using the go tool, and frob the output to look like that # generated by DejaGNU. The main output of this is two files: diff --git a/gotools/Makefile.in b/gotools/Makefile.in index c591b709581f..0e4ee83def4e 100644 --- a/gotools/Makefile.in +++ b/gotools/Makefile.in @@ -400,7 +400,7 @@ MOSTLYCLEANFILES = \ @NATIVE_TRUE@GOTESTFLAGS = # Number of seconds before tests time out. -@NATIVE_TRUE@GOTOOLS_TEST_TIMEOUT = 600 +@NATIVE_TRUE@GOTOOLS_TEST_TIMEOUT = 1200 # CHECK_ENV sets up the environment to run the newly built go tool. # If you change this, change ECHO_ENV, below. @@ -703,8 +703,8 @@ distclean-generic: maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -@NATIVE_FALSE@install-exec-local: @NATIVE_FALSE@uninstall-local: +@NATIVE_FALSE@install-exec-local: clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \