Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/mime/multipart/writer_test.go

    			wantSub := "\r\n--" + tt.b + "--\r\n"
    			if got := b.String(); !strings.Contains(got, wantSub) {
    				t.Errorf("expected %q in output. got: %q", wantSub, got)
    			}
    		}
    	}
    }
    
    func TestWriterBoundaryGoroutines(t *testing.T) {
    	// Verify there's no data race accessing any lazy boundary if it's used by
    	// different goroutines. This was previously broken by
    	// https://codereview.appspot.com/95760043/ and reverted in
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 06 17:36:47 UTC 2022
    - 4.1K bytes
    - Viewed (0)
Back to top