grpc/test/cpp/interop
AJ Heller 5cda00427d
Remove use of C++20 initializers (#26028)
Since this codebase only supports C++11 at this point, doing a build
with strict warnings will fail using C++20 initializers.

```
$ bazel build --define=use_strict_warning=true :all //src/core/... //src/compiler/... //test/...

test/cpp/interop/grpclb_fallback_test.cc:154:9: error: designated
initializers are a C++20 extension [-Werror,-Wc++20-designator]
        .mutate_fd = TcpUserTimeoutMutateFd,
```

See
https://source.cloud.google.com/results/invocations/f9710ed0-994f-488f-adb8-a7e987f1620d/targets/grpc%2Fcore%2Fpull_request%2Flinux%2Fgrpc_bazel_build/log
2021-04-20 14:37:00 -07:00
..
BUILD [C++] Add admin and reflection to xds interop binaries (#25964) 2021-04-19 11:04:42 -07:00
client.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
client_helper.cc Make --server_port optional in C++ interop client (#25550) 2021-02-26 11:38:11 -08:00
client_helper.h Fix google-explicit-constructor 2020-12-03 15:03:39 -08:00
grpclb_fallback_test.cc Remove use of C++20 initializers (#26028) 2021-04-20 14:37:00 -07:00
http2_client.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
http2_client.h Fix google-explicit-constructor 2020-12-03 15:03:39 -08:00
interop_client.cc Fix readability-const-return-type,readability-delete-null-pointer,readability-simplify-boolean-expr (#25628) 2021-03-09 21:30:35 -08:00
interop_client.h Add interop test for special_status_message 2020-09-17 14:00:47 -07:00
interop_server.cc Update by review 2020-12-02 13:42:53 -08:00
interop_server_bootstrap.cc Add TestEnvironment to more tests 2020-01-09 17:01:52 -08:00
interop_test.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
metrics_client.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
reconnect_interop_client.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
reconnect_interop_server.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
server_helper.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
server_helper.h Fix google-explicit-constructor 2020-12-03 15:03:39 -08:00
stress_interop_client.cc Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
stress_interop_client.h Fix google-explicit-constructor 2020-12-03 15:03:39 -08:00
stress_test.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
xds_interop_client.cc [C++] Add admin and reflection to xds interop binaries (#25964) 2021-04-19 11:04:42 -07:00
xds_interop_server.cc [C++] Add admin and reflection to xds interop binaries (#25964) 2021-04-19 11:04:42 -07:00