Commit e0601c0d by Ian Lance Taylor Committed by Ian Lance Taylor

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

From-SVN: r221186
parent b68686bf
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment