grpc/test/core/util
Esun Kim af95eafb34 [CI] Using clang-17 for clang tidy & format (#35595)
Clang-17 is now better at formatting. Clang-16 used to do some questionable formatting.

Closes #35595

PiperOrigin-RevId: 600829055
2024-01-23 10:19:25 -08:00
..
BUILD [CSM O11Y] CSM Service Label Plumbing from LB Policies to CallAttemptTracer (#35210) 2024-01-11 13:37:44 -08:00
audit_logging_utils.cc [Audit Logging] End2end test for audit logging in authorization policy (#33196) 2023-05-24 14:09:32 -07:00
audit_logging_utils.h [Audit Logging] End2end test for audit logging in authorization policy (#33196) 2023-05-24 14:09:32 -07:00
build.cc Reland user-agent metadata work (#28109) 2021-11-17 19:04:29 -08:00
build.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
channel_args_fuzzer.proto Filter fuzzer (#29177) 2022-04-04 13:31:38 -07:00
cmdline.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
cmdline.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
cmdline_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
evaluate_args_test_util.h [iwyu] Add test/core/util (#30289) 2022-07-20 16:18:19 -07:00
fake_stats_plugin.cc [CSM O11Y] CSM Service Label Plumbing from LB Policies to CallAttemptTracer (#35210) 2024-01-11 13:37:44 -08:00
fake_stats_plugin.h [CSM O11Y] CSM Service Label Plumbing from LB Policies to CallAttemptTracer (#35210) 2024-01-11 13:37:44 -08:00
fake_udp_and_tcp_server.cc [c-ares] fix spin loop bug when c-ares gives up on a socket that still has data left in its read buffer (#34185) 2023-08-30 08:03:53 -07:00
fake_udp_and_tcp_server.h [c-ares] fix spin loop bug when c-ares gives up on a socket that still has data left in its read buffer (#34185) 2023-08-30 08:03:53 -07:00
fuzz_config_vars.cc [config] Better comma separated list support (#33182) 2023-05-18 20:55:49 -07:00
fuzz_config_vars.h [fuzz] Turn core end2end tests into fuzzers (#33013) 2023-05-11 08:22:34 -07:00
fuzz_config_vars.proto [fuzzing] Make it easier for fuzzers to find experiments (#34296) 2023-09-12 13:43:14 -07:00
fuzz_config_vars_helpers.cc [fuzzing] Make it easier for fuzzers to find experiments (#34296) 2023-09-12 13:43:14 -07:00
fuzz_config_vars_helpers.h [fuzzing] Make it easier for fuzzers to find experiments (#34296) 2023-09-12 13:43:14 -07:00
fuzzer_corpus_test.cc [promises] Fix some behaviors exposed by api_fuzzer (#34795) 2023-10-29 09:54:07 -07:00
fuzzer_one_entry_runner.sh Fix fuzzer_one_entry_runner.sh to pass shellcheck 2018-02-07 11:46:33 -08:00
fuzzer_util.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
fuzzer_util.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
fuzzing_channel_args.cc [fuzzing] Extract and modernize ChannelArgs fuzzer configuration (#33161) 2023-05-19 10:50:38 -07:00
fuzzing_channel_args.h [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
fuzzing_channel_args.proto [fuzzing] Extract and modernize ChannelArgs fuzzer configuration (#33161) 2023-05-19 10:50:38 -07:00
grpc_fuzzer.bzl Internal change 2023-12-13 20:06:30 -08:00
grpc_profiler.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
grpc_profiler.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
histogram.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
histogram.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
histogram_test.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
lsan_suppressions.txt Move suppressions files under test/core/util to avoid creating a BUILD file under tools, which breaks import. 2018-06-15 17:36:14 -07:00
mock_authorization_endpoint.h [iwyu] Add test/core/util (#30289) 2022-07-20 16:18:19 -07:00
mock_endpoint.cc [fuzzer] Add api fuzzing capabilities to client & server fuzzer (#34609) 2023-10-09 11:27:20 -07:00
mock_endpoint.h [fuzzers] Expand client_fuzzer, server_fuzzer (#34596) 2023-10-05 15:22:39 -07:00
one_corpus_entry_fuzzer.cc Add enforcement for cpp-style comment license in check_copyright.py (#32273) 2023-02-02 13:00:20 -08:00
osa_distance.cc [CI] Using clang-17 for clang tidy & format (#35595) 2024-01-23 10:19:25 -08:00
osa_distance.h [fuzz] Turn core end2end tests into fuzzers (#33013) 2023-05-11 08:22:34 -07:00
osa_distance_test.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
parse_hexstring.cc [chttp2] Fix some fuzzer found bugs. (#33005) 2023-05-03 18:18:10 -07:00
parse_hexstring.h [chttp2] Fix some fuzzer found bugs. (#33005) 2023-05-03 18:18:10 -07:00
passthru_endpoint.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
passthru_endpoint.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
port.cc [fuzzing] Implement endpoints for FuzzingEventEngine (#32689) 2023-03-27 17:43:47 -07:00
port.h [fuzzing] Implement endpoints for FuzzingEventEngine (#32689) 2023-03-27 17:43:47 -07:00
port_isolated_runtime_environment.cc Revert "[testing] Adjust port selection algorithm on RBE" (#33448) 2023-06-14 14:51:23 -07:00
port_server_client.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
port_server_client.h [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
proto_bit_gen.h [fuzzing] better fallback rng (#35621) 2024-01-22 16:45:31 -08:00
reconnect_server.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
reconnect_server.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
resolve_localhost_ip46.cc [e2e tests] refactor code for determining local IP address (#34769) 2023-10-23 17:27:21 -07:00
resolve_localhost_ip46.h [e2e tests] refactor code for determining local IP address (#34769) 2023-10-23 17:27:21 -07:00
scoped_env_var.h xDS cluster resource type: use ValidationErrors and add unit test (#31025) 2022-10-05 11:27:30 -07:00
slice_splitter.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
slice_splitter.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
socket_use_after_close_detector.cc [c-ares DNS resolver] Revert "Revert "[c-ares DNS resolver] Fix file descriptor use-after-close bug when c-ares writes succeed but subsequent read fails" (#33934)" (#33942) 2023-08-01 14:45:45 -07:00
socket_use_after_close_detector.h [c-ares DNS resolver] Revert "Revert "[c-ares DNS resolver] Fix file descriptor use-after-close bug when c-ares writes succeed but subsequent read fails" (#33934)" (#33942) 2023-08-01 14:45:45 -07:00
stack_tracer.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
stack_tracer.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
stack_tracer_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
test_config.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
test_config.h Revert "[testing] Adjust port selection algorithm on RBE" (#33448) 2023-06-14 14:51:23 -07:00
test_lb_policies.cc [RefCounted and friends] Fix type safety of ref-counted types. 2023-12-19 13:27:56 -08:00
test_lb_policies.h [resolver and LB policy APIs] reland: change address list to support multiple addresses per endpoint (#34531) 2023-09-28 15:40:05 -07:00
test_tcp_server.cc [EventEngine] Modify iomgr to allow creation of posix event engine listeners and server side endpoints (#31928) 2023-01-24 18:22:14 -08:00
test_tcp_server.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
tls_utils.cc [TLS - Revocation] Crl Provider (#34715) 2023-10-19 11:33:41 -07:00
tls_utils.h Added verified_root_cert_subject pass up through cpp api (#32335) 2023-03-08 13:41:26 -05:00
tracer_util.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
tracer_util.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
tsan_suppressions.txt Pointing the protobuf submodule to the new URL (#26811) 2021-07-29 10:19:16 -07:00
ubsan_suppressions.txt Re-enabling RBE ubsan (#27861) 2021-12-16 17:33:24 -08:00