Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDisasmExtld (0.13 sec)

  1. src/cmd/objdump/objdump_test.go

    }
    
    func TestDisasmCode(t *testing.T) {
    	testGoAndCgoDisasm(t, true, false)
    }
    
    func TestDisasmGnuAsm(t *testing.T) {
    	testGoAndCgoDisasm(t, false, true)
    }
    
    func TestDisasmExtld(t *testing.T) {
    	testenv.MustHaveCGO(t)
    	switch runtime.GOOS {
    	case "plan9":
    		t.Skipf("skipping on %s", runtime.GOOS)
    	}
    	t.Parallel()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top