diff options
author | Craig Tiller <ctiller@google.com> | 2015-05-21 14:24:13 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-05-21 14:24:13 -0700 |
commit | 3d49461845469826246229d7e0b4510ae0ed9c3e (patch) | |
tree | d3120ef8f95ead78a0b711650865a7f3d23660b9 /tools/run_tests | |
parent | bf6bd2303c2693373c4df161e11b6ce93f5d6ae3 (diff) | |
parent | f99689ab774591c186310f01eefc8247481a3136 (diff) |
Merge github.com:grpc/grpc into mmm-mmm-mmm-mmm
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/tests.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 346fe08ab2..5dae3e8eb5 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -599,6 +599,24 @@ { "flaky": false, "language": "c++", + "name": "async_streaming_ping_pong_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c++", + "name": "async_unary_ping_pong_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c++", "name": "channel_arguments_test", "platforms": [ "windows", @@ -698,6 +716,24 @@ { "flaky": false, "language": "c++", + "name": "sync_streaming_ping_pong_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c++", + "name": "sync_unary_ping_pong_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c++", "name": "thread_pool_test", "platforms": [ "windows", |