From: ian Date: Wed, 4 Mar 2015 14:54:33 +0000 (+0000) Subject: * go.test/go-test.exp (go-gc-tests): Skip nilptr test on s390*. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8e49b9fc6c932292ad6ec2a35b5070597cb84e7;p=thirdparty%2Fgcc.git * go.test/go-test.exp (go-gc-tests): Skip nilptr test on s390*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221186 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f3e7f882b905..2e77ba451ec1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-03-04 Ian Lance Taylor + + * go.test/go-test.exp (go-gc-tests): Skip nilptr test on s390*. + 2015-03-04 Paolo Carlini PR c++/64227 diff --git a/gcc/testsuite/go.test/go-test.exp b/gcc/testsuite/go.test/go-test.exp index 50b2b5e47057..d57751c89af0 100644 --- a/gcc/testsuite/go.test/go-test.exp +++ b/gcc/testsuite/go.test/go-test.exp @@ -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