Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for defaultAllCodeGen (0.11 sec)

  1. src/cmd/internal/testdir/testdir_test.go

    )
    
    // defaultAllCodeGen returns the default value of the -all_codegen
    // flag. By default, we prefer to be fast (returning false), except on
    // the linux-amd64 builder that's already very fast, so we get more
    // test coverage on trybots. See https://go.dev/issue/34297.
    func defaultAllCodeGen() bool {
    	return os.Getenv("GO_BUILDER_NAME") == "linux-amd64"
    }
    
    var (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
Back to top