WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
192883
[GTK][WPE] Cookie tests failing
https://bugs.webkit.org/show_bug.cgi?id=192883
Summary
[GTK][WPE] Cookie tests failing
Alicia Boya García
Reported
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
Attachments
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2021-04-23 03:54:57 PDT
These tests should be passing now.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug