diff mp4.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 0179c2dcbab8
children 1923461981c9
line wrap: on
line diff
--- a/mp4.t
+++ b/mp4.t
@@ -83,16 +83,8 @@ is(durations($t, 6, 9), '3.0 3.0', 'star
 is(durations($t, 2.7, 5.6), '2.9 2.9', 'start end float');
 
 is(durations($t, undef, 9), '9.0 9.0', 'end integer');
-
-TODO: {
-local $TODO = 'not yet'
-	if $Config{myarchname} =~ /i.86/ && $t->has_module('built by gcc [56]')
-	and !$t->has_version('1.11.6');
-
 is(durations($t, undef, 5.6), '5.6 5.6', 'end float');
 
-}
-
 # invalid range results in ignoring end argument
 
 like(http_head("$test_uri?start=1&end=1"), qr/200 OK/, 'zero range');