Bug 182244
Summary: | [WPE] http/tests/appcache/fail-on-update-2.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | WPE WebKit | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, csaavedra, joepeck |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | PC | ||
OS: | Linux |
Michael Catanzaro
Layout test http/tests/appcache/fail-on-update-2.html has been failing on WPE since r227225 "AppCache: Log a Deprecation warning to the Console when AppCache is used". WPE is seeing one fewer 404 warning than other ports. The test was passing fine before.
--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/http/tests/appcache/fail-on-update-2-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/http/tests/appcache/fail-on-update-2-actual.txt
@@ -2,6 +2,5 @@
CONSOLE MESSAGE: Application Cache manifest could not be fetched, because the manifest had a 404 response.
CONSOLE MESSAGE: line 1: ApplicationCache is deprecated. Please use ServiceWorkers instead.
CONSOLE MESSAGE: line 1: ApplicationCache is deprecated. Please use ServiceWorkers instead.
-CONSOLE MESSAGE: Application Cache manifest could not be fetched, because the manifest had a 404 response.
CONSOLE MESSAGE: line 1: ApplicationCache is deprecated. Please use ServiceWorkers instead.
SUCCESS: No crash.
Not sure why there is this weird difference.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Claudio Saavedra
http/tests/appcache/fail-on-update.html is flaky with a similar issue: the deprecation message has one extra occurrence, sometimes it doesn't. I'm marking it as flaky and adding a reference to this bug since the problem is likely to be related.
Claudio Saavedra
I'm correcting the expectations for these, as per https://bugs.webkit.org/show_bug.cgi?id=185431 and unmarking them. Hence closing this.