aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/generated/configs.json
blob: 74c6286240891aa7f8b2b506a03766f672f7ba35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[
  {
    "config": "opt"
  }, 
  {
    "config": "asan-trace-cmp", 
    "environ": {
      "ASAN_OPTIONS": "detect_leaks=1:color=always", 
      "LSAN_OPTIONS": "suppressions=test/core/util/lsan_suppressions.txt:report_objects=1"
    }
  }, 
  {
    "config": "dbg"
  }, 
  {
    "config": "asan", 
    "environ": {
      "ASAN_OPTIONS": "detect_leaks=1:color=always", 
      "LSAN_OPTIONS": "suppressions=test/core/util/lsan_suppressions.txt:report_objects=1"
    }
  }, 
  {
    "config": "msan", 
    "environ": {
      "MSAN_OPTIONS": "poison_in_dtor=1"
    }
  }, 
  {
    "config": "basicprof"
  }, 
  {
    "config": "helgrind", 
    "tool_prefix": [
      "valgrind", 
      "--tool=helgrind"
    ]
  }, 
  {
    "config": "asan-noleaks", 
    "environ": {
      "ASAN_OPTIONS": "detect_leaks=0:color=always"
    }
  }, 
  {
    "config": "noexcept"
  }, 
  {
    "config": "ubsan", 
    "environ": {
      "UBSAN_OPTIONS": "halt_on_error=1:print_stacktrace=1:suppressions=test/core/util/ubsan_suppressions.txt"
    }
  }, 
  {
    "config": "tsan", 
    "environ": {
      "TSAN_OPTIONS": "suppressions=test/core/util/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1"
    }
  }, 
  {
    "config": "stapprof"
  }, 
  {
    "config": "gcov"
  }, 
  {
    "config": "memcheck", 
    "tool_prefix": [
      "valgrind", 
      "--tool=memcheck", 
      "--leak-check=full"
    ]
  }, 
  {
    "config": "lto"
  }, 
  {
    "config": "c++-compat"
  }, 
  {
    "config": "mutrace"
  }, 
  {
    "config": "counters"
  }
]