Lines Matching +full:test +full:- +full:linux
1 diff --git test/chanlinear.go test/chanlinear.go
3 --- test/chanlinear.go
4 +++ test/chanlinear.go
5 @@ -1,4 +1,4 @@
6 -// +build darwin linux
7 +// +build darwin linux android
11 diff --git a/test/fixedbugs/bug385_64.go b/test/fixedbugs/bug385_64.go
13 --- test/fixedbugs/bug385_64.go
14 +++ test/fixedbugs/bug385_64.go
15 @@ -1,4 +1,4 @@
16 -// +build amd64
21 diff --git test/fixedbugs/issue10607.go test/fixedbugs/issue10607.go
23 --- test/fixedbugs/issue10607.go
24 +++ test/fixedbugs/issue10607.go
25 @@ -1,4 +1,4 @@
26 -// +build linux,!ppc64
27 +// +build linux,!ppc64 android
31 diff --git test/maplinear.go test/maplinear.go
33 --- test/maplinear.go
34 +++ test/maplinear.go
35 @@ -1,4 +1,4 @@
36 -// +build darwin linux
37 +// +build darwin linux android
41 diff --git test/recover4.go test/recover4.go
43 --- test/recover4.go
44 +++ test/recover4.go
45 @@ -1,4 +1,4 @@
46 -// +build linux darwin
47 +// +build linux android darwin