Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIssue41621LargeNumberOfRelocations (0.4 sec)

  1. src/cmd/internal/goobj/objfile_test.go

    package main
    var lines = []string{
    `
    
    var issue41621epilog = `
    }
    func getLines() []string {
    	return lines
    }
    func main() {
    	println(getLines())
    }
    `
    
    func TestIssue41621LargeNumberOfRelocations(t *testing.T) {
    	if testing.Short() || (buildcfg.GOARCH != "amd64") {
    		t.Skipf("Skipping large number of relocations test in short mode or on %s", buildcfg.GOARCH)
    	}
    	testenv.MustHaveGoBuild(t)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 15 20:22:12 UTC 2022
    - 3K bytes
    - Viewed (0)
Back to top