Documentation ¶
Overview ¶
Package testenv provides information about what functionality is available in different testing environments run by the Go team.
It is an internal package because these details are specific to the Go team's test setup (on build.golang.org) and not fundamental to tests in general.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Sigquit = syscall.SIGQUIT
Sigquit is the signal to send to kill a hanging subprocess. Send SIGQUIT to get a stack trace.
Functions ¶
func SyscallIsNotSupported ¶
SyscallIsNotSupported reports whether err may indicate that a system call is not supported by the current platform or execution environment.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.