aboutsummaryrefslogtreecommitdiff
path: root/src/html
diff options
context:
space:
mode:
authorMichael Matloob <matloob@golang.org>2025-02-28 16:57:44 -0500
committerMichael Matloob <matloob@golang.org>2025-03-05 10:23:35 -0800
commit37026a7c563c580bef0fac1e5b60e9498650e3a2 (patch)
tree5a99be91e4609897716400e0de7ce8cd9291260a /src/html
parent932a4a4befc804fc5f94c12e1e430442557875fe (diff)
downloadgo-37026a7c563c580bef0fac1e5b60e9498650e3a2.tar.xz
cmd/go: skip some tests that run builds in short mode
cmd/go tests that run builds are generally skipped in short mode. This change will adds skips for some tests that were running builds. I found these by sorting tests by elapsed time and removing the top tests that invoked go build. It's our practice to skip tests that run go build without the -n flag (which prints but doesn't execute commands). On my work laptop this reduces test run time from about 20 seconds to about 16 seconds. On my linux workstation it reduces test run time from about 10 seconds to about 5 seconds. Change-Id: I18ffcc231df013cb6ac5f5eb3544bed28dadeda8 Reviewed-on: https://go-review.googlesource.com/c/go/+/653775 Reviewed-by: Alan Donovan <adonovan@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/html')
0 files changed, 0 insertions, 0 deletions