From: Ian Lance Taylor Date: Thu, 9 Jan 2014 17:58:14 +0000 (+0000) Subject: go-test.exp (go-gc-tests): Skip nilptr tests that test the other Go compiler. X-Git-Tag: releases/gcc-4.9.0~1753 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fbec1f28b633989e983c39739957f60a0299422;p=thirdparty%2Fgcc.git go-test.exp (go-gc-tests): Skip nilptr tests that test the other Go compiler. * go.test/go-test.exp (go-gc-tests): Skip nilptr tests that test the other Go compiler. From-SVN: r206474 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ff63375c41c9..d4383be99783 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-01-09 Ian Lance Taylor + + * go.test/go-test.exp (go-gc-tests): Skip nilptr tests that test + the other Go compiler. + 2014-01-09 Paolo Carlini PR c++/59730 diff --git a/gcc/testsuite/go.test/go-test.exp b/gcc/testsuite/go.test/go-test.exp index 3bcd71bc1b6f..f1eed08bd3e1 100644 --- a/gcc/testsuite/go.test/go-test.exp +++ b/gcc/testsuite/go.test/go-test.exp @@ -1143,6 +1143,10 @@ proc go-gc-tests { } { || $test_line == "// \$G \$D/pkg.go && pack grcS pkg.a pkg.\$A 2> /dev/null && rm pkg.\$A && \$G -I. -u \$D/main.go" } { # This tests the gc -u option, which gccgo does not # support. + } elseif { $test_line == "// errorcheck -0 -N -d=nil" \ + || $test_line == "// errorcheck -0 -d=nil" } { + # This tests gc nil pointer checks using -d=nil, which + # gccgo does not support. } else { clone_output "$name: unrecognized test line: $test_line" unsupported $name