changeset 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 f168fc46c7a4
children 09c2291b2bab
files grpc_ssl.t
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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');