]> Cypherpunks repositories - gostls13.git/commit
test/fixedbugs: add s390x case to issue11656
authorMichael Munday <munday@ca.ibm.com>
Sun, 20 Mar 2016 23:25:58 +0000 (19:25 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 21 Mar 2016 07:09:36 +0000 (07:09 +0000)
commit1a82946ea5a98f5e7a7ec416bc83a7cba701e9b8
treec491ca3c8167ecfba20a95a74ba2e7e3d0f0c477
parent992320aaa8e30fdd006b5c781b58549a2327d3b6
test/fixedbugs: add s390x case to issue11656

An instruction consisting of all 0s causes an illegal instruction
signal on s390x. Since 0s are the default in this test this CL just
makes it explicit.

Change-Id: Id6e060eed1a588f4b10a4e4861709fcd19b434ac
Reviewed-on: https://go-review.googlesource.com/20962
Reviewed-by: Minux Ma <minux@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
test/fixedbugs/issue11656.go