comparison http_resolver_cleanup.t @ 1251:766bcbb632ee

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 24 Nov 2017 19:58:40 +0300
parents e4974af3fb12
children
comparison
equal deleted inserted replaced
1250:b708848eb49a 1251:766bcbb632ee
23 select STDOUT; $| = 1; 23 select STDOUT; $| = 1;
24 24
25 my $t = Test::Nginx->new()->has(qw/http proxy/); 25 my $t = Test::Nginx->new()->has(qw/http proxy/);
26 26
27 plan(skip_all => 'win32') if $^O eq 'MSWin32'; 27 plan(skip_all => 'win32') if $^O eq 'MSWin32';
28 plan(skip_all => 'use-after-free on shutdown') unless $ENV{TEST_NGINX_UNSAFE}
29 or $t->has_version('1.11.8');
30 28
31 $t->write_file_expand('nginx.conf', <<'EOF')->plan(1); 29 $t->write_file_expand('nginx.conf', <<'EOF')->plan(1);
32 30
33 %%TEST_GLOBALS%% 31 %%TEST_GLOBALS%%
34 32