Lines Matching refs:runtime
17 diff --git src/runtime/crash_cgo_test.go src/runtime/crash_cgo_test.go
19 --- src/runtime/crash_cgo_test.old
20 +++ src/runtime/crash_cgo_test.go
26 - if runtime.GOOS != "linux" || (runtime.GOARCH != "amd64" && runtime.GOARCH != "ppc64le") {
27 - t.Skipf("not yet supported on %s/%s", runtime.GOOS, runtime.GOARCH)
38 - if runtime.GOOS != "linux" || (runtime.GOARCH != "amd64" && runtime.GOARCH != "ppc64le") {
39 - t.Skipf("not yet supported on %s/%s", runtime.GOOS, runtime.GOARCH)
45 diff --git src/runtime/crash_test.go src/runtime/crash_test.go
47 --- src/runtime/crash_test.go
48 +++ src/runtime/crash_test.go
57 diff --git src/runtime/crash_unix_test.go src/runtime/crash_unix_test.go
59 --- src/runtime/crash_unix_test.go
60 +++ src/runtime/crash_unix_test.go
70 if runtime.Sigisblocked(int(syscall.SIGQUIT)) {
80 diff --git src/runtime/fastlog2_test.go src/runtime/fastlog2_test.go
82 --- src/runtime/fastlog2_test.go
83 +++ src/runtime/fastlog2_test.go
95 l, fl := math.Log2(float64(i)), runtime.Fastlog2(float64(i))
97 diff --git src/runtime/hash_test.go src/runtime/hash_test.go
99 --- src/runtime/hash_test.go
100 +++ src/runtime/hash_test.go
123 diff --git src/runtime/pprof/pprof_test.go src/runtime/pprof/pprof_test.go
125 --- src/runtime/pprof/pprof_test.go
126 +++ src/runtime/pprof/pprof_test.go
132 - if runtime.GOOS == "android" {