# HG changeset patch # User Sergey Kandaurov # Date 1537185318 -10800 # Node ID 92ba8ef8d6b27d9fb1120f157f5ede43dbcf5ec1 # Parent f168fc46c7a417e8919235f395d85712cc8adbc0 Tests: adjusted grpc_ssl.t TODO to expectedly fail on Solaris. The test fails with "/dev/poll" event method as well. diff --git a/grpc_ssl.t b/grpc_ssl.t --- a/grpc_ssl.t +++ b/grpc_ssl.t @@ -206,7 +206,8 @@ cmp_ok($frame->{headers}{'x-connection'} ok($c = $frame->{headers}{'x-connection'}, 'keepalive - connection'); TODO: { -local $TODO = 'not yet' if $^O eq 'MSWin32' and !$t->has_version('1.15.4'); +local $TODO = 'not yet' if ($^O eq 'MSWin32' or $^O eq 'solaris') + and !$t->has_version('1.15.4'); $f->{http_start}('/KeepAlive'); $f->{data}('Hello');