RESOLVED FIXED Bug 73999
[Qt][WK2] REGRESSION(102228): lot of test failures after enabled page cache
https://bugs.webkit.org/show_bug.cgi?id=73999
Summary [Qt][WK2] REGRESSION(102228): lot of test failures after enabled page cache
Attachments
Patch (2.10 KB, patch)
2012-01-26 10:43 PST, Caio Marcelo de Oliveira Filho
kenneth: review+
Balazs Kelemen
Comment 1 2011-12-07 07:50:32 PST
Caio Marcelo de Oliveira Filho
Comment 2 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).
Caio Marcelo de Oliveira Filho
Comment 3 2012-01-26 10:43:21 PST
Caio Marcelo de Oliveira Filho
Comment 4 2012-01-26 11:58:06 PST
Note You need to log in before you can comment on or make changes to this bug.