changeset 636:1925b27f24b6

Tests: more todo_alerts() in stream tests on solaris.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 27 Jul 2015 13:37:47 +0300
parents bc91b86a71ee
children 443848f28a73
files stream_access.t stream_ssl.t
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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%%
--- 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%%