mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-02 13:01:11 +08:00
* go.test/go-test.exp (go-gc-tests): Skip nilptr test on s390*.
From-SVN: r221186
This commit is contained in:
parent
b68686bf5e
commit
e0601c0df9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user