aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2015-01-23 23:52:36 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2015-01-23 23:52:36 +0000
commit6ed7da8948faa44a6fbbdd4fe8ea2935f5f1c6e1 (patch)
treee4c2c21e4a028dbfdf3d83acc743e36896f34ba1 /gcc/testsuite/go.test
parentba986acb051c567d4584a85422406bd23f1a759f (diff)
downloadgcc-6ed7da8948faa44a6fbbdd4fe8ea2935f5f1c6e1.zip
gcc-6ed7da8948faa44a6fbbdd4fe8ea2935f5f1c6e1.tar.gz
gcc-6ed7da8948faa44a6fbbdd4fe8ea2935f5f1c6e1.tar.bz2
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
Diffstat (limited to 'gcc/testsuite/go.test')
-rw-r--r--gcc/testsuite/go.test/go-test.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/go.test/go-test.exp b/gcc/testsuite/go.test/go-test.exp
index 040a12c..bf5941d 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