diff options
| author | Russ Cox <rsc@golang.org> | 2024-03-08 21:01:17 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2024-03-09 14:19:39 +0000 |
| commit | 74726defe99bb1e19cee35e27db697085f06fda1 (patch) | |
| tree | d6ca72b6d2d17b99de1001e0a53082b1ab0ad9db /src/runtime/metrics | |
| parent | 065c5d220e802e85d410a5e6adba0819ab71aeda (diff) | |
| download | go-74726defe99bb1e19cee35e27db697085f06fda1.tar.xz | |
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>
Diffstat (limited to 'src/runtime/metrics')
| -rw-r--r-- | src/runtime/metrics/doc.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/runtime/metrics/doc.go b/src/runtime/metrics/doc.go index e63599e0d9..e1b3387c13 100644 --- a/src/runtime/metrics/doc.go +++ b/src/runtime/metrics/doc.go @@ -246,10 +246,6 @@ Below is the full list of supported metrics, ordered lexicographically. The number of non-default behaviors executed by the cmd/go package due to a non-default GODEBUG=gocacheverify=... setting. - /godebug/non-default-behavior/gotypesalias:events - The number of non-default behaviors executed by the go/types - package due to a non-default GODEBUG=gotypesalias=... setting. - /godebug/non-default-behavior/http2client:events The number of non-default behaviors executed by the net/http package due to a non-default GODEBUG=http2client=... setting. @@ -271,11 +267,6 @@ Below is the full list of supported metrics, ordered lexicographically. The number of non-default behaviors executed by the go/build package due to a non-default GODEBUG=installgoroot=... setting. - /godebug/non-default-behavior/jstmpllitinterp:events - The number of non-default behaviors executed by - the html/template package due to a non-default - GODEBUG=jstmpllitinterp=... setting. - /godebug/non-default-behavior/multipartmaxheaders:events The number of non-default behaviors executed by the mime/multipart package due to a non-default @@ -319,14 +310,6 @@ Below is the full list of supported metrics, ordered lexicographically. The number of non-default behaviors executed by the crypto/tls package due to a non-default GODEBUG=tlsunsafeekm=... setting. - /godebug/non-default-behavior/winreadlinkvolume:events - The number of non-default behaviors executed by the os package - due to a non-default GODEBUG=winreadlinkvolume=... setting. - - /godebug/non-default-behavior/winsymlink:events - The number of non-default behaviors executed by the os package - due to a non-default GODEBUG=winsymlink=... setting. - /godebug/non-default-behavior/x509sha1:events The number of non-default behaviors executed by the crypto/x509 package due to a non-default GODEBUG=x509sha1=... setting. |
