Commit 2fbec1f2 by Ian Lance Taylor Committed by Ian Lance Taylor

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
parent 554b6ea7
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> 2014-01-09 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/59730 PR c++/59730
......
...@@ -1143,6 +1143,10 @@ proc go-gc-tests { } { ...@@ -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" } { || $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 # This tests the gc -u option, which gccgo does not
# support. # 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 { } else {
clone_output "$name: unrecognized test line: $test_line" clone_output "$name: unrecognized test line: $test_line"
unsupported $name unsupported $name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment