@@ -137,9 +137,9 @@ func TestTrybots(t *testing.T) {
137
137
},
138
138
{
139
139
repo : "go" ,
140
- branch : "release-branch.go1.12 " ,
140
+ branch : "release-branch.go1.14 " ,
141
141
want : []string {
142
- "freebsd -amd64-10_3 " ,
142
+ "android -amd64-emu " ,
143
143
"freebsd-amd64-12_0" ,
144
144
"js-wasm" ,
145
145
"linux-386" ,
@@ -155,7 +155,6 @@ func TestTrybots(t *testing.T) {
155
155
"misc-compile-plan9" ,
156
156
"misc-compile-ppc" ,
157
157
"misc-compile-solaris" ,
158
- "nacl-amd64p32" ,
159
158
"openbsd-amd64-64" ,
160
159
"windows-386-2008" ,
161
160
"windows-amd64-2016" ,
@@ -460,10 +459,10 @@ func TestBuilderConfig(t *testing.T) {
460
459
// Long test.
461
460
{b ("linux-amd64-longtest" , "go" ), onlyPost },
462
461
{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 },
465
464
{b ("windows-amd64-longtest" , "go" ), onlyPost },
466
- {b ("windows-amd64-longtest@go1.13 " , "go" ), onlyPost },
465
+ {b ("windows-amd64-longtest@go1.14 " , "go" ), onlyPost },
467
466
{b ("windows-amd64-longtest" , "net" ), onlyPost },
468
467
{b ("windows-amd64-longtest" , "exp" ), onlyPost },
469
468
{b ("windows-amd64-longtest" , "mobile" ), none },
0 commit comments