aboutsummaryrefslogtreecommitdiff
path: root/go/patch/go1.patch
blob: 49d229ec2c13cf4605c0882594c9496cc96f0611 (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
test: enable some tests on android/arm64.

--- 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.
--- 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.
--- test/fixedbugs/issue10607.go
+++ test/fixedbugs/issue10607.go
@@ -1,4 +1,4 @@
-// +build linux,!ppc64,!ppc64le,!mips64,!mips64le
+// +build linux,!ppc64,!ppc64le,!mips64,!mips64le android
 // run
 
 // Copyright 2015 The Go Authors. All rights reserved.
--- test/fixedbugs/issue6036.go
+++ test/fixedbugs/issue6036.go
@@ -1,4 +1,4 @@
-// +build amd64
+// +build amd64 arm64
 // compile
 
 // Copyright 2013 The Go Authors.  All rights reserved.
--- 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.
--- 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.