Bug 192883 - [GTK][WPE] Cookie tests failing
Summary: [GTK][WPE] Cookie tests failing
Status: RESOLVED CONFIGURATION CHANGED
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: 2018-12-19 14:48 PST by Alicia Boya García
Modified: 2021-04-23 03:54 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alicia Boya García 2018-12-19 14:48:28 PST
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
Comment 1 Carlos Garcia Campos 2021-04-23 03:54:57 PDT
These tests should be passing now.