diff options
-rw-r--r-- | gcc/testsuite/go.test/go-test.exp | 6 |
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. |