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.
97 lines
1.9 KiB
97 lines
1.9 KiB
9 years ago
|
[
|
||
|
{
|
||
|
"config": "opt"
|
||
|
},
|
||
9 years ago
|
{
|
||
|
"config": "asan-trace-cmp",
|
||
|
"environ": {
|
||
|
"ASAN_OPTIONS": "detect_leaks=1:color=always",
|
||
|
"LSAN_OPTIONS": "suppressions=tools/lsan_suppressions.txt:report_objects=1"
|
||
|
},
|
||
|
"timeout_multiplier": 3
|
||
|
},
|
||
9 years ago
|
{
|
||
|
"config": "dbg"
|
||
|
},
|
||
|
{
|
||
|
"config": "easan",
|
||
|
"environ": {
|
||
|
"ASAN_OPTIONS": "detect_leaks=1:color=always",
|
||
|
"LSAN_OPTIONS": "suppressions=tools/lsan_suppressions.txt:report_objects=1"
|
||
|
},
|
||
|
"timeout_multiplier": 3
|
||
|
},
|
||
|
{
|
||
|
"config": "asan",
|
||
|
"environ": {
|
||
|
"ASAN_OPTIONS": "detect_leaks=1:color=always",
|
||
|
"LSAN_OPTIONS": "suppressions=tools/lsan_suppressions.txt:report_objects=1"
|
||
|
},
|
||
|
"timeout_multiplier": 3
|
||
|
},
|
||
|
{
|
||
|
"config": "msan",
|
||
|
"timeout_multiplier": 4
|
||
|
},
|
||
9 years ago
|
{
|
||
|
"config": "basicprof"
|
||
|
},
|
||
|
{
|
||
|
"config": "helgrind",
|
||
|
"timeout_multiplier": 20,
|
||
|
"tool_prefix": [
|
||
|
"valgrind",
|
||
|
"--tool=helgrind"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"config": "asan-noleaks",
|
||
|
"environ": {
|
||
|
"ASAN_OPTIONS": "detect_leaks=0:color=always"
|
||
9 years ago
|
},
|
||
9 years ago
|
"timeout_multiplier": 3
|
||
9 years ago
|
},
|
||
9 years ago
|
{
|
||
|
"config": "edbg"
|
||
|
},
|
||
9 years ago
|
{
|
||
|
"config": "ubsan",
|
||
9 years ago
|
"environ": {
|
||
9 years ago
|
"UBSAN_OPTIONS": "halt_on_error=1:print_stacktrace=1"
|
||
9 years ago
|
},
|
||
9 years ago
|
"timeout_multiplier": 1.5
|
||
|
},
|
||
|
{
|
||
9 years ago
|
"config": "tsan",
|
||
|
"environ": {
|
||
|
"TSAN_OPTIONS": "suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1"
|
||
|
},
|
||
|
"timeout_multiplier": 5
|
||
9 years ago
|
},
|
||
|
{
|
||
|
"config": "stapprof"
|
||
|
},
|
||
|
{
|
||
9 years ago
|
"config": "mutrace"
|
||
9 years ago
|
},
|
||
|
{
|
||
|
"config": "memcheck",
|
||
|
"timeout_multiplier": 10,
|
||
|
"tool_prefix": [
|
||
|
"valgrind",
|
||
|
"--tool=memcheck",
|
||
|
"--leak-check=full"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
9 years ago
|
"config": "etsan",
|
||
9 years ago
|
"environ": {
|
||
|
"TSAN_OPTIONS": "suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1"
|
||
|
},
|
||
9 years ago
|
"timeout_multiplier": 5
|
||
9 years ago
|
},
|
||
|
{
|
||
9 years ago
|
"config": "gcov"
|
||
9 years ago
|
}
|
||
|
]
|