aboutsummaryrefslogtreecommitdiff
path: root/src/internal/coverage
diff options
context:
space:
mode:
authorThan McIntosh <thanm@google.com>2024-07-30 13:47:58 +0000
committerThan McIntosh <thanm@google.com>2024-07-30 14:19:02 +0000
commit966688a43a8b577c2eb2e7165a57fdae87a1840e (patch)
tree177598b43b1c348685a0410a8c19ddc47ff60e12 /src/internal/coverage
parentae33b66c19a2a2cf3b95e67d4cec81b474cf733d (diff)
downloadgo-966688a43a8b577c2eb2e7165a57fdae87a1840e.tar.xz
internal/coverage: add internal/stringslite to hard-coded coverpkg ID list
Add internal/stringslite to the list of hard-coded package IDs to be special cased in coverage package registration. This patch fixes a new -coverpkg=all failure on the darwin longtest builders. Change-Id: I56357572f215fab09f46226fe205924136322d9e Reviewed-on: https://go-review.googlesource.com/c/go/+/601755 Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/internal/coverage')
-rw-r--r--src/internal/coverage/pkid.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/coverage/pkid.go b/src/internal/coverage/pkid.go
index 46de9fd0ce..d2449a65ac 100644
--- a/src/internal/coverage/pkid.go
+++ b/src/internal/coverage/pkid.go
@@ -56,6 +56,7 @@ var rtPkgs = [...]string{
"internal/bytealg",
"internal/goexperiment",
"internal/runtime/syscall",
+ "internal/stringslite",
"runtime",
}