]> git.ipfire.org Git - people/ms/gcc.git/blame - libgo/go/cmd/go/internal/test/flagdefs.go
libgo: update to Go1.17rc2
[people/ms/gcc.git] / libgo / go / cmd / go / internal / test / flagdefs.go
CommitLineData
f75af8c1
ILT
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
7package test
8
9// passFlagToTest contains the flags that should be forwarded to
10// the test binary with the prefix "test.".
11var 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,
c5b21c3f 31 "shuffle": true,
f75af8c1
ILT
32 "timeout": true,
33 "trace": true,
34 "v": true,
35}