summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-06-26 14:26:14 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-06-26 15:24:32 +0200
commit91840dfb3942a8d241cc4f0e573e5a9956011532 (patch)
treecc0bc45ca076dea5a869392374a50cbaaffc21c8
parent0c51c07752cf854aeb8fc0e2ea73f784bdf61443 (diff)
downloadgcc-tschwinge/t/hurd/go.tar.gz
Revert "gcc/testsuite/"tschwinge/t/hurd/go
This reverts commit 2eb51eab5f58fbd110aae626d3239789440ddb94. The test runs fine if an alternate signal stack is not set (which is known to be broken).
-rw-r--r--gcc/testsuite/go.test/go-test.exp6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/testsuite/go.test/go-test.exp b/gcc/testsuite/go.test/go-test.exp
index 82866e53b27..6f397343e0f 100644
--- a/gcc/testsuite/go.test/go-test.exp
+++ b/gcc/testsuite/go.test/go-test.exp
@@ -352,12 +352,6 @@ proc go-gc-tests { } {
continue
}
- if { [file tail $test] == "sigchld.go" } {
- # Busy-loops on GNU/Hurd, causing the test harness to hang.
- untested $name
- continue
- }
-
if { [file tail $test] == "bug347.go" \
|| [file tail $test] == "bug348.go" } {
# These tests don't work if the functions are inlined.