gcc/libgo/go/os
Ian Lance Taylor 4ba0105019 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
2018-04-17 23:55:17 +00:00
..
exec libgo: update to Go1.10rc2 2018-02-08 15:30:22 +00:00
signal os/signal: disable loading of history during test 2018-04-17 23:55:17 +00:00
user libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
dir.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
dir_gccgo.go os: use opendir64 and closedir64 on AIX 2017-05-12 00:59:15 +00:00
dir_largefile.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
dir_libc64_gccgo.go os: use opendir64 and closedir64 on AIX 2017-05-12 00:59:15 +00:00
dir_libc_gccgo.go os: use opendir64 and closedir64 on AIX 2017-05-12 00:59:15 +00:00
dir_plan9.go libgo: Update to current master library sources. 2012-12-12 23:13:29 +00:00
dir_regfile.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
dir_unix.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
env.go libgo: update to Go1.10beta2 release 2018-01-17 14:20:29 +00:00
env_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
env_unix_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
error.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
error_plan9.go libgo: update to Go1.10rc1 2018-01-27 23:44:29 +00:00
error_posix.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
error_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
error_unix.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
error_unix_test.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
error_windows.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
error_windows_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
example_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
exec.go libgo: update to Go1.10rc2 2018-02-08 15:30:22 +00:00
exec_plan9.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
exec_posix.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
exec_unix.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
exec_windows.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
executable.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
executable_darwin.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
executable_freebsd.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
executable_path.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
executable_plan9.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
executable_procfs.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
executable_solaris.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
executable_test.go libgo: update to Go1.10beta2 release 2018-01-17 14:20:29 +00:00
executable_windows.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
export_test.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
export_windows_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
file.go libgo: update to Go1.10beta2 release 2018-01-17 14:20:29 +00:00
file_plan9.go libgo: update to Go1.10beta2 release 2018-01-17 14:20:29 +00:00
file_posix.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
file_unix.go libgo: update to Go1.10beta2 release 2018-01-17 14:20:29 +00:00
getwd.go libgo: update to Go1.10rc1 2018-01-27 23:44:29 +00:00
getwd_darwin.go libgo: Update to October 24 version of master library. 2013-11-06 19:49:01 +00:00
os_test.go libgo: update to Go1.10beta2 release 2018-01-17 14:20:29 +00:00
os_unix_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
path.go libgo: update to Go1.10beta2 release 2018-01-17 14:20:29 +00:00
path_plan9.go runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
path_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
path_unix.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
path_windows.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
path_windows_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
pipe_bsd.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
pipe_freebsd.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
pipe_linux.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
pipe_test.go libgo: update to Go1.10beta2 release 2018-01-17 14:20:29 +00:00
proc.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
stat.go libgo: update to Go1.10beta2 release 2018-01-17 14:20:29 +00:00
stat_aix.go os, syscall: handle _st_timespec for AIX stat 2018-01-10 19:51:24 +00:00
stat_atim.go os, syscall: handle _st_timespec for AIX stat 2018-01-10 19:51:24 +00:00
stat_atimespec.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
stat_dragonfly.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
stat_nacl.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
stat_plan9.go libgo: update to Go1.10beta2 release 2018-01-17 14:20:29 +00:00
stat_solaris.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
stat_unix.go libgo: update to Go1.10beta2 release 2018-01-17 14:20:29 +00:00
sticky_bsd.go runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
sticky_notbsd.go runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
str.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
sys.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
sys_bsd.go libgo: Update to Go 1.3 release. 2014-07-19 08:53:52 +00:00
sys_darwin.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
sys_freebsd.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
sys_linux.go libgo: Update to weekly.2012-01-20. 2012-01-25 21:54:22 +00:00
sys_nacl.go libgo: Update to Go 1.3 release. 2014-07-19 08:53:52 +00:00
sys_plan9.go libgo: Update to weekly.2012-01-20. 2012-01-25 21:54:22 +00:00
sys_uname.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
sys_unix.go Big merge of changes to gofrontend repo that were postponed due to the 2017-05-10 17:26:09 +00:00
timeout_test.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
types.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
types_plan9.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
types_unix.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
types_windows.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
wait_unimp.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
wait_wait6.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
wait_waitid.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00