Perma [Tier 2] MediaDataDecoder.AV1 | Expected: (runner.Run()) > (0u), actual: 0 vs 0 @ /builds/worker/checkouts/gecko/dom/media/gtest/TestMediaDataDecoder.cpp:78
Categories
(Core :: Audio/Video: Playback, defect, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox100 | --- | unaffected |
firefox101 | --- | unaffected |
firefox102 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: stransky)
References
(Regression)
Details
(Keywords: intermittent-failure, regression)
Attachments
(2 files)
Filed by: smolnar [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=376759296&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JjI5GKU6RjOlqIsHI46HGA/runs/0/artifacts/public/logs/live_backing.log
INFO - TEST-START | MediaDataDecoder.AV1
[task 2022-05-04T04:30:06.850Z] 04:30:06 WARNING - TEST-UNEXPECTED-FAIL | MediaDataDecoder.AV1 | Expected: (runner.Run()) > (0u), actual: 0 vs 0 @ /builds/worker/checkouts/gecko/dom/media/gtest/TestMediaDataDecoder.cpp:78
[task 2022-05-04T04:30:06.851Z] 04:30:06 WARNING - TEST-UNEXPECTED-FAIL | MediaDataDecoder.AV1 | test completed (time: 4ms)
[task 2022-05-04T04:30:06.851Z] 04:30:06 INFO - TEST-START | MediaDataDecoder.VP9
Comment 1•3 years ago
|
||
@Martin, could you take a look at this failure? Started perma failing on central
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 1766797
Assignee | ||
Comment 3•3 years ago
|
||
I see, Thanks. Looks like a system with disabled ffvpx so we fail to decode AV1 there. I wonder if we can update the test for it.
Assignee | ||
Comment 4•3 years ago
|
||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 6•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Comment 8•3 years ago
|
||
Set release status flags based on info from the regressing bug 1766797
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 10•3 years ago
|
||
Sandor, can I have a build log of the firefox binary used in the test here? I don't see that in the logs.
Thanks.
Comment 11•3 years ago
|
||
@Martin, not quite sure where to find that build log
@Aryx, maybe you could help us in this matter?
Assignee | ||
Comment 12•3 years ago
|
||
I need to know if and how MOZ_FFVPX is defined so we usually see -DMOZ_FFVPX in the build log. It may be -DMOZ_FFVPX=0 or -DMOZ_FFVPX=1 or so. We need to disable the test when ffvpx is not build/used.
Comment 13•3 years ago
•
|
||
(In reply to Martin Stránský [:stransky] (ni? me) from comment #12)
I need to know if and how MOZ_FFVPX is defined so we usually see -DMOZ_FFVPX in the build log. It may be -DMOZ_FFVPX=0 or -DMOZ_FFVPX=1 or so. We need to disable the test when ffvpx is not build/used.
Is this, the log you are looking for?
https://treeherder.mozilla.org/logviewer?job_id=376756607&repo=mozilla-central&lineNumber=1490
![]() |
||
Comment 14•3 years ago
|
||
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 16•3 years ago
|
||
(In reply to Sebastian Hengst [:aryx] (needinfo me if it's about an intermittent or backout) from comment #14)
Yes, that is. So MOZ_FFVPX_AUDIOONLY does the trick here, Thanks.
Assignee | ||
Comment 17•3 years ago
|
||
Comment 18•3 years ago
|
||
Comment 19•3 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Description
•