go/src/net/netip
Cuong Manh Le a292b3905c internal/testenv: add and use OptimizationOff/SkipIfOptimizationOff
So we don't have to duplicate the logic to detect noopt builder in
multiple places.

Based on khr@'s suggestion in CL 422037.

Change-Id: Idb338e8bc08cdf00460574bfc0d2f7018c79bbd5
Reviewed-on: https://go-review.googlesource.com/c/go/+/422038
Reviewed-by: Than McIntosh <thanm@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
2022-08-09 12:16:31 +00:00
..
export_test.go
fuzz_test.go net/netip: add a fuzz test 2021-12-20 23:46:23 +00:00
inlining_test.go internal/testenv: add GOROOT and use it to fix tests broken with -trimpath 2022-03-18 21:55:52 +00:00
leaf_alts.go net/netip: add missing encoding.BinaryUnmarshaler to AddrPort and Prefix 2021-11-05 22:27:21 +00:00
netip.go net/netip: fix method name in {AddrPort,Prefix}.IsValid godoc 2022-08-09 05:59:43 +00:00
netip_pkg_test.go net/netip: return an error from ParsePrefix with IPv6 zone input 2022-03-29 15:43:06 +00:00
netip_test.go internal/testenv: add and use OptimizationOff/SkipIfOptimizationOff 2022-08-09 12:16:31 +00:00
slow_test.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
uint128.go
uint128_test.go