Versions in this module Expand all Collapse all v1 v1.0.0 Dec 20, 2022 Changes in this version + var Sigquit = os.Kill — js/wasm, windows/amd64 + var Sigquit = syscall.SIGQUIT — darwin/amd64, linux/amd64 + func Builder() string + func CPUIsSlow() bool + func CleanCmdEnv(cmd *exec.Cmd) *exec.Cmd + func GOROOT(t testing.TB) string + func GoTool() (string, error) + func GoToolPath(t testing.TB) string + func HasCGO() bool + func HasExec() bool + func HasExternalNetwork() bool + func HasGoBuild() bool + func HasGoRun() bool + func HasLink() bool + func HasSrc() bool + func HasSymlink() bool + func MustHaveCGO(t testing.TB) + func MustHaveExec(t testing.TB) + func MustHaveExecPath(t testing.TB, path string) + func MustHaveExternalNetwork(t testing.TB) + func MustHaveGoBuild(t testing.TB) + func MustHaveGoRun(t testing.TB) + func MustHaveLink(t testing.TB) + func MustHaveSymlink(t testing.TB) + func OptimizationOff() bool + func SkipFlaky(t testing.TB, issue int) + func SkipFlakyNet(t testing.TB) + func SkipIfOptimizationOff(t testing.TB) + func SkipIfShortAndSlow(t testing.TB)