Changeset 83602 in webkit


Ignore:
Timestamp:
Apr 12, 2011 10:11:42 AM (13 years ago)
Author:
weinig@apple.com
Message:

REGRESSION (r83550): Multiple http tests crashing in the web process in SQLite beneath CFNetwork on Windows 7 Release (WebKit2 Tests)
https://bugs.webkit.org/show_bug.cgi?id=58336

Reviewed by Adam Roben.

  • WebKitTestRunner/TestController.cpp:

(WTR::TestController::resetStateToConsistentValues):
Remove cache clearing as that is causing tests to crash on Windows 7.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r83550 r83602  
     12011-04-12  Sam Weinig  <sam@webkit.org>
     2
     3        Reviewed by Adam Roben.
     4
     5        REGRESSION (r83550): Multiple http tests crashing in the web process in SQLite beneath CFNetwork on Windows 7 Release (WebKit2 Tests)
     6        https://bugs.webkit.org/show_bug.cgi?id=58336
     7
     8        * WebKitTestRunner/TestController.cpp:
     9        (WTR::TestController::resetStateToConsistentValues):
     10        Remove cache clearing as that is causing tests to crash on Windows 7.
     11
    1122011-04-11  Sam Weinig  <sam@webkit.org>
    213
  • trunk/Tools/WebKitTestRunner/TestController.cpp

    r83550 r83602  
    3434#include <WebKit2/WKPageGroup.h>
    3535#include <WebKit2/WKPreferencesPrivate.h>
    36 #include <WebKit2/WKResourceCacheManager.h>
    3736#include <WebKit2/WKRetainPtr.h>
    3837#include <wtf/PassOwnPtr.h>
     
    379378    WKPreferencesSetSerifFontFamily(preferences, serifFontFamily);
    380379
    381     WKResourceCacheManagerRef cacheManager = WKContextGetResourceCacheManager(m_context.get());
    382     WKResourceCacheManagerClearCacheForAllOrigins(cacheManager, WKResourceCachesToClearAll);
    383 
    384380    m_mainWebView->focus();
    385381
Note: See TracChangeset for help on using the changeset viewer.