This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Go testsuite patch committed: Load timeout.exp
- From: Ian Lance Taylor <iant at google dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Fri, 08 Feb 2013 17:54:27 -0800
- Subject: Go testsuite patch committed: Load timeout.exp
Since testsuite/lib/go.exp now uses [timeout_value], it needs to load
timeout.exp. This shows up when testing libgo using DejaGNU.
Bootstrapped and ran Go tests on x86_64-unknown-linux-gnu. Committed to
mainline.
Ian
2013-02-08 Ian Lance Taylor <iant@google.com>
* lib/go.exp: Load timeout.exp.
Index: lib/go.exp
===================================================================
--- lib/go.exp (revision 195909)
+++ lib/go.exp (working copy)
@@ -19,6 +19,7 @@
#
load_lib prune.exp
load_lib gcc-defs.exp
+load_lib timeout.exp
load_lib target-libpath.exp
#