We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9379e5 commit 605d5bfCopy full SHA for 605d5bf
go/gcimporter/gcimporter_test.go
@@ -26,6 +26,7 @@ func skipSpecialPlatforms(t *testing.T) {
26
switch platform := runtime.GOOS + "-" + runtime.GOARCH; platform {
27
case "nacl-amd64p32",
28
"nacl-386",
29
+ "nacl-arm",
30
"darwin-arm",
31
"darwin-arm64":
32
t.Skipf("no compiled packages available for import on %s", platform)
go/types/api_test.go
@@ -25,6 +25,7 @@ func skipSpecialPlatforms(t *testing.T) {
25
0 commit comments