NEW 176652
[Soup] http/tests/cache-storage/cache-origins.https.html is failing
https://bugs.webkit.org/show_bug.cgi?id=176652
Summary [Soup] http/tests/cache-storage/cache-origins.https.html is failing
Zan Dobersek
Reported 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
Attachments
Zan Dobersek
Comment 1 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]"
Note You need to log in before you can comment on or make changes to this bug.