RESOLVED FIXED 179889
[WPE] Disable ACCELERATED_2D_CANVAS in FeatureList.pm
https://bugs.webkit.org/show_bug.cgi?id=179889
Summary [WPE] Disable ACCELERATED_2D_CANVAS in FeatureList.pm
Michael Catanzaro
Reported 2017-11-20 10:11:00 PST
ACCELERATED_2D_CANVAS is disabled by default for WPE, but turned on in FeatureList.pm. This is bad because it means we are testing a non-default configuration on our bots. Sometimes that's what we actually want to do, but in this case it seems like a bad idea.
Attachments
Patch (1.51 KB, patch)
2017-11-20 10:12 PST, Michael Catanzaro
no flags
Michael Catanzaro
Comment 1 2017-11-20 10:12:41 PST
Michael Catanzaro
Comment 2 2017-11-20 10:12:55 PST
Note: this could affect layout test results.
WebKit Commit Bot
Comment 3 2017-11-20 17:25:54 PST
Comment on attachment 327367 [details] Patch Clearing flags on attachment: 327367 Committed r225060: <https://trac.webkit.org/changeset/225060>
WebKit Commit Bot
Comment 4 2017-11-20 17:25:55 PST
All reviewed patches have been landed. Closing bug.
Michael Catanzaro
Comment 5 2017-11-20 18:24:03 PST
(In reply to Michael Catanzaro from comment #2) > Note: this could affect layout test results. All tests passed \o/
Note You need to log in before you can comment on or make changes to this bug.