# HG changeset patch # User Sergey Kandaurov # Date 1437993467 -10800 # Node ID 1925b27f24b6df1b16ff52a95c4235f775b3dba3 # Parent bc91b86a71ee7c462e608794847fb5b352e8a701 Tests: more todo_alerts() in stream tests on solaris. diff --git a/stream_access.t b/stream_access.t --- a/stream_access.t +++ b/stream_access.t @@ -26,6 +26,8 @@ select STDOUT; $| = 1; my $t = Test::Nginx->new()->has(qw/stream stream_access ipv6/); +$t->todo_alerts() if $^O eq 'solaris'; + $t->write_file_expand('nginx.conf', <<'EOF'); %%TEST_GLOBALS%% diff --git a/stream_ssl.t b/stream_ssl.t --- a/stream_ssl.t +++ b/stream_ssl.t @@ -35,6 +35,8 @@ plan(skip_all => 'Net::SSLeay not instal my $t = Test::Nginx->new()->has(qw/stream stream_ssl/)->has_daemon('openssl'); +$t->todo_alerts() if $^O eq 'solaris'; + $t->plan(5)->write_file_expand('nginx.conf', <<'EOF'); %%TEST_GLOBALS%%