Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/compile/internal/amd64/versions_test.go

    		if tag == "amd64.v2" {
    			t.Skip("compiling for GOAMD64=v2 or higher")
    		}
    	}
    	if os.Getenv("TESTGOAMD64V1") != "" {
    		t.Skip("recursive call")
    	}
    
    	// Make a binary which will be a modified version of the
    	// currently running binary.
    	dst, err := os.CreateTemp("", "TestGoAMD64v1")
    	if err != nil {
    		t.Fatalf("failed to create temp file: %v", err)
    	}
    	defer os.Remove(dst.Name())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 15 20:19:15 UTC 2022
    - 10.9K bytes
    - Viewed (0)
Back to top