Bug 118220 - [GTK] http/tests/cache/partitioned-cache.html, http/tests/cache/partitioned-cache-iframe.html failing
Summary: [GTK] http/tests/cache/partitioned-cache.html, http/tests/cache/partitioned-c...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2013-06-30 10:14 PDT by Zan Dobersek
Modified: 2021-06-09 00:16 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2013-06-30 10:14:06 PDT
Possibly due to same reason.

--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/cache/partitioned-cache-iframe-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/cache/partitioned-cache-iframe-actual.txt
@@ -1,2 +1,2 @@
-CONSOLE MESSAGE: line 20: PASS
+CONSOLE MESSAGE: line 18: The cache is not properly partitioned
 

--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/cache/partitioned-cache-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/http/tests/cache/partitioned-cache-actual.txt
@@ -1,4 +1,4 @@
 CONSOLE MESSAGE: line 10: localhost
-CONSOLE MESSAGE: line 10: 127.0.0.1
-PASS response is "127.0.0.1"
+CONSOLE MESSAGE: line 10: localhost
+FAIL response should be 127.0.0.1. Was localhost.
Comment 1 Simon Pena 2013-07-09 02:34:57 PDT
I think they need a new baseline after http://trac.webkit.org/changeset/151705. I will try to confirm this later, but feel free to do it yourself if you feel I'm right.
Comment 2 Diego Pino 2020-03-01 10:36:17 PST
These started to regularly pass since:

r256915                       UNKNOWN
[r256916-r256917]             TEXT (Expected: FAIL)
[r256918-r257038]             UNKNOWN
r257039                       PASS (Expected: FAIL)

Update TestExpectations to mark them as flaky ([Failure Pass]).
Comment 3 Diego Pino 2021-06-09 00:16:03 PDT
The only test filed under this bug was:

  - http/tests/cache/partitioned-cache.html

GTK post-commit test bot reports the test has been failing consistently for the last 4000 revisions.

Diff:

--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/http/tests/cache/partitioned-cache-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/http/tests/cache/partitioned-cache-actual.txt
@@ -3,6 +3,6 @@
 CONSOLE MESSAGE: Server state retrieved via a 1st party resource: "localhost"
 CONSOLE MESSAGE: Document domain is now 127.0.0.1
 CONSOLE MESSAGE: Setting server-side persistent state to "127.0.0.1"
-CONSOLE MESSAGE: Server state retrieved via a 3rd party resource (possibly a cached result, but it shouldn't be): "127.0.0.1"
-PASS response is "127.0.0.1"
+CONSOLE MESSAGE: Server state retrieved via a 3rd party resource (possibly a cached result, but it shouldn't be): "localhost"
+FAIL response should be 127.0.0.1. Was localhost.