comparison h2.t @ 730:63c45a158cde

Tests: adjusted todo_alerts() in h2.t and spdy.t.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 01 Oct 2015 19:28:03 +0300
parents 41caaaff9b95
children 832cd7cc8f53
comparison
equal deleted inserted replaced
729:41caaaff9b95 730:63c45a158cde
32 32
33 my $t = Test::Nginx->new()->has(qw/http http_ssl http_v2 proxy cache/) 33 my $t = Test::Nginx->new()->has(qw/http http_ssl http_v2 proxy cache/)
34 ->has(qw/limit_conn rewrite realip shmem/) 34 ->has(qw/limit_conn rewrite realip shmem/)
35 ->has_daemon('openssl')->plan(219); 35 ->has_daemon('openssl')->plan(219);
36 36
37 # FreeBSD has a bug in not treating zero iovcnt as EINVAL 37 # Some systems have a bug in not treating zero writev iovcnt as EINVAL
38 38
39 $t->todo_alerts() unless $^O eq 'freebsd'; 39 $t->todo_alerts() if $^O eq 'darwin';
40 40
41 $t->write_file_expand('nginx.conf', <<'EOF'); 41 $t->write_file_expand('nginx.conf', <<'EOF');
42 42
43 %%TEST_GLOBALS%% 43 %%TEST_GLOBALS%%
44 44