Closed
Bug 1296360
Opened 8 years ago
Closed 8 years ago
Add a dwrite enabled check to the reftest sandbox
Categories
(Testing :: Reftest, defect)
Testing
Reftest
Tracking
(firefox51 fixed)
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: mchang, Assigned: mchang)
Details
Attachments
(1 file)
1.18 KB,
patch
|
lsalzman
:
review+
|
Details | Diff | Splinter Review |
We need some fuzzing depending on whether or not dwrite fonts are enabled. Previously, many tests have been doing a proxy check via whether or not layers acceleration or d2d was disabled, which disabled dwrite since dwrite depended on d2d. However, with bug 1294347, we always use dwrite with skia, even with layers acceleration disabled.
This cleans up some of those reftests by adding a check to see if dwrite fonts are enabled.
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8782541 -
Flags: review?(lsalzman)
Updated•8 years ago
|
Attachment #8782541 -
Flags: review?(lsalzman) → review+
Assignee | ||
Comment 2•8 years ago
|
||
Pending try results - https://treeherder.mozilla.org/#/jobs?repo=try&revision=a1d31d248877
Pushed by mchang@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f6a32bf33e42
Add a dwrite enabled check to the reftest sandbox. r=lsalzman
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•