diff grpc_ssl.t @ 1376:92ba8ef8d6b2

Tests: adjusted grpc_ssl.t TODO to expectedly fail on Solaris. The test fails with "/dev/poll" event method as well.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 17 Sep 2018 14:55:18 +0300
parents ece25f998f0d
children ba7e2e60f8b6
line wrap: on
line diff
--- 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');