* go.test/go-test.exp (go-gc-tests): Skip nilptr test on s390*.
authorIan Lance Taylor <iant@google.com>
Wed, 4 Mar 2015 14:54:33 +0000 (14:54 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 4 Mar 2015 14:54:33 +0000 (14:54 +0000)
From-SVN: r221186

gcc/testsuite/ChangeLog
gcc/testsuite/go.test/go-test.exp

index f3e7f88..2e77ba4 100644 (file)
@@ -1,3 +1,7 @@
+2015-03-04  Ian Lance Taylor  <iant@google.com>
+
+       * go.test/go-test.exp (go-gc-tests): Skip nilptr test on s390*.
+
 2015-03-04  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/64227
index 50b2b5e..d57751c 100644 (file)
@@ -391,7 +391,7 @@ proc go-gc-tests { } {
        }
 
        # Handle certain tests in a target-dependant way.
-       if { [istarget "alpha*-*-*"] || [istarget "sparc*-*-solaris*"] || [istarget "powerpc*-*-*"] } {
+       if { [istarget "alpha*-*-*"] || [istarget "sparc*-*-solaris*"] || [istarget "powerpc*-*-*"] || [istarget "s390*-*-*"] } {
            if { [string match "*go.test/test/nilptr.go" $test] } {
                untested $test
                continue