diff options
author | Craig Tiller <ctiller@ctiller2.mtv.corp.google.com> | 2016-03-21 10:49:14 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@ctiller2.mtv.corp.google.com> | 2016-03-21 10:49:14 -0700 |
commit | c65ed870ed45522194c0fcb884c9098672ac35ba (patch) | |
tree | c9ddfbda5e82e0c53033cbcb8ddec5949cf32eab /tools/run_tests/tests.json | |
parent | 44654553de6edffa61f60f725dacbcdb89bdca72 (diff) | |
parent | b08ee7a260d0f274554892cd3138215ab905ce77 (diff) |
Merge github.com:grpc/grpc into idempotent
Diffstat (limited to 'tools/run_tests/tests.json')
-rw-r--r-- | tools/run_tests/tests.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index a720dc4ea4..464328aa1f 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -2797,6 +2797,30 @@ ], "flaky": false, "language": "c++", + "name": "boringssl_asn1_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "args": [], + "boringssl": true, + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], + "cpu_cost": 1.0, + "defaults": "boringssl", + "exclude_configs": [ + "asan" + ], + "flaky": false, + "language": "c++", "name": "boringssl_base64_test", "platforms": [ "linux", |