Changeset 183418 in webkit


Ignore:
Timestamp:
Apr 27, 2015 1:34:33 PM (9 years ago)
Author:
ap@apple.com
Message:

fast/frames/flattening/iframe-flattening-resize-event-count.html times out on Yosemite WK2
https://bugs.webkit.org/show_bug.cgi?id=144155

Reviewed by Tim Horton.

  • WebKitTestRunner/TestController.cpp: (WTR::TestController::resetPreferencesToConsistentValues):

Disable App Nap. I don't have positive evidence that it's the culprit, but it could be,
and we clearly don't want App Nap while testing.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r183416 r183418  
     12015-04-27  Alexey Proskuryakov  <ap@apple.com>
     2
     3        fast/frames/flattening/iframe-flattening-resize-event-count.html times out on Yosemite WK2
     4        https://bugs.webkit.org/show_bug.cgi?id=144155
     5
     6        Reviewed by Tim Horton.
     7
     8        * WebKitTestRunner/TestController.cpp: (WTR::TestController::resetPreferencesToConsistentValues):
     9        Disable App Nap. I don't have positive evidence that it's the culprit, but it could be,
     10        and we clearly don't want App Nap while testing.
     11
    1122015-04-22  Martin Robinson  <mrobinson@igalia.com>
    213
  • trunk/Tools/WebKitTestRunner/TestController.cpp

    r182963 r183418  
    559559    WKPreferencesRef preferences = WKPageGroupGetPreferences(m_pageGroup.get());
    560560    WKPreferencesResetTestRunnerOverrides(preferences);
     561    WKPreferencesSetPageVisibilityBasedProcessSuppressionEnabled(preferences, false);
    561562    WKPreferencesSetOfflineWebApplicationCacheEnabled(preferences, true);
    562563    WKPreferencesSetFontSmoothingLevel(preferences, kWKFontSmoothingLevelNoSubpixelAntiAliasing);
Note: See TracChangeset for help on using the changeset viewer.