# HG changeset patch # User Sergey Kandaurov # Date 1477586714 -10800 # Node ID 0179c2dcbab852acbe41e3f02c0f9751099e236c # Parent 37c18a92115bda4acb51016f7625eb54da180814 Tests: adjusted mp4 TODO. diff --git a/mp4.t b/mp4.t --- 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');