Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for goGcflagsIsEmpty (0.23 sec)

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

    // or else the commands will rebuild any needed packages (like runtime)
    // over and over.
    func (test) goGcflags() string {
    	return "-gcflags=all=" + os.Getenv("GO_GCFLAGS")
    }
    
    func (test) goGcflagsIsEmpty() bool {
    	return "" == os.Getenv("GO_GCFLAGS")
    }
    
    var errTimeout = errors.New("command exceeded time limit")
    
    // run runs the test case.
    //
    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