diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-04-17 23:55:17 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-04-17 23:55:17 +0000 |
commit | 4ba010501965cca2091ac1e702105c623ea115b5 (patch) | |
tree | 8a0194d7a74fe1d3e338b1264736cc80e6610a0a /gcc | |
parent | b5872261d5e448c85903c4f3df7e1970fc4c112a (diff) | |
download | gcc-4ba010501965cca2091ac1e702105c623ea115b5.zip gcc-4ba010501965cca2091ac1e702105c623ea115b5.tar.gz gcc-4ba010501965cca2091ac1e702105c623ea115b5.tar.bz2 |
os/signal: disable loading of history during test
Bring in https://golang.org/cl/98616 from gc tip.
Original CL description:
This change modifies Go to disable loading of users' shell history for
TestTerminalSignal tests. TestTerminalSignal, as part of its workload,
will execute a new interactive bash shell. Bash will attempt to load the
user's history from the file pointed to by the HISTFILE environment
variable. For users with large histories that may take up to several
seconds, pushing the whole test past the 5 second timeout and causing
it to fail.
Reviewed-on: https://go-review.googlesource.com/107624
From-SVN: r259452
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index f85a667..aeba525 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -2c7093358e5f5ebeb102d44d1036ca0a807d46a5 +b367349d85f315e94e10ee2d76a7c6a46b993dcb The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |