diff options
author | Craig Tiller <ctiller@google.com> | 2016-10-26 16:26:34 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-10-26 16:26:34 -0700 |
commit | 7a34e48e5dc16644a2ca070dc2a52c76712af18e (patch) | |
tree | 738bb5ae9a2f1a8d4ba1fab2ca55bdead61cd1d5 /tools | |
parent | 0f310807ffa59b3c8f0459c757372478d31c3c66 (diff) |
Codegen
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 30 | ||||
-rw-r--r-- | tools/run_tests/tests.json | 42 |
2 files changed, 36 insertions, 36 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index aec6b6f9e4..9d3be07eb6 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -739,21 +739,6 @@ "headers": [], "is_filegroup": false, "language": "c", - "name": "gpr_percent_encoding_test", - "src": [ - "test/core/support/percent_encoding_test.c" - ], - "third_party": false, - "type": "target" - }, - { - "deps": [ - "gpr", - "gpr_test_util" - ], - "headers": [], - "is_filegroup": false, - "language": "c", "name": "gpr_stack_lockfree_test", "src": [ "test/core/support/stack_lockfree_test.c" @@ -1643,6 +1628,21 @@ { "deps": [ "gpr", + "gpr_test_util" + ], + "headers": [], + "is_filegroup": false, + "language": "c", + "name": "percent_encoding_test", + "src": [ + "test/core/slice/percent_encoding_test.c" + ], + "third_party": false, + "type": "target" + }, + { + "deps": [ + "gpr", "gpr_test_util", "grpc", "grpc_test_util" diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index cff1134313..d908a46255 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -789,27 +789,6 @@ "posix", "windows" ], - "cpu_cost": 1.0, - "exclude_configs": [], - "flaky": false, - "gtest": false, - "language": "c", - "name": "gpr_percent_encoding_test", - "platforms": [ - "linux", - "mac", - "posix", - "windows" - ] - }, - { - "args": [], - "ci_platforms": [ - "linux", - "mac", - "posix", - "windows" - ], "cpu_cost": 7, "exclude_configs": [], "flaky": false, @@ -1582,6 +1561,27 @@ "flaky": false, "gtest": false, "language": "c", + "name": "percent_encoding_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "args": [], + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], + "cpu_cost": 1.0, + "exclude_configs": [], + "flaky": false, + "gtest": false, + "language": "c", "name": "resolve_address_test", "platforms": [ "linux", |