diff options
author | Craig Tiller <ctiller@google.com> | 2015-09-01 07:51:56 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-09-01 07:51:56 -0700 |
commit | 730118d80f5f037846e522de54508832854e5dd3 (patch) | |
tree | b7d2d247b7e2b5ad8a10930eaf06ae57a287f222 /tools/run_tests | |
parent | 6fd238443e7250817049355f7ba164b0bf318394 (diff) | |
parent | 3b245fe388c31c85a18f68ccab8dd343bf08eae3 (diff) |
Merge branch 'third-coming' into endpoints
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 14 | ||||
-rw-r--r-- | tools/run_tests/tests.json | 18 |
2 files changed, 32 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 3a94b9ee6b..629a3234e8 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -150,6 +150,20 @@ ], "headers": [], "language": "c", + "name": "endpoint_pair_test", + "src": [ + "test/core/iomgr/endpoint_pair_test.c" + ] + }, + { + "deps": [ + "gpr", + "gpr_test_util", + "grpc", + "grpc_test_util" + ], + "headers": [], + "language": "c", "name": "fd_conservation_posix_test", "src": [ "test/core/iomgr/fd_conservation_posix_test.c" diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 11fc4951df..ab9096a0dc 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -183,6 +183,24 @@ "ci_platforms": [ "linux", "mac", + "posix", + "windows" + ], + "exclude_configs": [], + "flaky": false, + "language": "c", + "name": "endpoint_pair_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "ci_platforms": [ + "linux", + "mac", "posix" ], "exclude_configs": [], |