Bug 176652 - [Soup] http/tests/cache-storage/cache-origins.https.html is failing
Summary: [Soup] http/tests/cache-storage/cache-origins.https.html is failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-09 08:25 PDT by Zan Dobersek
Modified: 2017-09-22 07:17 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2017-09-09 08:25:27 PDT
The http/tests/cache-storage/cache-origins.https.html layout test, introduced in r221633, is failing.
https://trac.webkit.org/changeset/221633/webkit

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/cache-storage/cache-origins.https-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/http/tests/cache-storage/cache-origins.https-actual.txt
@@ -1,5 +1,5 @@
   
 
 PASS Create a cache storage and look at the representation 
-PASS Caches from different origins should not mix 
+FAIL Caches from different origins should not mix assert_true: Should have cache1 expected true got false
Comment 1 Zan Dobersek 2017-09-22 07:17:53 PDT
Also joining the http/tests/cache-storage/cache-records-persistency.https.html layout test here.

--- /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]"