]> Cypherpunks repositories - gostls13.git/commit
test: fix and re-enable nosplit.go
authorCherry Zhang <cherryyz@google.com>
Thu, 5 Oct 2017 20:14:14 +0000 (16:14 -0400)
committerCherry Zhang <cherryyz@google.com>
Tue, 31 Oct 2017 19:12:11 +0000 (19:12 +0000)
commitf33f20ef1f50e769e71ba6252e6f9fcafabee449
tree5ee2ae3dad5dcc12bb00af33d6ab8e9fb4340bdd
parent54d04c2fcb7e1e0bebbedeeca6328fd0362254ce
test: fix and re-enable nosplit.go

The test was skipped because it did not work on AMD64 with
frame pointer enabled, and accidentally skipped on other
architectures. Now frame pointer is the default on AMD64.
Update the test to work with frame pointer. Now the test
is skipped only when frame pointer is NOT enabled on AMD64.

Fixes #18317.

Change-Id: I724cb6874e562f16e67ce5f389a1d032a2003115
Reviewed-on: https://go-review.googlesource.com/68610
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
test/nosplit.go