1diff --git test/chanlinear.go test/chanlinear.go 2index 55fee4ab9b..89533da282 100644 3--- test/chanlinear.go 4+++ test/chanlinear.go 5@@ -1,4 +1,4 @@ 6-// +build darwin linux 7+// +build darwin linux android 8 // run 9 10 // Copyright 2014 The Go Authors. All rights reserved. 11diff --git a/test/fixedbugs/bug385_64.go b/test/fixedbugs/bug385_64.go 12index 0f941ca2f4..3bcd62f3ad 100644 13--- test/fixedbugs/bug385_64.go 14+++ test/fixedbugs/bug385_64.go 15@@ -1,4 +1,4 @@ 16-// +build amd64 17+// +build amd64 arm64 18 // errorcheck 19 20 // Copyright 2011 The Go Authors. All rights reserved. 21diff --git test/fixedbugs/issue10607.go test/fixedbugs/issue10607.go 22index 8831547da8..9ee6c72bc6 100644 23--- test/fixedbugs/issue10607.go 24+++ test/fixedbugs/issue10607.go 25@@ -1,4 +1,4 @@ 26-// +build linux,!ppc64 27+// +build linux,!ppc64 android 28 // run 29 30 // Copyright 2015 The Go Authors. All rights reserved. 31diff --git test/maplinear.go test/maplinear.go 32index 34d0914914..afddab627d 100644 33--- test/maplinear.go 34+++ test/maplinear.go 35@@ -1,4 +1,4 @@ 36-// +build darwin linux 37+// +build darwin linux android 38 // run 39 40 // Copyright 2013 The Go Authors. All rights reserved. 41diff --git test/recover4.go test/recover4.go 42index 67ed970ecb..95a89dab00 100644 43--- test/recover4.go 44+++ test/recover4.go 45@@ -1,4 +1,4 @@ 46-// +build linux darwin 47+// +build linux android darwin 48 // run 49 50 // Copyright 2015 The Go Authors. All rights reserved. 51