Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unsupportedCmd (0.9 sec)

  1. src/cmd/dist/test.go

    // arm64 machine configured with 39-bit VMA).
    func isUnsupportedVMASize(w *work) bool {
    	unsupportedVMA := []byte("unsupported VMA range")
    	return strings.Contains(w.dt.name, ":race") && bytes.Contains(w.out.Bytes(), unsupportedVMA)
    }
    
    // isEnvSet reports whether the environment variable evar is
    // set in the environment.
    func isEnvSet(evar string) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
Back to top