Black Lives Matter. Support the Equal Justice Initiative.

Source file src/cmd/go/internal/test/flagdefs.go

Documentation: cmd/go/internal/test

     1  // Copyright 2019 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  // Code generated by genflags.go — DO NOT EDIT.
     6  
     7  package test
     8  
     9  // passFlagToTest contains the flags that should be forwarded to
    10  // the test binary with the prefix "test.".
    11  var passFlagToTest = map[string]bool{
    12  	"bench":                true,
    13  	"benchmem":             true,
    14  	"benchtime":            true,
    15  	"blockprofile":         true,
    16  	"blockprofilerate":     true,
    17  	"count":                true,
    18  	"coverprofile":         true,
    19  	"cpu":                  true,
    20  	"cpuprofile":           true,
    21  	"failfast":             true,
    22  	"list":                 true,
    23  	"memprofile":           true,
    24  	"memprofilerate":       true,
    25  	"mutexprofile":         true,
    26  	"mutexprofilefraction": true,
    27  	"outputdir":            true,
    28  	"parallel":             true,
    29  	"run":                  true,
    30  	"short":                true,
    31  	"shuffle":              true,
    32  	"timeout":              true,
    33  	"trace":                true,
    34  	"v":                    true,
    35  }
    36  

View as plain text