MCPcopy Create free account
hub / github.com/google/pprof / skipUnlessWindowsAmd64

Function skipUnlessWindowsAmd64

internal/binutils/binutils_test.go:267–271  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

265}
266
267func skipUnlessWindowsAmd64(t *testing.T) {
268 if runtime.GOOS != "windows" || runtime.GOARCH != "amd64" {
269 t.Skip("This test only works on x86-64 Windows")
270 }
271}
272
273func testDisasm(t *testing.T, intelSyntax bool) {
274 _, llvmObjdump, buObjdump := findObjdump([]string{""})

Callers 1

TestPEFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…