8sa1-gcc/gcc/go
eric fang ef8dc9d240 gotest: increase the test timeout
The default test timeout duration of the gc compiler is 10 minutes,
and the current default timeout duration of gofrontend is 240 seconds,
which is not long enough for some big tests. This CL changes it to
600s, so that all tests have enough time to complete.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/229657
2020-04-23 20:16:32 -07:00
..
gofrontend gotest: increase the test timeout 2020-04-23 20:16:32 -07:00
ChangeLog Go Gcc_backend class: mark prefetch as novops 2020-04-15 13:01:25 -07:00
config-lang.in Update copyright years. 2020-01-01 12:51:42 +01:00
gccgo.texi
go-backend.c Update copyright years. 2020-01-01 12:51:42 +01:00
go-c.h Update copyright years. 2020-01-01 12:51:42 +01:00
go-gcc-diagnostics.cc Update copyright years. 2020-01-01 12:51:42 +01:00
go-gcc.cc Go Gcc_backend class: mark prefetch as novops 2020-04-15 13:01:25 -07:00
go-gcc.h Update copyright years. 2020-01-01 12:51:42 +01:00
go-lang.c Update copyright years. 2020-01-01 12:51:42 +01:00
go-linemap.cc
go-location.h
go-sha1.cc Update copyright years. 2020-01-01 12:51:42 +01:00
go-system.h Update copyright years. 2020-01-01 12:51:42 +01:00
gospec.c Update copyright years. 2020-01-01 12:51:42 +01:00
lang-specs.h Update copyright years. 2020-01-01 12:51:42 +01:00
lang.opt Update copyright years. 2020-01-01 12:51:42 +01:00
Make-lang.in Update copyright years. 2020-01-01 12:51:42 +01:00
README.gcc

The files in the gofrontend subdirectory are mirrored from the
gofrontend project hosted at http://code.google.com/p/gofrontend.
These files are the ones in the go subdirectory of that project.