]> Cypherpunks repositories - gostls13.git/commit
internal/godebugs: test for use of IncNonDefault
authorRuss Cox <rsc@golang.org>
Sat, 9 Mar 2024 02:01:17 +0000 (21:01 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 9 Mar 2024 14:19:39 +0000 (14:19 +0000)
commit74726defe99bb1e19cee35e27db697085f06fda1
treed6ca72b6d2d17b99de1001e0a53082b1ab0ad9db
parent065c5d220e802e85d410a5e6adba0819ab71aeda
internal/godebugs: test for use of IncNonDefault

A few recent godebugs are missing IncNonDefault uses.
Test for that, so that people remember to do it.
Filed bugs for the missing ones.

For #66215.
For #66216.
For #66217.

Change-Id: Ia3fd10fd108e1b003bb30a8bc2f83995c768fab6
Reviewed-on: https://go-review.googlesource.com/c/go/+/570275
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
src/cmd/go/internal/cache/cache.go
src/crypto/x509/x509.go
src/internal/godebug/godebug.go
src/internal/godebugs/godebugs_test.go
src/internal/godebugs/table.go
src/mime/multipart/formdata.go
src/mime/multipart/multipart.go
src/net/http/transfer.go
src/runtime/metrics/doc.go