PR go/64510
* go.test/go-test.exp (go-gc-tests): Skip nilptr2.go test on
targets without split stack support.
From-SVN: r220069
+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>
PR target/64317
if { ( [file tail $test] == "select2.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] } {
# These tests fails on targets without split stack.
untested $name