go/src/os/removeall_test.go

func TestRemoveAll(t *testing.T) {}

// Test RemoveAll on a large directory.
func TestRemoveAllLarge(t *testing.T) {}

func TestRemoveAllLongPath(t *testing.T) {}

func TestRemoveAllDot(t *testing.T) {}

func TestRemoveAllDotDot(t *testing.T) {}

// Issue #29178.
func TestRemoveReadOnlyDir(t *testing.T) {}

// Issue #29983.
func TestRemoveAllButReadOnlyAndPathError(t *testing.T) {}

func TestRemoveUnreadableDir(t *testing.T) {}

// Issue 29921
func TestRemoveAllWithMoreErrorThanReqSize(t *testing.T) {}

func TestRemoveAllNoFcntl(t *testing.T) {}

func BenchmarkRemoveAll(b *testing.B) {}