diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-07-17 15:39:28 -0700 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-07-17 15:39:28 -0700 |
commit | e9881bbaf3d53aa80099c42c80fb3331ff38270a (patch) | |
tree | 1e82a6cf2e32204f9fae78ccc12a936f7471e084 /tools | |
parent | 2d883e723178007a33dd88e6f9c0a1e5f7be3e13 (diff) | |
parent | e086725e4cc8c750889ea2c6051795f7d1ecdeca (diff) |
Merge pull request #2403 from ctiller/no-worries-i-can-wait
Add a clock_type field to gpr_timespec
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 14 | ||||
-rw-r--r-- | tools/run_tests/tests.json | 9 |
2 files changed, 0 insertions, 23 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 27a84efbe0..0e2ef78ad3 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -938,20 +938,6 @@ ], "headers": [], "language": "c", - "name": "time_test", - "src": [ - "test/core/support/time_test.c" - ] - }, - { - "deps": [ - "gpr", - "gpr_test_util", - "grpc", - "grpc_test_util" - ], - "headers": [], - "language": "c", "name": "timeout_encoding_test", "src": [ "test/core/transport/chttp2/timeout_encoding_test.c" diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 1d7e775971..00ff55f344 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -534,15 +534,6 @@ { "flaky": false, "language": "c", - "name": "time_test", - "platforms": [ - "windows", - "posix" - ] - }, - { - "flaky": false, - "language": "c", "name": "timeout_encoding_test", "platforms": [ "windows", |