Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestReaddirSmallSeek (0.13 sec)

  1. src/os/os_test.go

    	}
    	for i, n1 := range dirnames1 {
    		n2 := dirnames2[i]
    		if n1 != n2 {
    			t.Fatalf("different name i=%d n1=%s n2=%s\n", i, n1, n2)
    		}
    	}
    }
    
    func TestReaddirSmallSeek(t *testing.T) {
    	// See issue 37161. Read only one entry from a directory,
    	// seek to the beginning, and read again. We should not see
    	// duplicate entries.
    	t.Parallel()
    
    	wd, err := Getwd()
    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