Closed
Bug 1177523
Opened 10 years ago
Closed 10 years ago
Test Layers Acceleration in runtime sanity test
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla42
People
(Reporter: mchang, Assigned: mchang)
References
Details
(Keywords: feature)
Attachments
(1 file, 3 obsolete files)
|
2.96 KB,
patch
|
mchang
:
review+
ritu
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
The current runtime test only tests for media hardware decoding. Extend the test to test for layers acceleration.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8626301 -
Flags: review?(dvander)
| Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8626301 -
Attachment is obsolete: true
Attachment #8626301 -
Flags: review?(dvander)
Attachment #8626303 -
Flags: review?(dvander)
| Assignee | ||
Comment 3•10 years ago
|
||
From IRL, don't ever restart firefox to enable / disable layers acceleration. Just test the pixels in this version.
Attachment #8626303 -
Attachment is obsolete: true
Attachment #8626303 -
Flags: review?(dvander)
Attachment #8626385 -
Flags: review?(dvander)
Comment on attachment 8626385 [details] [diff] [review]
Test layers acceleration in runtime sanity test
Review of attachment 8626385 [details] [diff] [review]:
-----------------------------------------------------------------
::: toolkit/components/gfx/SanityTest.js
@@ +29,5 @@
> const SNAPSHOT_OK=0;
> const SNAPSHOT_INCORRECT=1;
> const SNAPSHOT_ERROR=2;
> const SNAPSHOT_TIMEOUT=3;
> +const SNAPSHOT_VIDEO_OK=4;
This makes the existing data trickier to interpret. Can we just rename SNAPSHOT_OK to SNAPSHOT_VIDEO_OK and SNAPSHOT_INCORRECT to SNAPSHOT_VIDEO_FAIL and keep their previous values?
Attachment #8626385 -
Flags: review?(dvander) → review+
| Assignee | ||
Comment 6•10 years ago
|
||
Carrying r+, updated with feedback from comment 4.
Attachment #8626385 -
Attachment is obsolete: true
Attachment #8627341 -
Flags: review+
Comment 7•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
| Assignee | ||
Comment 8•10 years ago
|
||
Comment on attachment 8627341 [details] [diff] [review]
Test layers acceleration in runtime sanity test
Approval Request Comment
[Feature/regressing bug #]: Bug 1156135, gfx runtime sanity test. This patch tests layer acceleration in addition to the existing media hardware decoding.
[User impact if declined]: None, but we need this for graphics to gather data on start up crashes and if we can use hardware accelerated layers.
[Describe test coverage new/current, TreeHerder]: Manual testing.
[Risks and why]: Low - We just read more pixels than we currently do, but the test is the same.
[String/UUID change made/needed]: None.
Attachment #8627341 -
Flags: approval-mozilla-aurora?
| Assignee | ||
Comment 9•10 years ago
|
||
Hi Ritu, I pinged in #releng and was told to ping you. Can you please see if we can approve this patch in comment 8? Thanks!
Flags: needinfo?(rkothari)
Comment 10•10 years ago
|
||
Comment on attachment 8627341 [details] [diff] [review]
Test layers acceleration in runtime sanity test
Approving uplift to Aurora as this change has been in mozilla-central for a week without any negative impact that we know of. Also the patch seems to mostly test graphics related settings and does not change the functional behavior.
Attachment #8627341 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Flags: needinfo?(rkothari)
Comment 11•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•