go/src/os/os_unix_test.go

func init() {}

type syscallDescriptor

func checkUidGid(t *testing.T, path string, uid, gid int) {}

func TestChown(t *testing.T) {}

func TestFileChown(t *testing.T) {}

func TestLchown(t *testing.T) {}

// Issue 16919: Readdir must return a non-empty slice or an error.
func TestReaddirRemoveRace(t *testing.T) {}

// Issue 23120: respect umask when doing Mkdir with the sticky bit
func TestMkdirStickyUmask(t *testing.T) {}

// See also issues: 22939, 24331
func newFileTest(t *testing.T, blocking bool) {}

func TestNewFileBlock(t *testing.T) {}

func TestNewFileNonBlock(t *testing.T) {}

func TestNewFileInvalid(t *testing.T) {}

func TestSplitPath(t *testing.T) {}

// Test that copying to files opened with O_APPEND works and
// the copy_file_range syscall isn't used on Linux.
//
// Regression test for go.dev/issue/60181
func TestIssue60181(t *testing.T) {}