changeset 890:b06beed07bc8

Tests: adjusted h2.t todo_alerts after a6abbfed, improved comments.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 01 Apr 2016 17:41:57 +0300
parents 266e3b2e88f9
children f4189a38c3a4
files h2.t
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/h2.t
+++ b/h2.t
@@ -27,9 +27,9 @@ select STDOUT; $| = 1;
 
 my $t = Test::Nginx->new()->has(qw/http http_v2 proxy rewrite/)->plan(137);
 
-# Some systems may have also a bug in not treating zero writev iovcnt as EINVAL
+# Some systems return EINVAL on zero writev iovcnt per POSIX, while others not
 
-$t->todo_alerts();
+$t->todo_alerts() if $^O eq 'darwin' or $^O eq 'netbsd';
 
 $t->write_file_expand('nginx.conf', <<'EOF');