[Webkit-unassigned] [Bug 102294] Layout Test platform/chromium/virtual/deferred/fast/images/exif-orientation.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 14 16:36:02 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=102294





--- Comment #5 from Dana Jansens <danakj at chromium.org>  2012-11-14 16:37:50 PST ---
Hey check this out.

-void Settings::setPerTilePaintingEnabled(bool enabled)
-{
-    if (!s_settingsInitialized)
-        reset();
-    s_partialSwapEnabled = enabled;   <---------------- partialSwap!
-}

Seems like per-tile was never on for those tests. Now it is, and they are broken because per-tile is broken.

Should we turn off per-tile for the test suite?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list