diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-12-11 20:59:47 -0800 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-12-11 20:59:47 -0800 |
commit | 1e54d284cb07b0c5383b5fc7fa214d89c5d068cc (patch) | |
tree | b5e332727b6c9450bf4c2d5a4bca14b0d60528cf /test/core/client_config/resolvers | |
parent | 4b067d74f577251b2bf2d104b3229aa3ec2f4137 (diff) | |
parent | 04b0494169fb14b289280622a285c6fe7a34803b (diff) |
Merge pull request #4420 from ctiller/slops
Hit a few more paths in http_server_filter.c, sockaddr_resolver.c
Diffstat (limited to 'test/core/client_config/resolvers')
-rw-r--r-- | test/core/client_config/resolvers/sockaddr_resolver_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/client_config/resolvers/sockaddr_resolver_test.c b/test/core/client_config/resolvers/sockaddr_resolver_test.c index 666e6362fe..c94e46a2c7 100644 --- a/test/core/client_config/resolvers/sockaddr_resolver_test.c +++ b/test/core/client_config/resolvers/sockaddr_resolver_test.c @@ -107,6 +107,7 @@ int main(int argc, char **argv) { test_fails(ipv6, "ipv6:[::]"); test_succeeds(ipv6, "ipv6:[::]:1234"); test_fails(ipv6, "ipv6:[::]:123456"); + test_fails(ipv6, "ipv6:www.google.com"); grpc_resolver_factory_unref(ipv4); grpc_resolver_factory_unref(ipv6); |