From 6ed7da8948faa44a6fbbdd4fe8ea2935f5f1c6e1 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 23 Jan 2015 23:52:36 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/go.test/go-test.exp | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ef497e47635..a04a50354f2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2015-01-23 Ian Lance Taylor + + 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 PR target/64317 diff --git a/gcc/testsuite/go.test/go-test.exp b/gcc/testsuite/go.test/go-test.exp index 040a12ccf3c..bf5941de74b 100644 --- a/gcc/testsuite/go.test/go-test.exp +++ b/gcc/testsuite/go.test/go-test.exp @@ -414,7 +414,8 @@ proc go-gc-tests { } { 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 -- 2.30.2