]> Cypherpunks repositories - gostls13.git/commit
test: add regression test from #41474
authorAlberto Donizetti <alb.donizetti@gmail.com>
Fri, 16 Oct 2020 15:48:29 +0000 (17:48 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Sat, 17 Oct 2020 07:18:20 +0000 (07:18 +0000)
commitc8f6135d4fd0be14bfc63c2bbb911cc9647e00a6
tree0d0ecde238996628c4670d99c3bccb2127e2faad
parent5faa8286512db8b11ba3f16c447dbf41f289b47a
test: add regression test from #41474

This issue was fixed with multiple individual compiler optimizations,
each of which had their own respective test cases. This CL just adds
the capstone test case to demonstrate that the issue has been fixed
and doesn't regress again.

Updates #41474.

Change-Id: Iae752d4b0e7b83ee356b946843340a4fbc254058
Reviewed-on: https://go-review.googlesource.com/c/go/+/263097
Trust: Alberto Donizetti <alb.donizetti@gmail.com>
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Alberto Donizetti <alb.donizetti@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/os_test.go