]> Cypherpunks repositories - gostls13.git/commit
runtime: skip TestMemmoveOverflow if mmap of needed page fails
authorRuss Cox <rsc@golang.org>
Thu, 27 Oct 2016 03:18:53 +0000 (23:18 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 28 Oct 2016 17:10:39 +0000 (17:10 +0000)
commit54f691d69d39bc19c2069384cd702c6fdec0b92d
treec43074d9def2ddbcd155621c965ad6cac5241b58
parent7fd6b925e38f67c2d0cb3fca0f3dc8b6dfb0708c
runtime: skip TestMemmoveOverflow if mmap of needed page fails

Fixes #16731.

Change-Id: I6d393357973d008ab7cf5fb264acb7d38c9354eb
Reviewed-on: https://go-review.googlesource.com/32104
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/memmove_linux_amd64_test.go