aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test/test/sigchld.go
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2013-10-14 21:24:30 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2013-10-14 21:24:30 +0000
commitbe66a22638ada47b4fdf0b42be1d44e6cd4fe104 (patch)
tree0f1d684281329220c1b3c6ca3b5d34b13d5ed1b3 /gcc/testsuite/go.test/test/sigchld.go
parent8088e1beb276a0ba33ba2bf499899450d86e9f03 (diff)
downloadgcc-be66a22638ada47b4fdf0b42be1d44e6cd4fe104.zip
gcc-be66a22638ada47b4fdf0b42be1d44e6cd4fe104.tar.gz
gcc-be66a22638ada47b4fdf0b42be1d44e6cd4fe104.tar.bz2
Update Go testsuite to a copy of the Go 1.1.2 testsuite.
* go.test/go-test.exp (go-find-packages): New proc. (go-gc-tests): Skip stress and safe tests. Skip *.dir subdirectories. Do simple +build line matching. Handle run with arguments. Handle errorcheckdir and rundircmpout. Use packages for rundir. Remove special handling for bug191 and dwarf. From-SVN: r203578
Diffstat (limited to 'gcc/testsuite/go.test/test/sigchld.go')
-rw-r--r--gcc/testsuite/go.test/test/sigchld.go7
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/testsuite/go.test/test/sigchld.go b/gcc/testsuite/go.test/test/sigchld.go
index c1cfc2a..a60d28d 100644
--- a/gcc/testsuite/go.test/test/sigchld.go
+++ b/gcc/testsuite/go.test/test/sigchld.go
@@ -1,8 +1,5 @@
-// [ "$GOOS" == windows ] ||
-// ($G $D/$F.go && $L $F.$A && ./$A.out 2>&1 | cmp - $D/$F.out)
-
-// NOTE: This test is not run by 'run.go' and so not run by all.bash.
-// To run this test you must use the ./run shell script.
+// +build !windows
+// cmpout
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style