comparison stream_tcp_nodelay.t @ 851:940757cf34f5

Tests: more TODO 'phantom event' alerts on Solaris. See 153969b53780 for details.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 09 Feb 2016 13:39:45 +0300
parents 77359b849cd5
children f4189a38c3a4
comparison
equal deleted inserted replaced
850:2b1d0f6c9d41 851:940757cf34f5
25 25
26 select STDERR; $| = 1; 26 select STDERR; $| = 1;
27 select STDOUT; $| = 1; 27 select STDOUT; $| = 1;
28 28
29 my $t = Test::Nginx->new()->has(qw/stream/); 29 my $t = Test::Nginx->new()->has(qw/stream/);
30
31 $t->todo_alerts() if $^O eq 'solaris';
30 32
31 plan(skip_all => 'no tcp_nodelay') unless $t->has_version('1.9.4'); 33 plan(skip_all => 'no tcp_nodelay') unless $t->has_version('1.9.4');
32 34
33 $t->plan(2)->write_file_expand('nginx.conf', <<'EOF'); 35 $t->plan(2)->write_file_expand('nginx.conf', <<'EOF');
34 36