Skip to content

Commit 7e51fbd

Browse files
committed
gopls/internal/regtest: re-enable android builder
Remove the exception for the Android amd64 builder, now that flakes are fixed (though the exception didn't actually work anyway due to golang/go#39460). Also, accept the import reorganization applied by gopls. Fixes golang/go#43554 Change-Id: I9a7cce35998cfa673699d74a487111e4daecf7ec Reviewed-on: https://go-review.googlesource.com/c/tools/+/284935 Trust: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org>
1 parent fe37c9e commit 7e51fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gopls/internal/regtest/runner.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"bytes"
99
"context"
1010
"fmt"
11-
exec "golang.org/x/sys/execabs"
1211
"io"
1312
"io/ioutil"
1413
"net"
@@ -20,6 +19,8 @@ import (
2019
"testing"
2120
"time"
2221

22+
exec "golang.org/x/sys/execabs"
23+
2324
"golang.org/x/tools/gopls/internal/hooks"
2425
"golang.org/x/tools/internal/jsonrpc2"
2526
"golang.org/x/tools/internal/jsonrpc2/servertest"
@@ -308,7 +309,6 @@ var longBuilders = map[string]string{
308309
"netbsd-arm-bsiegert": "",
309310
"solaris-amd64-oraclerel": "",
310311
"windows-arm-zx2c4": "",
311-
"android-amd64-emu": "golang.org/issue/43554",
312312
}
313313

314314
func checkBuilder(t *testing.T) {

0 commit comments

Comments
 (0)