mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
1.6 KiB
88 lines
1.6 KiB
[ |
|
{ |
|
"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": "counters_with_memory_counter" |
|
}, |
|
{ |
|
"config": "stapprof" |
|
}, |
|
{ |
|
"config": "gcov" |
|
}, |
|
{ |
|
"config": "memcheck", |
|
"tool_prefix": [ |
|
"valgrind", |
|
"--tool=memcheck", |
|
"--leak-check=full" |
|
] |
|
}, |
|
{ |
|
"config": "lto" |
|
}, |
|
{ |
|
"config": "c++-compat" |
|
}, |
|
{ |
|
"config": "mutrace" |
|
}, |
|
{ |
|
"config": "counters" |
|
} |
|
]
|
|
|