aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist
diff options
context:
space:
mode:
authorCherry Zhang <cherryyz@google.com>2021-02-16 16:18:18 -0500
committerCherry Zhang <cherryyz@google.com>2021-02-16 16:18:19 -0500
commit03cea563d156736a916137d0f68a14dc86c552a0 (patch)
tree0d12c5f6ff0f08adffbfc38c283f606deb474318 /src/cmd/dist
parentb8fb049c7ad4940901613d16629a88b38c6a82da (diff)
parent5faf941df067b33485edb9cd2e880869e7feb6a3 (diff)
downloadgo-03cea563d156736a916137d0f68a14dc86c552a0.tar.gz
go-03cea563d156736a916137d0f68a14dc86c552a0.zip
[dev.regabi] all: merge master (5faf941) into dev.regabi
Merge List: + 2021-02-16 5faf941df0 internal/goversion: update Version to 1.17 + 2021-02-16 6f3da9d2f6 README: pull gopher image from website + 2021-02-16 098504c73f cmd/link: generate trampoline for inter-dependent packages + 2021-02-16 1004a7cb31 runtime/metrics: update documentation to current interface + 2021-02-16 6530f2617f doc/go1.16: remove draft notice + 2021-02-16 353e111455 doc/go1.16: fix mismatched id attribute + 2021-02-16 f0d23c9dbb internal/poll: netpollcheckerr before sendfile + 2021-02-16 0cb3415154 doc: remove all docs not tied to distribution + 2021-02-16 626ef08127 doc: remove install.html and install-source.html + 2021-02-16 30641e36aa internal/poll: if copy_file_range returns 0, assume it failed + 2021-02-15 33d72fd412 doc/faq: update generics entry to reflect accepted proposal + 2021-02-15 852ce7c212 cmd/go: provide a more helpful suggestion for "go vet -?" + 2021-02-13 66c27093d0 cmd/link: fix typo in link_test.go Change-Id: I98f047b79b93c5ceb344dd43408bcb919b23aeb3
Diffstat (limited to 'src/cmd/dist')
-rw-r--r--src/cmd/dist/test.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go
index 955ce2a063..4f081c9f88 100644
--- a/src/cmd/dist/test.go
+++ b/src/cmd/dist/test.go
@@ -727,14 +727,6 @@ func (t *tester) registerTests() {
}
}
- // Doc tests only run on builders.
- // They find problems approximately never.
- if goos != "js" && goos != "android" && !t.iOS() && os.Getenv("GO_BUILDER_NAME") != "" {
- t.registerTest("doc_progs", "../doc/progs", "go", "run", "run.go")
- t.registerTest("wiki", "../doc/articles/wiki", t.goTest(), ".")
- t.registerTest("codewalk", "../doc/codewalk", t.goTest(), "codewalk_test.go")
- }
-
if goos != "android" && !t.iOS() {
// There are no tests in this directory, only benchmarks.
// Check that the test binary builds but don't bother running it.