Closed
Bug 1502761
Opened 6 years ago
Closed 6 years ago
Add reftests for ImageRendering on video (NativeTexture external images)
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: h.winnemoeller, Assigned: h.winnemoeller)
Details
Attachments
(1 file, 2 obsolete files)
Bug 1488555 added the ability to support ImageRendering on video (NativeTexture external images). While working on this bug, I realised that:
- The ImageRendering property on videos (NativeTexture external image) is not tested.
- JS-based changes to the ImageRendering property of a video (NativeTexture external image) are not tested.
- We do not test if the ImageRendering field actually produces any changes. Therefore, a reftest should check for inequality between different ImageRendering settings.
This bug will introduce additional reftests for these cases.
Assignee | ||
Comment 1•6 years ago
|
||
Try run including the tests from Bug 1502759, Bug 1502761, Bug 1502762:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=08351aef6331c770cb5f1ce8c2e27c81371ec793
Attachment #9020660 -
Flags: review?(nical.bugzilla)
Comment 2•6 years ago
|
||
Comment on attachment 9020660 [details] [diff] [review]
4-Bug_1502761___Add_reftests_for_ImageRendering_on_video__NativeTexture_external_images___r_nical.diff
Review of attachment 9020660 [details] [diff] [review]:
-----------------------------------------------------------------
Apologies for the delay, looks good to me!
Attachment #9020660 -
Flags: review?(nical.bugzilla) → review+
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Attachment #9020660 -
Attachment is obsolete: true
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/62d95b920270
Add reftests for ImageRendering on video (NativeTexture external images). r=nical
Keywords: checkin-needed
Comment 5•6 years ago
|
||
Backed out for reftest failures on image-rendering-css.html
Backout link: https://hg.mozilla.org/integration/mozilla-inbound/rev/187bd02adc127a48c3f76a44df2294534a7513c0
Push link: https://hg.mozilla.org/integration/mozilla-inbound/rev/62d95b920270c7f324f77801ae7334dbf148fddd
Log link: https://treeherder.mozilla.org/logviewer.html#?job_id=208983362&repo=mozilla-inbound&lineNumber=1671
There were also tier2 TVg failures ".../mp4-video/reftest.list line 4: minimum fuzz must be zero for tests of type != "
Log link: https://treeherder.mozilla.org/logviewer.html#?job_id=208984003&repo=mozilla-inbound&lineNumber=940
Flags: needinfo?(h.winnemoeller)
Assignee | ||
Comment 6•6 years ago
|
||
(In reply to Narcis Beleuzu [:NarcisB] from comment #5)
> Backed out for reftest failures on image-rendering-css.html
> Log link:
> https://treeherder.mozilla.org/logviewer.html#?job_id=208983362&repo=mozilla-
> inbound&lineNumber=1671
Fennec seems to have an issue where the first video frame is always black, see Bug 1370426. This also blocks Bug 1368902. I have disabled the tests on Fennec/Android and will create a new bug to track this issue.
> There were also tier2 TVg failures ".../mp4-video/reftest.list line 4:
> minimum fuzz must be zero for tests of type != "
> Log link:
> https://treeherder.mozilla.org/logviewer.html#?job_id=208984003&repo=mozilla-
> inbound&lineNumber=940
I have adapted the fuzz minimum values.
Attachment #9021597 -
Attachment is obsolete: true
Flags: needinfo?(h.winnemoeller)
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/db853d5005c7
Add reftests for ImageRendering on video (NativeTexture external images). r=nical
Keywords: checkin-needed
Comment 8•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•