diff options
author | Vijay Pai <vpai@google.com> | 2018-03-15 11:16:58 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2018-03-15 11:30:59 -0700 |
commit | ba46afe3e2b4e8dc00fec8347979f2ad9c1427dd (patch) | |
tree | bb9c26fed389a386a1a9d8848149b97b859bbce8 /tools | |
parent | e5821cdad2a45072a0b023a8ea003cff4f03791f (diff) |
Delete status_test that has no coverage; replace with static_asserts
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/generated/sources_and_headers.json | 18 | ||||
-rw-r--r-- | tools/run_tests/generated/tests.json | 24 |
2 files changed, 0 insertions, 42 deletions
diff --git a/tools/run_tests/generated/sources_and_headers.json b/tools/run_tests/generated/sources_and_headers.json index d754c5d6fc..f80cd9f2b5 100644 --- a/tools/run_tests/generated/sources_and_headers.json +++ b/tools/run_tests/generated/sources_and_headers.json @@ -4475,24 +4475,6 @@ }, { "deps": [ - "gpr", - "gpr_test_util", - "grpc", - "grpc++", - "grpc_test_util" - ], - "headers": [], - "is_filegroup": false, - "language": "c++", - "name": "status_test", - "src": [ - "test/cpp/util/status_test.cc" - ], - "third_party": false, - "type": "target" - }, - { - "deps": [ "grpc" ], "headers": [], diff --git a/tools/run_tests/generated/tests.json b/tools/run_tests/generated/tests.json index 1e320fc15d..3d6b6caa2a 100644 --- a/tools/run_tests/generated/tests.json +++ b/tools/run_tests/generated/tests.json @@ -4923,30 +4923,6 @@ "posix", "windows" ], - "cpu_cost": 1.0, - "exclude_configs": [], - "exclude_iomgrs": [], - "flaky": false, - "gtest": false, - "language": "c++", - "name": "status_test", - "platforms": [ - "linux", - "mac", - "posix", - "windows" - ], - "uses_polling": false - }, - { - "args": [], - "benchmark": false, - "ci_platforms": [ - "linux", - "mac", - "posix", - "windows" - ], "cpu_cost": 0.1, "exclude_configs": [], "exclude_iomgrs": [], |