comparison stream_tcp_nodelay.t @ 891:f4189a38c3a4

Tests: mark 'phantom event' alerts on Solaris as TODO (iff any).
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 01 Apr 2016 20:16:27 +0300
parents 940757cf34f5
children e9064d691790
comparison
equal deleted inserted replaced
890:b06beed07bc8 891:f4189a38c3a4
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';
32 30
33 plan(skip_all => 'no tcp_nodelay') unless $t->has_version('1.9.4'); 31 plan(skip_all => 'no tcp_nodelay') unless $t->has_version('1.9.4');
34 32
35 $t->plan(2)->write_file_expand('nginx.conf', <<'EOF'); 33 $t->plan(2)->write_file_expand('nginx.conf', <<'EOF');
36 34