From 91840dfb3942a8d241cc4f0e573e5a9956011532 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 26 Jun 2013 14:26:14 +0200 Subject: Revert "gcc/testsuite/" This reverts commit 2eb51eab5f58fbd110aae626d3239789440ddb94. The test runs fine if an alternate signal stack is not set (which is known to be broken). --- gcc/testsuite/go.test/go-test.exp | 6 ------ 1 file changed, 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. -- cgit v1.2.1