testenv

package
v1.62.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2024 License: GPL-3.0, BSD-3-Clause Imports: 7 Imported by: 0

README

testenv

Extracted from go/src/internal/testenv/.

Only the function SyscallIsNotSupported is extracted (related to cache).

History

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

func SyscallIsNotSupported(err error) bool

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL