Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseOutput (0.21 sec)

  1. src/cmd/internal/obj/x86/obj6_test.go

    		"GOARCH=amd64", "GOOS=linux", "GOPATH="+filepath.Join(tmpdir, "_gopath"))
    	asmout, err := cmd.CombinedOutput()
    	if err != nil {
    		t.Fatalf("error %s output %s", err, asmout)
    	}
    	return asmout
    }
    
    func parseOutput(t *testing.T, td *ParsedTestData, asmout []byte) {
    	scanner := bufio.NewScanner(bytes.NewReader(asmout))
    	marker := regexp.MustCompile(`MOVQ \$([0-9]+), AX`)
    	mark := -1
    	td.marker_to_output = make(map[int][]string)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 15 20:21:30 UTC 2022
    - 4.5K bytes
    - Viewed (0)
Back to top