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 |
||
---|---|---|
.. | ||
gofrontend | ||
ChangeLog | ||
config-lang.in | ||
gccgo.texi | ||
go-backend.c | ||
go-c.h | ||
go-gcc-diagnostics.cc | ||
go-gcc.cc | ||
go-gcc.h | ||
go-lang.c | ||
go-linemap.cc | ||
go-location.h | ||
go-sha1.cc | ||
go-system.h | ||
gospec.c | ||
lang-specs.h | ||
lang.opt | ||
Make-lang.in | ||
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.