From 3943fc14d35c117f2256fb789743d9f075c9aba5 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Mon, 8 May 2023 16:31:23 -0400 Subject: misc/reboot: move to cmd/internal/bootstrap_test This is the last test run from misc by dist. For #37486. Change-Id: I1a70ded29ba0de548c9a16611ba987a258121e80 Reviewed-on: https://go-review.googlesource.com/c/go/+/493606 TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov Run-TryBot: Austin Clements Reviewed-by: Bryan Mills --- src/cmd/dist/test.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/cmd/dist/test.go') diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go index 6e77c7e07e..7ec10aecac 100644 --- a/src/cmd/dist/test.go +++ b/src/cmd/dist/test.go @@ -887,13 +887,6 @@ func (t *tester) registerTests() { if goos == "darwin" || ((goos == "linux" || goos == "windows") && goarch == "amd64") { t.registerTest("api", "", &goTest{dir: "cmd/api", timeout: 5 * time.Minute, testFlags: []string{"-check"}}) } - - // Ensure that the toolchain can bootstrap itself. - // This test adds another ~45s to all.bash if run sequentially, so run it only on the builders. - // Not meaningful on wasm/js or wasm/wasip1. - if os.Getenv("GO_BUILDER_NAME") != "" && goos != "android" && !t.iOS() && goos != "js" && goos != "wasip1" { - t.registerTest("reboot", "", &goTest{dir: "../misc/reboot", timeout: 5 * time.Minute}) - } } // isRegisteredTestName reports whether a test named testName has already -- cgit v1.2.3