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