Lines Matching full:runtime
9 - if runtime.GOARCH == "wasm" {
20 diff --git src/runtime/crash_cgo_test.go src/runtime/crash_cgo_test.go
22 --- src/runtime/crash_cgo_test.go
23 +++ src/runtime/crash_cgo_test.go
29 - switch platform := runtime.GOOS + "/" + runtime.GOARCH; platform {
45 - if runtime.GOOS != "linux" || (runtime.GOARCH != "amd64" && runtime.GOARCH != "ppc64le") {
46 - t.Skipf("not yet supported on %s/%s", runtime.GOOS, runtime.GOARCH)
52 diff --git src/runtime/crash_test.go src/runtime/crash_test.go
54 --- src/runtime/crash_test.go
55 +++ src/runtime/crash_test.go
64 diff --git src/runtime/crash_unix_test.go src/runtime/crash_unix_test.go
66 --- src/runtime/crash_unix_test.go
67 +++ src/runtime/crash_unix_test.go
77 if runtime.Sigisblocked(int(syscall.SIGQUIT)) {
87 diff --git src/runtime/fastlog2_test.go src/runtime/fastlog2_test.go
89 --- src/runtime/fastlog2_test.go
90 +++ src/runtime/fastlog2_test.go
102 l, fl := math.Log2(float64(i)), runtime.Fastlog2(float64(i))
104 diff --git src/runtime/hash_test.go src/runtime/hash_test.go
106 --- src/runtime/hash_test.go
107 +++ src/runtime/hash_test.go
130 diff --git src/runtime/pprof/pprof_test.go src/runtime/pprof/pprof_test.go
132 --- src/runtime/pprof/pprof_test.go
133 +++ src/runtime/pprof/pprof_test.go
139 - if runtime.GOOS == "android" {