Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestReaddirStatFailures (0.17 sec)

  1. src/os/os_test.go

    	}
    }
    
    func touch(t *testing.T, name string) {
    	f, err := Create(name)
    	if err != nil {
    		t.Fatal(err)
    	}
    	if err := f.Close(); err != nil {
    		t.Fatal(err)
    	}
    }
    
    func TestReaddirStatFailures(t *testing.T) {
    	switch runtime.GOOS {
    	case "windows", "plan9":
    		// Windows and Plan 9 already do this correctly,
    		// but are structured with different syscalls such
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
Back to top