]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/dist/test.go
[dev.typeparams] merge master (2f0da6d) into dev.typeparams
[gostls13.git] / src / cmd / dist / test.go
index 2b1f82246ab3508315a9a3fe64326303b2d7840f..a22397aa16b298f9a0934fb82aeb235e573025b6 100644 (file)
@@ -747,14 +747,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.