[Webkit-unassigned] [Bug 192883] New: [GTK][WPE] Cookie tests failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 19 14:48:28 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=192883

            Bug ID: 192883
           Summary: [GTK][WPE] Cookie tests failing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aboya at igalia.com
                CC: bugs-noreply at webkitgtk.org

The following tests are failing in GTK and WPE since r239207:r239253:

fast/cookies/cookie-averse-document.html
fast/cookies/local-file-can-set-cookies.html

--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/fast/cookies/cookie-averse-document-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/fast/cookies/cookie-averse-document-actual.txt
@@ -5,7 +5,7 @@

 PASS document.cookie.indexOf('ppkcookie1=testcookie') is -1
 PASS document.cookie = 'ppkcookie1=testcookie' did not throw exception.
-PASS document.cookie.indexOf('ppkcookie1=testcookie') >= 0 is true
+FAIL document.cookie.indexOf('ppkcookie1=testcookie') >= 0 should be true. Was false.

 * Frameless document cases
 PASS framelessDocument1.cookie is ""
@@ -16,9 +16,9 @@
 PASS framelessDocument2.cookie is ""

 * Frame with about:blank URL
-PASS frameDocument.cookie.indexOf('ppkcookie1=testcookie') >= 0 is true
+FAIL frameDocument.cookie.indexOf('ppkcookie1=testcookie') >= 0 should be true. Was false.
 PASS frameDocument.cookie = 'ppkcookie4=testcookie' did not throw exception.
-PASS frameDocument.cookie.indexOf('ppkcookie4=testcookie') >= 0 is true
+FAIL frameDocument.cookie.indexOf('ppkcookie4=testcookie') >= 0 should be true. Was false.
 PASS frameDocument.cookie is ""
 PASS frameDocument.cookie = 'ppkcookie4=testcookie' did not throw exception.
 PASS frameDocument.cookie is ""
@@ -30,7 +30,7 @@

 * Frame using file:// scheme
 PASS frameDocument.cookie = 'ppkcookie6=testcookie' did not throw exception.
-PASS frameDocument.cookie.indexOf('ppkcookie6=testcookie') >= 0 is true
+FAIL frameDocument.cookie.indexOf('ppkcookie6=testcookie') >= 0 should be true. Was false.
 frame.remove()
 PASS frameDocument.cookie is ""
 PASS frameDocument.cookie = 'ppkcookie7=testcookie' did not throw exception.


--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/fast/cookies/local-file-can-set-cookies-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/fast/cookies/local-file-can-set-cookies-actual.txt
@@ -4,7 +4,7 @@


 PASS document.cookie.indexOf('ppkcookie1=testcookie') is -1
-PASS document.cookie.indexOf('ppkcookie1=testcookie') >= 0 is true
+FAIL document.cookie.indexOf('ppkcookie1=testcookie') >= 0 should be true. Was false.
 PASS successfullyParsed is true

 TEST COMPLETE

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181219/4cd3e2ef/attachment-0001.html>


More information about the webkit-unassigned mailing list