* 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 f3e7f882b90592e59d11db96e2138a3f03c7de7a..2e77ba451ec1909490e502206d4019eb56920041 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 50b2b5e47057947ae54405dfaba6d865a411412e..d57751c89af07282fe6f153d6ec00d0457ee1e9c 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