Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for registerTest (0.17 sec)

  1. src/cmd/dist/test.go

    		t.registerTest("API release note check", &goTest{variant: "check", pkg: "cmd/relnote", testFlags: []string{"-check"}})
    		t.registerTest("API check", &goTest{variant: "check", pkg: "cmd/api", timeout: 5 * time.Minute, testFlags: []string{"-check"}})
    	}
    
    	// Runtime CPU tests.
    	if !t.compileOnly && t.hasParallelism() {
    		for i := 1; i <= 4; i *= 2 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/debug.go

    	Op:  OpInvalid,
    	Aux: StringToAux("BlockEnd"),
    }
    
    var FuncEnd = &Value{
    	ID:  -30000,
    	Op:  OpInvalid,
    	Aux: StringToAux("FuncEnd"),
    }
    
    // RegisterSet is a bitmap of registers, indexed by Register.num.
    type RegisterSet uint64
    
    // logf prints debug-specific logging to stdout (always stdout) if the
    // current function is tagged by GOSSAFUNC (for ssa output directed
    // either to stdout or html).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
Back to top