Bug 202747
Summary: | REGRESSION(r250357:r250365): [GTK] http/tests/cache-storage/cache-records-persistency.https.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alicia Boya García <aboya> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, dpino |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Alicia Boya García
http/tests/cache-storage/cache-records-persistency.https.html
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/cache-storage/cache-records-persistency.https-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/cache-storage/cache-records-persistency.https-actual.txt
@@ -1,9 +1,7 @@
PASS Cleaning existing caches
-PASS Cache.put called twice with matching Requests - keys should remain the same - testing persistency
+FAIL Cache.put called twice with matching Requests - keys should remain the same - testing persistency promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'result.text')"
PASS Cleaning created caches
-PASS Checking persistency of cache keys
-PASS Checking persistency of response
-PASS Checking persistency of response body
-PASS Testing overriding of an existing cached record that is not in memory
+FAIL Checking persistency of cache keys assert_equals: expected 1 but got 0
+FAIL Checking persistency of response assert_equals: Cache.put should store the response persistently expected "[object Response]" but got "[object Undefined]"
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Pino
Fixed by r254342.
Failure was removed from TestExpectations in r254824. There are no more failures referencing this ticket.