go/src/cmd/cgo/internal/testplugin/plugin_test.go

var globalSkip

var gcflags

var goroot

func TestMain(m *testing.M) {}

var tmpDir

// prettyPrintf prints lines with tmpDir sanitized.
func prettyPrintf(format string, args ...interface{}

func testMain(m *testing.M) int {}

func goCmd(t *testing.T, op string, args ...string) string {}

// escape converts a string to something suitable for a shell command line.
func escape(s string) string {}

// asCommandLine renders cmd as something that could be copy-and-pasted into a command line
func asCommandLine(cwd string, cmd *exec.Cmd) string {}

func run(t *testing.T, bin string, args ...string) string {}

func TestDWARFSections(t *testing.T) {}

func TestBuildID(t *testing.T) {}

func TestRunHost(t *testing.T) {}

func TestUniqueTypesAndItabs(t *testing.T) {}

func TestIssue18676(t *testing.T) {}

func TestIssue19534(t *testing.T) {}

func TestIssue18584(t *testing.T) {}

func TestIssue19418(t *testing.T) {}

func TestIssue19529(t *testing.T) {}

func TestIssue22175(t *testing.T) {}

func TestIssue22295(t *testing.T) {}

func TestIssue24351(t *testing.T) {}

func TestIssue25756(t *testing.T) {}

// Test with main using -buildmode=pie with plugin for issue #43228
func TestIssue25756pie(t *testing.T) {}

func TestMethod(t *testing.T) {}

func TestMethod2(t *testing.T) {}

func TestMethod3(t *testing.T) {}

func TestIssue44956(t *testing.T) {}

func TestIssue52937(t *testing.T) {}

func TestIssue53989(t *testing.T) {}

func TestForkExec(t *testing.T) {}

func TestSymbolNameMangle(t *testing.T) {}

func TestIssue62430(t *testing.T) {}

func TestTextSectionSplit(t *testing.T) {}

func TestIssue67976(t *testing.T) {}