Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/os/os_test.go

    				mounts, _ := ReadFile("/proc/mounts")
    				if strings.Contains(string(mounts), "reiserfs") {
    					// Reiserfs rejects the big seeks.
    					t.Skipf("skipping test known to fail on reiserfs; https://golang.org/issue/91")
    				}
    			}
    			t.Errorf("#%d: Seek(%v, %v) = %v, %v want %v, nil", i, tt.in, tt.whence, off, err, tt.out)
    		}
    	}
    }
    
    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