Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPErsrcBinutils (0.15 sec)

  1. src/cmd/link/link_test.go

    	if err == nil {
    		t.Fatalf("linking didn't fail")
    	}
    	if !bytes.Contains(out, []byte("fingerprint mismatch")) {
    		t.Errorf("did not see expected error message. out:\n%s", out)
    	}
    }
    
    func TestPErsrcBinutils(t *testing.T) {
    	// Test that PE rsrc section is handled correctly (issue 39658).
    	testenv.MustHaveGoBuild(t)
    
    	if (runtime.GOARCH != "386" && runtime.GOARCH != "amd64") || runtime.GOOS != "windows" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:02 UTC 2024
    - 43.5K bytes
    - Viewed (0)
Back to top