comparison proxy_unfinished.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 153969b53780
children cfddaf316233
comparison
equal deleted inserted replaced
890:b06beed07bc8 891:f4189a38c3a4
30 30
31 select STDERR; $| = 1; 31 select STDERR; $| = 1;
32 select STDOUT; $| = 1; 32 select STDOUT; $| = 1;
33 33
34 my $t = Test::Nginx->new()->has(qw/http proxy cache sub shmem/)->plan(15); 34 my $t = Test::Nginx->new()->has(qw/http proxy cache sub shmem/)->plan(15);
35
36 $t->todo_alerts() if $^O eq 'solaris';
37 35
38 $t->write_file_expand('nginx.conf', <<'EOF'); 36 $t->write_file_expand('nginx.conf', <<'EOF');
39 37
40 %%TEST_GLOBALS%% 38 %%TEST_GLOBALS%%
41 39