changeset 1073:0179c2dcbab8

Tests: adjusted mp4 TODO.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 27 Oct 2016 19:45:14 +0300
parents 37c18a92115b
children a2b6997b4d48
files mp4.t
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mp4.t
+++ b/mp4.t
@@ -86,7 +86,8 @@ is(durations($t, undef, 9), '9.0 9.0', '
 
 TODO: {
 local $TODO = 'not yet'
-	if $Config{myarchname} =~ /i.86/ && $t->has_module('built by gcc 5');
+	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');