Bug 73999 - [Qt][WK2] REGRESSION(102228): lot of test failures after enabled page cache
Summary: [Qt][WK2] REGRESSION(102228): lot of test failures after enabled page cache
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Caio Marcelo de Oliveira Filho
URL:
Keywords: LayoutTestFailure, Qt, QtTriaged
Depends on: 77033
Blocks: 73938
  Show dependency treegraph
 
Reported: 2011-12-07 07:00 PST by Balazs Kelemen
Modified: 2012-01-26 11:58 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.10 KB, patch)
2012-01-26 10:43 PST, Caio Marcelo de Oliveira Filho
kenneth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Balazs Kelemen 2011-12-07 07:50:32 PST
Skipped tests in http://trac.webkit.org/changeset/102236
Comment 2 Caio Marcelo de Oliveira Filho 2012-01-25 11:59:53 PST
These regressions are being caused because tests are expected to run WITHOUT PageCache enabled. The tests that use page cache enable it by overridePreference(), which isn't implemented in WTR yet.


I've made a patch for bug 77033 that makes WTR disable page cache usage and implement enough of overridePreference() so we don't regress the tests we were passing "by accident" (those which test page cache).
Comment 3 Caio Marcelo de Oliveira Filho 2012-01-26 10:43:21 PST
Created attachment 124143 [details]
Patch
Comment 4 Caio Marcelo de Oliveira Filho 2012-01-26 11:58:06 PST
Committed r106023: <http://trac.webkit.org/changeset/106023>