]> Cypherpunks repositories - gostls13.git/commit
runtime: define the AddrRange used for testing in terms of addrRange
authorMichael Anthony Knyszek <mknyszek@google.com>
Tue, 14 Jul 2020 20:27:27 +0000 (20:27 +0000)
committerMichael Knyszek <mknyszek@google.com>
Thu, 22 Oct 2020 15:25:33 +0000 (15:25 +0000)
commitb4a06b20897fe7ea3be715cb51040a2ccc52c15b
tree409e48b86b6579a3abe8bd60fd25b7af727f11f3
parentde74ea5d740ccc69dbb146578dc8a965351a3d6b
runtime: define the AddrRange used for testing in terms of addrRange

Currently the AddrRange used for testing is defined separately from
addrRange in the runtime, making it difficult to test it as well as
addrRanges. Redefine AddrRange in terms of addrRange instead.

For #40191.

Change-Id: I3aa5b8df3e4c9a3c494b46ab802dd574b2488141
Reviewed-on: https://go-review.googlesource.com/c/go/+/242677
Trust: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/export_test.go
src/runtime/mpagealloc_test.go