comparison stream_access.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 77359b849cd5
children 25bf03642a45
comparison
equal deleted inserted replaced
890:b06beed07bc8 891:f4189a38c3a4
22 22
23 select STDERR; $| = 1; 23 select STDERR; $| = 1;
24 select STDOUT; $| = 1; 24 select STDOUT; $| = 1;
25 25
26 my $t = Test::Nginx->new()->has(qw/stream stream_access ipv6/); 26 my $t = Test::Nginx->new()->has(qw/stream stream_access ipv6/);
27
28 $t->todo_alerts() if $^O eq 'solaris';
29 27
30 $t->write_file_expand('nginx.conf', <<'EOF'); 28 $t->write_file_expand('nginx.conf', <<'EOF');
31 29
32 %%TEST_GLOBALS%% 30 %%TEST_GLOBALS%%
33 31