diff options
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-x | tools/run_tests/python_tests.json | 12 | ||||
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 15 | ||||
-rw-r--r-- | tools/run_tests/tests.json | 9 |
3 files changed, 36 insertions, 0 deletions
diff --git a/tools/run_tests/python_tests.json b/tools/run_tests/python_tests.json index 77473db2ed..3d75d8de36 100755 --- a/tools/run_tests/python_tests.json +++ b/tools/run_tests/python_tests.json @@ -48,6 +48,18 @@ ] }, { + "module": "grpc._links._lonely_invocation_link_test", + "pythonVersions": [ + "2.7" + ] + }, + { + "module": "grpc._links._transmission_test", + "pythonVersions": [ + "2.7" + ] + }, + { "module": "grpc.early_adopter.implementations_test", "pythonVersions": [ "2.7" diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 0493e06f58..8daee3c380 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -338,6 +338,18 @@ ], "headers": [], "language": "c", + "name": "gpr_stack_lockfree_test", + "src": [ + "test/core/support/stack_lockfree_test.c" + ] + }, + { + "deps": [ + "gpr", + "gpr_test_util" + ], + "headers": [], + "language": "c", "name": "gpr_string_test", "src": [ "test/core/support/string_test.c" @@ -8608,6 +8620,7 @@ "src/core/support/env.h", "src/core/support/file.h", "src/core/support/murmur_hash.h", + "src/core/support/stack_lockfree.h", "src/core/support/string.h", "src/core/support/string_win32.h", "src/core/support/thd_internal.h" @@ -8669,6 +8682,8 @@ "src/core/support/murmur_hash.h", "src/core/support/slice.c", "src/core/support/slice_buffer.c", + "src/core/support/stack_lockfree.c", + "src/core/support/stack_lockfree.h", "src/core/support/string.c", "src/core/support/string.h", "src/core/support/string_posix.c", diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 642a9717ce..3a22ba9180 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -197,6 +197,15 @@ { "flaky": false, "language": "c", + "name": "gpr_stack_lockfree_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "gpr_string_test", "platforms": [ "windows", |