# HG changeset patch # User Sergey Kandaurov # Date 1472809741 -10800 # Node ID 616e682e4ca56c2c4aa430bcd039fc27b9e9a3be # Parent ebdf239722b96cf1f3c94d4a441fdf598ee31d4e Tests: proxy_cache_range.t TODO adjusted. diff --git a/proxy_cache_range.t b/proxy_cache_range.t --- a/proxy_cache_range.t +++ b/proxy_cache_range.t @@ -102,7 +102,8 @@ like(http_get_range('/min_uses/t.html?4' TODO: { local $TODO = 'not yet' if $t->read_file('nginx.conf') =~ /sendfile on/ - and $t->read_file('nginx.conf') =~ /aio threads/ and $^O eq 'linux'; + and $t->read_file('nginx.conf') =~ /aio threads/ and $^O eq 'linux' + and !$t->has_version('1.11.4'); like(http_get_range('/tbig.html?s=1', 'Range: bytes=0-19'), qr/^XX000001XXXX000002XX$/ms, 'range of response received in parts');