]> Cypherpunks repositories - gostls13.git/commit
test: skip nilptr3 test on s390x
authorMichael Munday <munday@ca.ibm.com>
Sun, 20 Mar 2016 23:35:59 +0000 (19:35 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 8 Apr 2016 17:51:46 +0000 (17:51 +0000)
commitdae98d5c3b02b39f53168a9403d24e1ddd4a16d4
treeb74598190364e5c460324d330303ab2f818d55b0
parent78715cebcfcca3aaaaba4dd41ef6b82a46d7b93d
test: skip nilptr3 test on s390x

Fails for the same reason as ppc64 and mips64 (incomplete
optimization).

Change-Id: Ieb4d997fc27d4f2b756e63dd7f588abe10c0213a
Reviewed-on: https://go-review.googlesource.com/20963
Reviewed-by: Bill O'Farrell <billotosyr@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
test/nilptr3.go