|
|
|
@ -3281,6 +3281,8 @@ add_library(benchmark_helpers |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
test/cpp/microbenchmarks/helpers.cc |
|
|
|
|
) |
|
|
|
@ -3998,8 +4000,6 @@ endif() |
|
|
|
|
if(gRPC_BUILD_TESTS) |
|
|
|
|
|
|
|
|
|
add_library(grpc++_test_util |
|
|
|
|
src/core/lib/gpr/subprocess_posix.cc |
|
|
|
|
src/core/lib/gpr/subprocess_windows.cc |
|
|
|
|
test/core/end2end/data/client_certs.cc |
|
|
|
|
test/core/end2end/data/server1_cert.cc |
|
|
|
|
test/core/end2end/data/server1_key.cc |
|
|
|
@ -4013,6 +4013,8 @@ add_library(grpc++_test_util |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
test/cpp/util/byte_buffer_proto_helper.cc |
|
|
|
|
test/cpp/util/create_test_channel.cc |
|
|
|
@ -5033,6 +5035,8 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
) |
|
|
|
|
target_compile_features(fd_conservation_posix_test PUBLIC cxx_std_14) |
|
|
|
@ -5168,6 +5172,8 @@ add_executable(test_core_iomgr_timer_list_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
) |
|
|
|
|
target_compile_features(test_core_iomgr_timer_list_test PUBLIC cxx_std_14) |
|
|
|
@ -5281,8 +5287,6 @@ if(gRPC_BUILD_TESTS) |
|
|
|
|
if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
|
|
|
|
|
add_executable(address_sorting_test_unsecure |
|
|
|
|
src/core/lib/gpr/subprocess_posix.cc |
|
|
|
|
src/core/lib/gpr/subprocess_windows.cc |
|
|
|
|
test/core/util/cmdline.cc |
|
|
|
|
test/core/util/fuzzer_util.cc |
|
|
|
|
test/core/util/grpc_profiler.cc |
|
|
|
@ -5292,6 +5296,8 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
test/cpp/naming/address_sorting_test.cc |
|
|
|
|
test/cpp/util/byte_buffer_proto_helper.cc |
|
|
|
@ -5403,6 +5409,8 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
test/cpp/common/alarm_test.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
@ -5845,6 +5853,8 @@ add_executable(alts_security_connector_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -6179,6 +6189,8 @@ add_executable(auth_context_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -6263,6 +6275,8 @@ add_executable(authorization_matchers_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -6387,6 +6401,8 @@ add_executable(aws_request_signer_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -6585,8 +6601,6 @@ if(gRPC_BUILD_TESTS) |
|
|
|
|
if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
|
|
|
|
|
add_executable(bad_ssl_alpn_test |
|
|
|
|
src/core/lib/gpr/subprocess_posix.cc |
|
|
|
|
src/core/lib/gpr/subprocess_windows.cc |
|
|
|
|
test/core/bad_ssl/bad_ssl_test.cc |
|
|
|
|
test/core/end2end/cq_verifier.cc |
|
|
|
|
test/core/util/cmdline.cc |
|
|
|
@ -6598,6 +6612,8 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -6637,8 +6653,6 @@ if(gRPC_BUILD_TESTS) |
|
|
|
|
if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
|
|
|
|
|
add_executable(bad_ssl_cert_test |
|
|
|
|
src/core/lib/gpr/subprocess_posix.cc |
|
|
|
|
src/core/lib/gpr/subprocess_windows.cc |
|
|
|
|
test/core/bad_ssl/bad_ssl_test.cc |
|
|
|
|
test/core/end2end/cq_verifier.cc |
|
|
|
|
test/core/util/cmdline.cc |
|
|
|
@ -6650,6 +6664,8 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -7205,6 +7221,8 @@ add_executable(buffer_list_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -7963,6 +7981,8 @@ add_executable(cel_authorization_engine_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -8297,6 +8317,8 @@ add_executable(channel_creds_registry_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -8592,6 +8614,8 @@ add_executable(check_gcp_environment_linux_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -8639,6 +8663,8 @@ add_executable(check_gcp_environment_windows_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -9280,6 +9306,8 @@ add_executable(cmdline_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -9404,6 +9432,8 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -9726,6 +9756,8 @@ add_executable(connectivity_state_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -10787,6 +10819,8 @@ add_executable(endpoint_pair_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -10922,6 +10956,8 @@ add_executable(error_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -10969,6 +11005,8 @@ add_executable(error_utils_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -11016,6 +11054,8 @@ add_executable(evaluate_args_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -11584,6 +11624,8 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -12239,6 +12281,8 @@ add_executable(format_request_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -12922,6 +12966,8 @@ add_executable(grpc_alts_credentials_options_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -13007,6 +13053,8 @@ add_executable(grpc_authorization_engine_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -13054,6 +13102,8 @@ add_executable(grpc_authorization_policy_provider_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -13413,6 +13463,8 @@ add_executable(grpc_ipv6_loopback_available_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -13670,6 +13722,8 @@ add_executable(grpc_tls_certificate_distributor_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -13717,6 +13771,8 @@ add_executable(grpc_tls_certificate_provider_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -13764,6 +13820,8 @@ add_executable(grpc_tls_certificate_verifier_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -13811,6 +13869,8 @@ add_executable(grpc_tls_credentials_options_comparator_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -13858,6 +13918,8 @@ add_executable(grpc_tls_credentials_options_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -14462,6 +14524,8 @@ add_executable(histogram_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -14546,6 +14610,8 @@ add_executable(hpack_encoder_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -14593,6 +14659,8 @@ add_executable(hpack_parser_table_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -14640,6 +14708,8 @@ add_executable(hpack_parser_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -15150,6 +15220,8 @@ add_executable(insecure_security_connector_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -15657,6 +15729,8 @@ add_executable(json_token_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -15704,6 +15778,8 @@ add_executable(jwt_verifier_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -16308,6 +16384,8 @@ add_executable(matchers_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -16677,6 +16755,8 @@ add_executable(message_compress_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -16761,6 +16841,8 @@ add_executable(metadata_map_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -17851,6 +17933,8 @@ add_executable(parser_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -18114,6 +18198,8 @@ add_executable(pid_controller_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -18161,6 +18247,8 @@ add_executable(ping_abuse_policy_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -18208,6 +18296,8 @@ add_executable(ping_configuration_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -18303,6 +18393,8 @@ add_executable(ping_rate_policy_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -19431,6 +19523,8 @@ add_executable(rbac_translator_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -19737,6 +19831,8 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -19787,6 +19883,8 @@ add_executable(resolve_address_using_ares_resolver_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -19836,6 +19934,8 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -19886,6 +19986,8 @@ add_executable(resolve_address_using_native_resolver_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -21992,6 +22094,8 @@ add_executable(secure_endpoint_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -22039,6 +22143,8 @@ add_executable(security_connector_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -22236,6 +22342,8 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
test/cpp/server/server_builder_test.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
@ -22302,6 +22410,8 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
test/cpp/server/server_builder_with_socket_mutator_test.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
@ -22712,6 +22822,8 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
test/cpp/server/server_request_call_test.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
@ -22982,6 +23094,8 @@ add_executable(settings_timeout_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -23594,6 +23708,8 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -23715,6 +23831,8 @@ add_executable(ssl_credentials_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -23993,6 +24111,8 @@ add_executable(status_conversion_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -24116,6 +24236,8 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -24309,6 +24431,8 @@ add_executable(streams_not_seen_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -24468,6 +24592,8 @@ add_executable(system_roots_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -24557,6 +24683,8 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -24646,6 +24774,8 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -24695,6 +24825,8 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -25118,6 +25250,8 @@ add_executable(test_core_iomgr_load_file_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -25165,6 +25299,8 @@ add_executable(test_core_iomgr_timer_heap_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -25212,6 +25348,8 @@ add_executable(test_core_security_credentials_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -25819,6 +25957,8 @@ add_executable(timeout_encoding_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -26033,6 +26173,8 @@ add_executable(tls_security_connector_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
@ -27347,6 +27489,8 @@ if(_gRPC_PLATFORM_LINUX OR _gRPC_PLATFORM_MAC OR _gRPC_PLATFORM_POSIX) |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
test/cpp/performance/writes_per_rpc_test.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
@ -28367,6 +28511,8 @@ add_executable(xds_credentials_test |
|
|
|
|
test/core/util/passthru_endpoint.cc |
|
|
|
|
test/core/util/resolve_localhost_ip46.cc |
|
|
|
|
test/core/util/slice_splitter.cc |
|
|
|
|
test/core/util/subprocess_posix.cc |
|
|
|
|
test/core/util/subprocess_windows.cc |
|
|
|
|
test/core/util/tracer_util.cc |
|
|
|
|
third_party/googletest/googletest/src/gtest-all.cc |
|
|
|
|
third_party/googletest/googlemock/src/gmock-all.cc |
|
|
|
|