testenv

package
v1.63.2 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2025 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 = syscall.SIGQUIT

Sigquit is the signal to send to kill a hanging subprocess. Send SIGQUIT to get a stack trace.

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