Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRemoveAllLongPathRelative (0.37 sec)

  1. src/os/path_windows_test.go

    	err = windows.GetVolumeNameForVolumeMountPoint(vol, &buf[0], maxVolNameLen)
    	if err != nil {
    		t.Fatal(err)
    	}
    	volName := syscall.UTF16ToString(buf[:])
    	testMkdirAllAtRoot(t, volName)
    }
    
    func TestRemoveAllLongPathRelative(t *testing.T) {
    	// Test that RemoveAll doesn't hang with long relative paths.
    	// See go.dev/issue/36375.
    	tmp := t.TempDir()
    	chdir(t, tmp)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 23 16:37:32 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top