| Index: third_party/grpc/tools/run_tests/configs.json
|
| diff --git a/third_party/grpc/tools/run_tests/configs.json b/third_party/grpc/tools/run_tests/configs.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cbb8ec57b6170579e303e3a82d657902c369c302
|
| --- /dev/null
|
| +++ b/third_party/grpc/tools/run_tests/configs.json
|
| @@ -0,0 +1,67 @@
|
| +[
|
| + {
|
| + "config": "opt"
|
| + },
|
| + {
|
| + "config": "basicprof"
|
| + },
|
| + {
|
| + "config": "helgrind",
|
| + "timeout_multiplier": 20,
|
| + "tool_prefix": [
|
| + "valgrind",
|
| + "--tool=helgrind"
|
| + ]
|
| + },
|
| + {
|
| + "config": "asan-noleaks",
|
| + "environ": {
|
| + "ASAN_OPTIONS": "detect_leaks=0:color=always"
|
| + },
|
| + "timeout_multiplier": 3
|
| + },
|
| + {
|
| + "config": "ubsan",
|
| + "timeout_multiplier": 1.5
|
| + },
|
| + {
|
| + "config": "dbg"
|
| + },
|
| + {
|
| + "config": "stapprof"
|
| + },
|
| + {
|
| + "config": "gcov"
|
| + },
|
| + {
|
| + "config": "memcheck",
|
| + "timeout_multiplier": 10,
|
| + "tool_prefix": [
|
| + "valgrind",
|
| + "--tool=memcheck",
|
| + "--leak-check=full"
|
| + ]
|
| + },
|
| + {
|
| + "config": "asan",
|
| + "environ": {
|
| + "ASAN_OPTIONS": "detect_leaks=1:color=always",
|
| + "LSAN_OPTIONS": "suppressions=tools/lsan_suppressions.txt:report_objects=1"
|
| + },
|
| + "timeout_multiplier": 3
|
| + },
|
| + {
|
| + "config": "tsan",
|
| + "environ": {
|
| + "TSAN_OPTIONS": "suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1"
|
| + },
|
| + "timeout_multiplier": 5
|
| + },
|
| + {
|
| + "config": "msan",
|
| + "timeout_multiplier": 4
|
| + },
|
| + {
|
| + "config": "mutrace"
|
| + }
|
| +]
|
|
|