Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGetwd_DoesNotPanicWhenPathIsLong (0.39 sec)

  1. src/syscall/syscall_windows_test.go

    	want := fmt.Sprintf("%sHello World%s", hostname, hostname)
    	if have != want {
    		t.Fatalf("c program output is wrong: got %q, want %q", have, want)
    	}
    }
    
    func TestGetwd_DoesNotPanicWhenPathIsLong(t *testing.T) {
    	// Regression test for https://github.com/golang/go/issues/60051.
    
    	// The length of a filename is also limited, so we can't reproduce the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 17 16:33:09 UTC 2023
    - 5.7K bytes
    - Viewed (0)
Back to top