re PR go/64510 (FAIL: go.test/test/nilptr2.go execution on non-split-stack targets)
authorIan Lance Taylor <iant@google.com>
Fri, 23 Jan 2015 23:52:36 +0000 (23:52 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 23 Jan 2015 23:52:36 +0000 (23:52 +0000)
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
gcc/testsuite/go.test/go-test.exp

index ef497e476357153f81324818dbb251020b83159d..a04a50354f251ca6af96801cb20aeb42c09366e3 100644 (file)
@@ -1,3 +1,9 @@
+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
index 040a12ccf3c5fce3a183ad9ebe4e74349123575e..bf5941de74b0f9ffdbc9605a5da4d1abaf5e67c0 100644 (file)
@@ -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