Bug 87633
| Summary: | Application cache abort() tests are flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ap, gyuyoung.kim, lucas.de.marchi, sw0524.lee |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=76270 https://bugs.webkit.org/show_bug.cgi?id=183684 |
||
Chris Dumez
The following test cases are consistently flaky on the bot:
http/tests/appcache/abort-cache-onchecking-manifest-404.html = TEXT PASS
http/tests/appcache/abort-cache-ondownloading-resource-404.html = TEXT PASS
The diff looks like:
--- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/layout-test-results/http/tests/appcache/abort-cache-onchecking-manifest-404-expected.txt
+++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/layout-test-results/http/tests/appcache/abort-cache-onchecking-manifest-404-actual.txt
@@ -1,3 +1,2 @@
-CONSOLE MESSAGE: Application Cache download process was aborted.
This tests that download process was aborted after checking event and before update failed.
SUCCESS
It appears that the Application Cache download process could not be aborted in time and the download completed/succeeded.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
*** Bug 141368 has been marked as a duplicate of this bug. ***
Alexey Proskuryakov
These tests are intrinsically flaky - appcache progress events are for notification purposes only, so update progress can be at an entirely different stage when the event is dispatched.
Notably, the tests with 404 responses can have the update already failed by the time "checking" event handled is called.
Alexey Proskuryakov
Updated expectations in r179798.