Bug 206222
Summary: | [GTK] two cache related tests are timing out since r249620 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Diego Pino <dpino> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Diego Pino
The tests are the following:
* http/tests/appcache/remove-cache.html [ Failure Timeout Pass ]
* http/wpt/cache-storage/quota-third-party.https.html [ Failure Timeout Pass ]
WebKit hunter shows both tests started to time out since:
r249529 NOERROR
[r249530-r249619] UNKNOWN
r249620 TIMEOUT TEXT (Expected: PASS)
The range is quite wide. Trying to narrow that the reason for the failure, it seems to me this might be an issue related with the removal of testRunner.setPrivateBrowsingEnabled_DEPRECATED() and use of ephemeral sessions in WebKitTestRunner. Some related changesets within the range are r249542, r249562 and r249563.
Other cache related changeset within the range are: r249534.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Pino
*** This bug has been marked as a duplicate of bug 202736 ***