]> Cypherpunks.ru repositories - gostls13.git/commit
test: disable nilptr on windows/arm64
authorRuss Cox <rsc@golang.org>
Wed, 27 Jan 2021 06:01:18 +0000 (01:01 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 19 Feb 2021 00:40:22 +0000 (00:40 +0000)
commita3b97e7628680984ae6f29e5af945c11a30e6bdc
treec4b9649e857238fdf55971d40593ffdf1804f489
parent985d0877829bf13f51120c4743c08ac82c0c8d62
test: disable nilptr on windows/arm64

The address space starts at 4GB, so dummy is too far out.

This CL is part of a stack adding windows/arm64
support (#36439), intended to land in the Go 1.17 cycle.

Change-Id: I5f67e268ce729086d9f9fc8541722fabccfd0145
Reviewed-on: https://go-review.googlesource.com/c/go/+/288823
Trust: Russ Cox <rsc@golang.org>
Trust: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com>
test/nilptr.go