Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDuplicateGlobalAsmSymbols (0.28 sec)

  1. src/cmd/go/go_test.go

    	tg.grepStderr("no-such-fortran-flag", `missing expected "-no-such-fortran-flag"`)
    }
    
    // Issue 19198.
    // This is really a cmd/link issue but this is a convenient place to test it.
    func TestDuplicateGlobalAsmSymbols(t *testing.T) {
    	skipIfGccgo(t, "gccgo does not use cmd/asm")
    	tooSlow(t, "links a binary with cgo dependencies")
    	if runtime.GOARCH != "386" && runtime.GOARCH != "amd64" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
Back to top