]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
go-test.exp (go-gc-tests): Skip nilptr tests that test the other Go compiler.
authorIan Lance Taylor <iant@google.com>
Thu, 9 Jan 2014 17:58:14 +0000 (17:58 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 9 Jan 2014 17:58:14 +0000 (17:58 +0000)
* go.test/go-test.exp (go-gc-tests): Skip nilptr tests that test
the other Go compiler.

From-SVN: r206474

gcc/testsuite/ChangeLog
gcc/testsuite/go.test/go-test.exp

index ff63375c41c9b463dc670d602f3a8a065d4dfa5e..d4383be9978373231abd9fe7f9bdef206c7fb78b 100644 (file)
@@ -1,3 +1,8 @@
+2014-01-09  Ian Lance Taylor  <iant@google.com>
+
+       * go.test/go-test.exp (go-gc-tests): Skip nilptr tests that test
+       the other Go compiler.
+
 2014-01-09  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/59730
index 3bcd71bc1b6f125d76d95b83e65ee56adf3e8c8f..f1eed08bd3e16b4a554d84b1c973adbde83651e5 100644 (file)
@@ -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