1test: enable some tests on android/arm64. 2 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. 11--- test/fixedbugs/bug385_64.go 12+++ test/fixedbugs/bug385_64.go 13@@ -1,4 +1,4 @@ 14-// +build amd64 15+// +build amd64 arm64 16 // errorcheck 17 18 // Copyright 2011 The Go Authors. All rights reserved. 19--- test/fixedbugs/issue10607.go 20+++ test/fixedbugs/issue10607.go 21@@ -1,4 +1,4 @@ 22-// +build linux,!ppc64,!ppc64le,!mips64,!mips64le 23+// +build linux,!ppc64,!ppc64le,!mips64,!mips64le android 24 // run 25 26 // Copyright 2015 The Go Authors. All rights reserved. 27--- test/fixedbugs/issue6036.go 28+++ test/fixedbugs/issue6036.go 29@@ -1,4 +1,4 @@ 30-// +build amd64 31+// +build amd64 arm64 32 // compile 33 34 // Copyright 2013 The Go Authors. All rights reserved. 35--- test/maplinear.go 36+++ test/maplinear.go 37@@ -1,4 +1,4 @@ 38-// +build darwin linux 39+// +build darwin linux android 40 // run 41 42 // Copyright 2013 The Go Authors. All rights reserved. 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