Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIssue59563TruncatedCoverPkgAll (0.2 sec)

  1. src/internal/coverage/cfile/emitdata_test.go

    	for _, no := range avoid {
    		if strings.Contains(string(b), no) {
    			t.Logf("%s\n", string(b))
    			t.Fatalf("found %s in test output, not permitted", no)
    		}
    	}
    }
    
    func TestIssue59563TruncatedCoverPkgAll(t *testing.T) {
    	if testing.Short() {
    		t.Skipf("skipping test: too long for short mode")
    	}
    	testenv.MustHaveGoRun(t)
    
    	tmpdir := t.TempDir()
    	ppath := filepath.Join(tmpdir, "foo.cov")
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top