diff options
author | Craig Tiller <ctiller@google.com> | 2016-07-01 14:56:27 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-07-01 14:56:27 -0700 |
commit | f975f74c016d5850d10644c4865e76e05e4b7815 (patch) | |
tree | 805d5a2ec17f3511335825f0029a331c3aaf394c /tools/run_tests | |
parent | 2b49ea9d54bb3605f6b39672f68a1fbf6cf95df2 (diff) |
Refactor workqueues a little to make them great again
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 16 | ||||
-rw-r--r-- | tools/run_tests/tests.json | 21 |
2 files changed, 0 insertions, 37 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 65de89c0ab..0b3314a441 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -1812,22 +1812,6 @@ "gpr", "gpr_test_util", "grpc", - "grpc_test_util" - ], - "headers": [], - "language": "c", - "name": "workqueue_test", - "src": [ - "test/core/iomgr/workqueue_test.c" - ], - "third_party": false, - "type": "target" - }, - { - "deps": [ - "gpr", - "gpr_test_util", - "grpc", "grpc++", "grpc++_test_util", "grpc_test_util" diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 291ae415a4..8dee7c8f0f 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -1925,27 +1925,6 @@ "cpu_cost": 1.0, "exclude_configs": [], "flaky": false, - "gtest": false, - "language": "c", - "name": "workqueue_test", - "platforms": [ - "linux", - "mac", - "posix", - "windows" - ] - }, - { - "args": [], - "ci_platforms": [ - "linux", - "mac", - "posix", - "windows" - ], - "cpu_cost": 1.0, - "exclude_configs": [], - "flaky": false, "gtest": true, "language": "c++", "name": "alarm_cpp_test", |