HomeSort by relevance Sort by last modified time
    Searched refs:GOOS (Results 101 - 125 of 464) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/net/
platform_test.go 21 switch runtime.GOOS {
26 switch runtime.GOOS {
35 switch runtime.GOOS {
40 if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
44 switch runtime.GOOS {
70 if address[0] == '@' && runtime.GOOS != "linux" {
155 switch runtime.GOOS {
sock_bsd.go 19 switch runtime.GOOS {
udpsock_test.go 109 switch runtime.GOOS {
111 t.Skipf("not supported on %s", runtime.GOOS)
163 switch runtime.GOOS {
165 t.Skipf("not implemented yet on %s", runtime.GOOS)
206 switch runtime.GOOS {
208 t.Skipf("not implemented yet on %s", runtime.GOOS)
335 switch runtime.GOOS {
337 t.Skipf("not supported on %s", runtime.GOOS)
372 switch runtime.GOOS {
374 t.Skipf("not supported on %s", runtime.GOOS)
    [all...]
  /prebuilts/go/linux-x86/src/net/
platform_test.go 21 switch runtime.GOOS {
26 switch runtime.GOOS {
35 switch runtime.GOOS {
40 if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
44 switch runtime.GOOS {
70 if address[0] == '@' && runtime.GOOS != "linux" {
155 switch runtime.GOOS {
sock_bsd.go 19 switch runtime.GOOS {
udpsock_test.go 109 switch runtime.GOOS {
111 t.Skipf("not supported on %s", runtime.GOOS)
163 switch runtime.GOOS {
165 t.Skipf("not implemented yet on %s", runtime.GOOS)
206 switch runtime.GOOS {
208 t.Skipf("not implemented yet on %s", runtime.GOOS)
335 switch runtime.GOOS {
337 t.Skipf("not supported on %s", runtime.GOOS)
372 switch runtime.GOOS {
374 t.Skipf("not supported on %s", runtime.GOOS)
    [all...]
  /prebuilts/go/darwin-x86/src/internal/testenv/
testenv.go 36 switch runtime.GOOS {
52 t.Skipf("skipping test: 'go build' not available on %s/%s", runtime.GOOS, runtime.GOARCH)
66 t.Skipf("skipping test: 'go run' not available on %s/%s", runtime.GOOS, runtime.GOARCH)
89 if runtime.GOOS == "windows" {
106 switch runtime.GOOS {
122 t.Skipf("skipping test: cannot exec subprocess on %s/%s", runtime.GOOS, runtime.GOARCH)
152 t.Skipf("skipping test: cannot make symlinks on %s/%s%s", runtime.GOOS, runtime.GOARCH, reason)
161 return runtime.GOOS != "plan9" && runtime.GOOS != "android"
168 t.Skipf("skipping test: hardlinks are not supported on %s/%s", runtime.GOOS, runtime.GOARCH
    [all...]
  /prebuilts/go/darwin-x86/src/os/
os_unix_test.go 41 if runtime.GOOS == "windows" || runtime.GOOS == "plan9" {
42 t.Skipf("%s does not support syscall.Chown", runtime.GOOS)
88 if runtime.GOOS == "windows" || runtime.GOOS == "plan9" {
89 t.Skipf("%s does not support syscall.Fchown", runtime.GOOS)
135 if runtime.GOOS == "windows" || runtime.GOOS == "plan9" {
136 t.Skipf("%s does not support syscall.Lchown", runtime.GOOS)
152 if runtime.GOOS == "android" && IsPermission(err)
    [all...]
  /prebuilts/go/linux-x86/src/internal/testenv/
testenv.go 36 switch runtime.GOOS {
52 t.Skipf("skipping test: 'go build' not available on %s/%s", runtime.GOOS, runtime.GOARCH)
66 t.Skipf("skipping test: 'go run' not available on %s/%s", runtime.GOOS, runtime.GOARCH)
89 if runtime.GOOS == "windows" {
106 switch runtime.GOOS {
122 t.Skipf("skipping test: cannot exec subprocess on %s/%s", runtime.GOOS, runtime.GOARCH)
152 t.Skipf("skipping test: cannot make symlinks on %s/%s%s", runtime.GOOS, runtime.GOARCH, reason)
161 return runtime.GOOS != "plan9" && runtime.GOOS != "android"
168 t.Skipf("skipping test: hardlinks are not supported on %s/%s", runtime.GOOS, runtime.GOARCH
    [all...]
  /prebuilts/go/linux-x86/src/os/
os_unix_test.go 41 if runtime.GOOS == "windows" || runtime.GOOS == "plan9" {
42 t.Skipf("%s does not support syscall.Chown", runtime.GOOS)
88 if runtime.GOOS == "windows" || runtime.GOOS == "plan9" {
89 t.Skipf("%s does not support syscall.Fchown", runtime.GOOS)
135 if runtime.GOOS == "windows" || runtime.GOOS == "plan9" {
136 t.Skipf("%s does not support syscall.Lchown", runtime.GOOS)
152 if runtime.GOOS == "android" && IsPermission(err)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/objdump/
objdump_test.go 83 var target = flag.String("target", "", "test disassembly of `goos/goarch` binary")
99 t.Fatalf("-target argument must be goos/goarch")
101 defer os.Setenv("GOOS", os.Getenv("GOOS"))
103 os.Setenv("GOOS", f[0])
160 switch runtime.GOOS {
162 t.Skipf("skipping on %s", runtime.GOOS)
175 if runtime.GOOS == "openbsd" && runtime.GOARCH == "arm" {
  /prebuilts/go/linux-x86/src/cmd/objdump/
objdump_test.go 83 var target = flag.String("target", "", "test disassembly of `goos/goarch` binary")
99 t.Fatalf("-target argument must be goos/goarch")
101 defer os.Setenv("GOOS", os.Getenv("GOOS"))
103 os.Setenv("GOOS", f[0])
160 switch runtime.GOOS {
162 t.Skipf("skipping on %s", runtime.GOOS)
175 if runtime.GOOS == "openbsd" && runtime.GOARCH == "arm" {
  /prebuilts/go/darwin-x86/misc/cgo/errors/
malloc.go 24 if runtime.GOOS == "dragonfly" {
  /prebuilts/go/darwin-x86/misc/cgo/test/
cthread.go 34 if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
  /prebuilts/go/linux-x86/misc/cgo/errors/
malloc.go 24 if runtime.GOOS == "dragonfly" {
  /prebuilts/go/linux-x86/misc/cgo/test/
cthread.go 34 if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
  /external/toolchain-utils/go/
test_go 35 GOOS="$(go_${target} env GOOS)" GOARCH="$(go_${target} env GOARCH)" ${runtest} -n=1 ${verbose_run_test} -show_skips -summary -target="${target}" "$@"
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/
test.bash 14 goos=$(go env GOOS)
  /prebuilts/go/darwin-x86/src/cmd/go/
generate_test.go 24 {"$GOOS", []string{runtime.GOOS}},
  /prebuilts/go/darwin-x86/src/os/user/
lookup_stubs.go 30 if runtime.GOOS == "nacl" {
46 return u, fmt.Errorf("user: Current not implemented on %s/%s", runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/darwin-x86/src/runtime/debug/
heapdump_test.go 16 if runtime.GOOS == "nacl" {
45 if runtime.GOOS == "nacl" {
  /prebuilts/go/linux-x86/misc/cgo/testplugin/
test.bash 14 goos=$(go env GOOS)
  /prebuilts/go/linux-x86/src/cmd/go/
generate_test.go 24 {"$GOOS", []string{runtime.GOOS}},
  /prebuilts/go/linux-x86/src/os/user/
lookup_stubs.go 30 if runtime.GOOS == "nacl" {
46 return u, fmt.Errorf("user: Current not implemented on %s/%s", runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/linux-x86/src/runtime/debug/
heapdump_test.go 16 if runtime.GOOS == "nacl" {
45 if runtime.GOOS == "nacl" {

Completed in 903 milliseconds

1 2 3 45 6 7 8 91011>>