Bug 192883
Summary: | [GTK][WPE] Cookie tests failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alicia Boya García <aboya> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | bugs-noreply, cgarcia |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=224791 |
Alicia Boya García
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
These tests should be passing now.