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

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/dist/
buildtool.go 90 // and GOOS, GOHOSTOS, GOARCH, and GOHOSTOS are empty,
93 // Don't bother with GOOS, GOHOSTOS, GOARCH, and GOHOSTARCH,
105 os.Setenv("GOOS", "")
  /prebuilts/go/darwin-x86/src/net/
dial_test.go 25 switch runtime.GOOS {
27 t.Skipf("not supported on %s", runtime.GOOS)
57 if runtime.GOOS == "windows" {
83 switch runtime.GOOS {
103 switch runtime.GOOS {
105 t.Skipf("%s does not have full support of socktest", runtime.GOOS)
110 switch runtime.GOOS {
115 if runtime.GOOS == "plan9" {
168 switch runtime.GOOS {
170 t.Skipf("%s does not have full support of socktest", runtime.GOOS)
    [all...]
error_test.go 129 switch runtime.GOOS {
131 t.Skipf("%s does not have full support of socktest", runtime.GOOS)
163 switch runtime.GOOS {
165 t.Skipf("not supported on %s", runtime.GOOS)
208 switch runtime.GOOS {
210 t.Skipf("%s does not have full support of socktest", runtime.GOOS)
252 switch runtime.GOOS {
254 t.Skipf("%s does not have full support of socktest", runtime.GOOS)
281 switch runtime.GOOS {
283 t.Skipf("not supported on %s", runtime.GOOS)
    [all...]
interface_unix_test.go 47 if runtime.GOOS == "darwin" {
48 t.Skipf("not supported on %s", runtime.GOOS)
sockopt_bsd.go 16 if runtime.GOOS == "dragonfly" && sotype != syscall.SOCK_RAW {
  /prebuilts/go/linux-x86/src/cmd/dist/
buildtool.go 90 // and GOOS, GOHOSTOS, GOARCH, and GOHOSTOS are empty,
93 // Don't bother with GOOS, GOHOSTOS, GOARCH, and GOHOSTARCH,
105 os.Setenv("GOOS", "")
  /prebuilts/go/linux-x86/src/net/
dial_test.go 25 switch runtime.GOOS {
27 t.Skipf("not supported on %s", runtime.GOOS)
57 if runtime.GOOS == "windows" {
83 switch runtime.GOOS {
103 switch runtime.GOOS {
105 t.Skipf("%s does not have full support of socktest", runtime.GOOS)
110 switch runtime.GOOS {
115 if runtime.GOOS == "plan9" {
168 switch runtime.GOOS {
170 t.Skipf("%s does not have full support of socktest", runtime.GOOS)
    [all...]
error_test.go 129 switch runtime.GOOS {
131 t.Skipf("%s does not have full support of socktest", runtime.GOOS)
163 switch runtime.GOOS {
165 t.Skipf("not supported on %s", runtime.GOOS)
208 switch runtime.GOOS {
210 t.Skipf("%s does not have full support of socktest", runtime.GOOS)
252 switch runtime.GOOS {
254 t.Skipf("%s does not have full support of socktest", runtime.GOOS)
281 switch runtime.GOOS {
283 t.Skipf("not supported on %s", runtime.GOOS)
    [all...]
interface_unix_test.go 47 if runtime.GOOS == "darwin" {
48 t.Skipf("not supported on %s", runtime.GOOS)
  /prebuilts/go/darwin-x86/src/cmd/vet/
vet_test.go 30 switch runtime.GOOS {
33 t.Skipf("skipping test; no Perl on %q", runtime.GOOS)
  /prebuilts/go/darwin-x86/src/os/user/
lookup_unix.go 59 if runtime.GOOS == "dragonfly" || runtime.GOOS == "freebsd" {
  /prebuilts/go/darwin-x86/src/runtime/
crash_unix_test.go 22 switch runtime.GOOS {
25 t.Skipf("skipping; not supported on %v", runtime.GOOS)
env_test.go 14 if runtime.GOOS == "plan9" {
futex_test.go 64 case runtime.GOOS == "freebsd" && runtime.GOARCH == "386":
hash32.go 24 if GOARCH == "386" && GOOS != "nacl" && useAeshash {
hash64.go 24 if GOARCH == "amd64" && GOOS != "nacl" && useAeshash {
  /prebuilts/go/linux-x86/src/cmd/vet/
vet_test.go 30 switch runtime.GOOS {
33 t.Skipf("skipping test; no Perl on %q", runtime.GOOS)
  /prebuilts/go/linux-x86/src/os/user/
lookup_unix.go 59 if runtime.GOOS == "dragonfly" || runtime.GOOS == "freebsd" {
  /prebuilts/go/linux-x86/src/runtime/
crash_unix_test.go 22 switch runtime.GOOS {
25 t.Skipf("skipping; not supported on %v", runtime.GOOS)
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_test.go 15 t.Skipf("skipping on %s/%s, no system root", runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/darwin-x86/src/go/build/
doc.go 96 // - the target operating system, as spelled by runtime.GOOS
112 // (example: source_windows_amd64.go) where GOOS and GOARCH represent
137 // Using GOOS=android matches build tags and files as for GOOS=linux
  /prebuilts/go/darwin-x86/src/log/syslog/
syslog_test.go 124 if runtime.GOOS == "darwin" {
153 if runtime.GOOS == "darwin" {
156 t.Skipf("skipping on %s/%s", runtime.GOOS, runtime.GOARCH)
324 if runtime.GOOS == "darwin" {
  /prebuilts/go/darwin-x86/src/net/rpc/
client_test.go 56 if runtime.GOOS == "plan9" {
  /prebuilts/go/darwin-x86/src/os/
proc.go 18 if runtime.GOOS == "windows" {
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_test.go 15 t.Skipf("skipping on %s/%s, no system root", runtime.GOOS, runtime.GOARCH)

Completed in 293 milliseconds

1 2 3 45 6 7 8 91011>>