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 = os.Kill
Sigquit is the signal to send to kill a hanging subprocess. On Unix we send SIGQUIT, but on non-Unix we only have os.Kill.
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.