Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testShowPass (0.28 sec)

  1. src/cmd/go/internal/test/test.go

    		return true
    	case testMutexProfile != "":
    		return true
    	case testO != "":
    		return true
    	default:
    		return false
    	}
    }
    
    // testShowPass reports whether the output for a passing test should be shown.
    func testShowPass() bool {
    	return testV.on || testList != "" || testHelp
    }
    
    var defaultVetFlags = []string{
    	// TODO(rsc): Decide which tests are enabled by default.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
Back to top