* go.test/go-test.exp (go-gc-tests): Skip nilptr test on s390*.

From-SVN: r221186
This commit is contained in:
Ian Lance Taylor 2015-03-04 14:54:33 +00:00 committed by Ian Lance Taylor
parent b68686bf5e
commit e0601c0df9
2 changed files with 5 additions and 1 deletions

View 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

View 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