Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for errIO (0.28 sec)

  1. src/compress/flate/deflate_test.go

    		}
    		if cerr != errIO && fw.n < 0 {
    			t.Errorf("test %d, mismatching Close error: got %v, want %v", i, cerr, errIO)
    		}
    		if ferr != errIO && fw.n < 0 {
    			t.Errorf("test %d, mismatching Flush error: got %v, want %v", i, ferr, errIO)
    		}
    		if fw.n >= 0 {
    			// At this point, the failure threshold was sufficiently high enough
    			// that we wrote the whole stream without any errors.
    			return
    		}
    	}
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 25.6K bytes
    - Viewed (0)
Back to top