From 74726defe99bb1e19cee35e27db697085f06fda1 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 8 Mar 2024 21:01:17 -0500 Subject: 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 Reviewed-by: Damien Neil --- src/runtime/metrics/doc.go | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/runtime/metrics/doc.go') 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. -- cgit v1.3