Skip to content

Commit 9e7a762

Browse files
committed
dashboard: update test data to Go 1.14
This test data will be modified to match a change in behavior in the next commit. Update it to a supported Go version first. For golang/go#37827. Change-Id: I83ad967a11f0fdde454edc541e9a8e7cf061f0e0 Reviewed-on: https://go-review.googlesource.com/c/build/+/235337 Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> Reviewed-by: Alexander Rakoczy <[email protected]>
1 parent 0a9a8b5 commit 9e7a762

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

dashboard/builders_test.go

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ func TestTrybots(t *testing.T) {
137137
},
138138
{
139139
repo: "go",
140-
branch: "release-branch.go1.12",
140+
branch: "release-branch.go1.14",
141141
want: []string{
142-
"freebsd-amd64-10_3",
142+
"android-amd64-emu",
143143
"freebsd-amd64-12_0",
144144
"js-wasm",
145145
"linux-386",
@@ -155,7 +155,6 @@ func TestTrybots(t *testing.T) {
155155
"misc-compile-plan9",
156156
"misc-compile-ppc",
157157
"misc-compile-solaris",
158-
"nacl-amd64p32",
159158
"openbsd-amd64-64",
160159
"windows-386-2008",
161160
"windows-amd64-2016",
@@ -460,10 +459,10 @@ func TestBuilderConfig(t *testing.T) {
460459
// Long test.
461460
{b("linux-amd64-longtest", "go"), onlyPost},
462461
{b("linux-amd64-longtest", "net"), onlyPost},
463-
{b("linux-amd64-longtest@go1.12", "go"), onlyPost},
464-
{b("linux-amd64-longtest@go1.12", "net"), none},
462+
{b("linux-amd64-longtest@go1.14", "go"), onlyPost},
463+
{b("linux-amd64-longtest@go1.14", "net"), none},
465464
{b("windows-amd64-longtest", "go"), onlyPost},
466-
{b("windows-amd64-longtest@go1.13", "go"), onlyPost},
465+
{b("windows-amd64-longtest@go1.14", "go"), onlyPost},
467466
{b("windows-amd64-longtest", "net"), onlyPost},
468467
{b("windows-amd64-longtest", "exp"), onlyPost},
469468
{b("windows-amd64-longtest", "mobile"), none},

0 commit comments

Comments
 (0)