[FFmpeg-devel] [PATCH 2/2] fate: add tests for pan audio filter
Tobias Rapp
t.rapp at noa-archive.com
Thu Feb 22 10:53:00 EET 2018
On 19.02.2018 08:47, Tobias Rapp wrote:
> On 15.02.2018 10:12, Nicolas George wrote:
>> Tobias Rapp (2018-02-15):
>>> I have run the Fate tests on Linux 32/64bit and Mips/Qemu, but
>>> possibly the
>>> float channel coefficients could be fragile (especially of the stereo3
>>> test). Do you have some idea on how to make them more reliable? Or
>>> shall we
>>> give it a try and remove problematic tests when they arise?
>>
>> With that kind of varied testing, I think give it a try is a very valid
>> option. Thanks.
>
> Applied the patch and will keep an eye on FATE.
>
> BTW: Is there a way to filter the status page on fate.ffmpeg.org to
> check for specific failing tests? Or just some way to auto-expand all
> the lists of failing tests so one can use Strg+F for finding?
As a reminder for my future self: Executing the following one-line
snippet in the Web Console of the browser opens all failing tests:
$(".fa-caret-down").each(function() { try { $(this).click() } catch
(err) { console.log(err.name) } });
Regards,
Tobias
More information about the ffmpeg-devel
mailing list