grpc/test/core/util
Craig Tiller 6532084a06
[iwyu] rest of the owl: src/core/lib - excluding iomgr, gpr (#29735)
* [iwyu] rest of the owl: src/core/lib - excluding iomgr, gpr

* Automated change: Fix sanity tests

* Automated change: Fix sanity tests

* fixes

* Automated change: Fix sanity tests

* fix

* fix

* fixes

* fixes

* x

* fix?

* fix

* windows fix

* fix

* fix

* fix

* fix

* fix

* debug

* fix

* fix

* Revert "debug"

This reverts commit c99b8d12dd.

* Automated change: Fix sanity tests

* fix?

* Automated change: Fix sanity tests

* header cleanup

* fix

* fix

* fix

* Automated change: Fix sanity tests

* fix

* fix

* Automated change: Fix sanity tests

* Automated change: Fix sanity tests

* fixes

* Automated change: Fix sanity tests

Co-authored-by: ctiller <ctiller@users.noreply.github.com>
2022-06-10 13:04:47 -07:00
..
BUILD Make stack_tracer more broadly usable (#29660) 2022-05-12 09:17:00 -07:00
build.cc Reland user-agent metadata work (#28109) 2021-11-17 19:04:29 -08:00
build.h Reland user-agent metadata work (#28109) 2021-11-17 19:04:29 -08:00
channel_args_fuzzer.proto Filter fuzzer (#29177) 2022-04-04 13:31:38 -07:00
cmdline.cc Zalloc or C++ new for structs (#27739) 2021-10-18 16:40:20 -07:00
cmdline.h Revert "Merge pull request #23053 from grpc/revert-22772-gpr_strvec" 2020-05-28 11:13:12 -07:00
cmdline_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00
evaluate_args_test_util.h [iwyu] rest of the owl: src/core/lib - excluding iomgr, gpr (#29735) 2022-06-10 13:04:47 -07:00
fake_udp_and_tcp_server.cc Added GRPC_ERROR_IS_NONE (#29937) 2022-06-08 11:24:20 -07:00
fake_udp_and_tcp_server.h testing: add a fake TCP and UDP server to test/core/util (extracted from #27883) (#28332) 2021-12-14 08:50:17 -08:00
fuzzer_corpus_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -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 Revert "Revert "a useful change (#27381)" (#27411)" (#27412) 2021-09-20 19:46:11 -07:00
fuzzer_util.h Add ALTS fuzzer 2018-05-08 10:15:03 -07:00
grpc_fuzzer.bzl [fuzzing] Run fuzzers a little bit as a test (#29919) 2022-06-07 07:37:59 -07:00
grpc_profiler.cc Merge master 2017-11-06 14:43:31 -08:00
grpc_profiler.h Merge master 2017-11-06 14:43:31 -08:00
histogram.cc Revert "Revert "a useful change (#27381)" (#27411)" (#27412) 2021-09-20 19:46:11 -07:00
histogram.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
histogram_test.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -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 Move resource_user ownership into chttp2 transport/server/connector v2 (#27032) 2021-08-18 17:04:00 -07:00
mock_endpoint.cc Adding a max_frame_size argument to grpc_endpoint_write API to allow a sender to control frame sizes (#29526) 2022-05-02 12:32:18 -07:00
mock_endpoint.h Reland resource quota work (#28017) 2021-11-15 08:23:51 -08:00
one_corpus_entry_fuzzer.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
parse_hexstring.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
parse_hexstring.h Update clang-format to 5.0 2017-11-03 09:09:36 -07:00
passthru_endpoint.cc Adding a max_frame_size argument to grpc_endpoint_write API to allow a sender to control frame sizes (#29526) 2022-05-02 12:32:18 -07:00
passthru_endpoint.h Fix timeout bug in api fuzzer (#28385) 2021-12-23 15:03:43 -08:00
port.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
port.h clang fmt 2017-11-17 14:09:14 -08:00
port_isolated_runtime_environment.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
port_server_client.cc [iwyu] rest of the owl: src/core/lib - excluding iomgr, gpr (#29735) 2022-06-10 13:04:47 -07:00
port_server_client.h Removing instances of exec_ctx being passed around in functions in 2017-10-18 17:12:19 -07:00
reconnect_server.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
reconnect_server.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
resolve_localhost_ip46.cc API to cancel grpc_resolve_address (#27883) 2021-12-20 14:01:06 -08:00
resolve_localhost_ip46.h Check localhost is resolved to ipv4 or ipv6 and update test accordingly. 2020-10-23 14:38:36 -07:00
slice_splitter.cc Revert "Revert "a useful change (#27381)" (#27411)" (#27412) 2021-09-20 19:46:11 -07:00
slice_splitter.h Update clang-format to 5.0 2017-11-03 09:09:36 -07:00
stack_tracer.cc enable clang-tidy readability-static-definition-in-anonymous-namespace check (#28033) 2021-11-17 07:48:43 -08:00
stack_tracer.h Add stack-tracer to gRPC 2020-11-01 23:02:39 -08:00
stack_tracer_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00
subprocess.h Remove extern "C" 2018-02-02 08:39:47 -08:00
subprocess_posix.cc Zalloc or C++ new for structs (#27739) 2021-10-18 16:40:20 -07:00
subprocess_windows.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
test_config.cc test: restore original slowdown factor for MSAN and UBSAN (#29822) 2022-05-27 10:56:10 -07:00
test_config.h Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00
test_lb_policies.cc server: per-rpc backend metric reporting (#29621) 2022-05-20 15:54:30 -07:00
test_lb_policies.h server: per-rpc backend metric reporting (#29621) 2022-05-20 15:54:30 -07:00
test_tcp_server.cc Added GRPC_ERROR_IS_NONE (#29937) 2022-06-08 11:24:20 -07:00
test_tcp_server.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
tls_utils.cc [iwyu] Enable nosafe_headers (#29591) 2022-05-06 11:31:11 -07:00
tls_utils.h generalize TmpFile interface (#27848) 2021-11-29 20:44:26 -08:00
tracer_util.cc Tooling to remove redundant grpc_core:: namespace references (#28030) 2021-11-15 15:38:32 -08:00
tracer_util.h Tooling to remove redundant grpc_core:: namespace references (#28030) 2021-11-15 15:38:32 -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