Commit 6ed7da89 by Ian Lance Taylor Committed by Ian Lance Taylor

re PR go/64510 (FAIL: go.test/test/nilptr2.go execution on non-split-stack targets)

	PR go/64510
	* go.test/go-test.exp (go-gc-tests): Skip nilptr2.go test on
	targets without split stack support.

From-SVN: r220069
parent ba986acb
2015-01-23 Ian Lance Taylor <iant@google.com>
PR go/64510
* go.test/go-test.exp (go-gc-tests): Skip nilptr2.go test on
targets without split stack support.
2015-01-23 Vladimir Makarov <vmakarov@redhat.com> 2015-01-23 Vladimir Makarov <vmakarov@redhat.com>
PR target/64317 PR target/64317
......
...@@ -414,7 +414,8 @@ proc go-gc-tests { } { ...@@ -414,7 +414,8 @@ proc go-gc-tests { } {
if { ( [file tail $test] == "select2.go" \ if { ( [file tail $test] == "select2.go" \
|| [file tail $test] == "stack.go" \ || [file tail $test] == "stack.go" \
|| [file tail $test] == "peano.go" ) \ || [file tail $test] == "peano.go" \
|| [file tail $test] == "nilptr2.go" ) \
&& ! [check_effective_target_split_stack] } { && ! [check_effective_target_split_stack] } {
# These tests fails on targets without split stack. # These tests fails on targets without split stack.
untested $name untested $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