Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkdwarf (0.09 sec)

  1. src/cmd/cgo/internal/testplugin/plugin_test.go

    }
    
    func TestDWARFSections(t *testing.T) {
    	// test that DWARF sections are emitted for plugins and programs importing "plugin"
    	globalSkip(t)
    	goCmd(t, "run", "./checkdwarf/main.go", "plugin2.so", "plugin2.UnexportedNameReuse")
    	goCmd(t, "run", "./checkdwarf/main.go", "./host.exe", "main.main")
    }
    
    func TestBuildID(t *testing.T) {
    	// check that plugin has build ID.
    	globalSkip(t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:32:53 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top