|
|
|
@ -3284,8 +3284,6 @@ 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 |
|
|
|
|
) |
|
|
|
@ -4003,6 +4001,8 @@ 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 |
|
|
|
@ -4016,8 +4016,6 @@ 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 |
|
|
|
@ -5039,8 +5037,6 @@ 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) |
|
|
|
@ -5176,8 +5172,6 @@ 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) |
|
|
|
@ -5291,6 +5285,8 @@ 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 |
|
|
|
@ -5300,8 +5296,6 @@ 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 |
|
|
|
@ -5413,8 +5407,6 @@ 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 |
|
|
|
@ -5857,8 +5849,6 @@ 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 |
|
|
|
@ -6193,8 +6183,6 @@ 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 |
|
|
|
@ -6279,8 +6267,6 @@ 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 |
|
|
|
@ -6405,8 +6391,6 @@ 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 |
|
|
|
@ -6605,6 +6589,8 @@ 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 |
|
|
|
@ -6616,8 +6602,6 @@ 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 |
|
|
|
@ -6657,6 +6641,8 @@ 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 |
|
|
|
@ -6668,8 +6654,6 @@ 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 |
|
|
|
@ -7225,8 +7209,6 @@ 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 |
|
|
|
@ -8022,8 +8004,6 @@ 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 |
|
|
|
@ -8358,8 +8338,6 @@ 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 |
|
|
|
@ -8655,8 +8633,6 @@ 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 |
|
|
|
@ -8704,8 +8680,6 @@ 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 |
|
|
|
@ -9347,8 +9321,6 @@ 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 |
|
|
|
@ -9473,8 +9445,6 @@ 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 |
|
|
|
@ -9797,8 +9767,6 @@ 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 |
|
|
|
@ -10860,8 +10828,6 @@ 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 |
|
|
|
@ -10997,8 +10963,6 @@ 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 |
|
|
|
@ -11046,8 +11010,6 @@ 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 |
|
|
|
@ -11095,8 +11057,6 @@ 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 |
|
|
|
@ -11665,8 +11625,6 @@ 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 |
|
|
|
@ -12324,8 +12282,6 @@ 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 |
|
|
|
@ -13010,8 +12966,6 @@ 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 |
|
|
|
@ -13097,8 +13051,6 @@ 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 |
|
|
|
@ -13146,8 +13098,6 @@ 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 |
|
|
|
@ -13507,8 +13457,6 @@ 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 |
|
|
|
@ -13766,8 +13714,6 @@ 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 |
|
|
|
@ -13815,8 +13761,6 @@ 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 |
|
|
|
@ -13864,8 +13808,6 @@ 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 |
|
|
|
@ -13913,8 +13855,6 @@ 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 |
|
|
|
@ -13962,8 +13902,6 @@ 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 |
|
|
|
@ -14568,8 +14506,6 @@ 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 |
|
|
|
@ -14654,8 +14590,6 @@ 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 |
|
|
|
@ -14703,8 +14637,6 @@ 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 |
|
|
|
@ -14752,8 +14684,6 @@ 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 |
|
|
|
@ -15264,8 +15194,6 @@ 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 |
|
|
|
@ -15773,8 +15701,6 @@ 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 |
|
|
|
@ -15822,8 +15748,6 @@ 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 |
|
|
|
@ -16428,8 +16352,6 @@ 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 |
|
|
|
@ -16799,8 +16721,6 @@ 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 |
|
|
|
@ -16885,8 +16805,6 @@ 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 |
|
|
|
@ -17977,8 +17895,6 @@ 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 |
|
|
|
@ -18242,8 +18158,6 @@ 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 |
|
|
|
@ -18291,8 +18205,6 @@ 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 |
|
|
|
@ -18340,8 +18252,6 @@ 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 |
|
|
|
@ -18437,8 +18347,6 @@ 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 |
|
|
|
@ -19567,8 +19475,6 @@ 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 |
|
|
|
@ -19875,8 +19781,6 @@ 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 |
|
|
|
@ -19927,8 +19831,6 @@ 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 |
|
|
|
@ -19978,8 +19880,6 @@ 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 |
|
|
|
@ -20030,8 +19930,6 @@ 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 |
|
|
|
@ -22138,8 +22036,6 @@ 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 |
|
|
|
@ -22187,8 +22083,6 @@ 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 |
|
|
|
@ -22386,8 +22280,6 @@ 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 |
|
|
|
@ -22454,8 +22346,6 @@ 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 |
|
|
|
@ -22866,8 +22756,6 @@ 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 |
|
|
|
@ -23138,8 +23026,6 @@ 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 |
|
|
|
@ -23752,8 +23638,6 @@ 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 |
|
|
|
@ -23875,8 +23759,6 @@ 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 |
|
|
|
@ -24155,8 +24037,6 @@ 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 |
|
|
|
@ -24280,8 +24160,6 @@ 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 |
|
|
|
@ -24475,8 +24353,6 @@ 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 |
|
|
|
@ -24636,8 +24512,6 @@ 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 |
|
|
|
@ -24727,8 +24601,6 @@ 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 |
|
|
|
@ -24818,8 +24690,6 @@ 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 |
|
|
|
@ -24869,8 +24739,6 @@ 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 |
|
|
|
@ -25294,8 +25162,6 @@ 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 |
|
|
|
@ -25343,8 +25209,6 @@ 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 |
|
|
|
@ -25392,8 +25256,6 @@ 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 |
|
|
|
@ -26001,8 +25863,6 @@ 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 |
|
|
|
@ -26217,8 +26077,6 @@ 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 |
|
|
|
@ -27533,8 +27391,6 @@ 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 |
|
|
|
@ -28555,8 +28411,6 @@ 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 |
|
|
|
|