Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testForSpecificFunctions (0.18 sec)

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

    	cmd.Dir = rdir
    	cmd.Env = updateGoCoverDir(os.Environ(), rdir, setGoCoverDir)
    	b, err := cmd.CombinedOutput()
    	//t.Logf("harness run output: %s\n", string(b))
    	return string(b), err
    }
    
    func testForSpecificFunctions(t *testing.T, dir string, want []string, avoid []string) string {
    	args := []string{"tool", "covdata", "debugdump",
    		"-live", "-pkg=command-line-arguments", "-i=" + dir}
    	t.Logf("running: go %v\n", args)
    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