Title: [101916] trunk/LayoutTests
Revision
101916
Author
[email protected]
Date
2011-12-03 01:19:29 -0800 (Sat, 03 Dec 2011)

Log Message

[GTK] [EFL] Update some cookie-related tests
https://bugs.webkit.org/show_bug.cgi?id=73673

Patch by Dan Winship <[email protected]> on 2011-12-03
Reviewed by Martin Robinson.

* platform/efl/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt:
* platform/gtk/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt:
Copied from platform/chromium because libsoup also follows the RFC
6265 behavior.

* platform/efl/Skipped:
* platform/gtk/Skipped: Unskip that, and another cookie test that
has been fixed for a while.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (101915 => 101916)


--- trunk/LayoutTests/ChangeLog	2011-12-03 09:06:15 UTC (rev 101915)
+++ trunk/LayoutTests/ChangeLog	2011-12-03 09:19:29 UTC (rev 101916)
@@ -1,3 +1,19 @@
+2011-12-03  Dan Winship  <[email protected]>
+
+        [GTK] [EFL] Update some cookie-related tests
+        https://bugs.webkit.org/show_bug.cgi?id=73673
+
+        Reviewed by Martin Robinson.
+
+        * platform/efl/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt:
+        * platform/gtk/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt:
+        Copied from platform/chromium because libsoup also follows the RFC
+        6265 behavior.
+
+        * platform/efl/Skipped:
+        * platform/gtk/Skipped: Unskip that, and another cookie test that
+        has been fixed for a while.
+
 2011-12-03  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r101904.

Modified: trunk/LayoutTests/platform/efl/Skipped (101915 => 101916)


--- trunk/LayoutTests/platform/efl/Skipped	2011-12-03 09:06:15 UTC (rev 101915)
+++ trunk/LayoutTests/platform/efl/Skipped	2011-12-03 09:19:29 UTC (rev 101916)
@@ -1371,7 +1371,6 @@
 http/tests/history/back-with-fragment-change.php
 
 # Failing http tests (via GTK+)
-http/tests/cookies/double-quoted-value-with-semi-colon.html
 http/tests/loading/bad-scheme-subframe.html
 http/tests/loading/bad-server-subframe.html
 http/tests/loading/gmail-assert-on-load.html

Added: trunk/LayoutTests/platform/efl/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt (0 => 101916)


--- trunk/LayoutTests/platform/efl/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/efl/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt	2011-12-03 09:19:29 UTC (rev 101916)
@@ -0,0 +1,11 @@
+Test for <rdar://problem/5666078> Cookie parsing terminates at the first semicolon, ignoring quotes (16699)
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Check that setting a cookie with a semi-colon in a duoble-quoted value works
+FAIL cookie was 'disorder="477beccb'. Expected 'disorder="477beccb;richard"'.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Property changes on: trunk/LayoutTests/platform/efl/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt
___________________________________________________________________

Added: svn:eol-style

Modified: trunk/LayoutTests/platform/gtk/Skipped (101915 => 101916)


--- trunk/LayoutTests/platform/gtk/Skipped	2011-12-03 09:06:15 UTC (rev 101915)
+++ trunk/LayoutTests/platform/gtk/Skipped	2011-12-03 09:19:29 UTC (rev 101916)
@@ -561,7 +561,6 @@
 http/tests/appcache/origins-with-appcache.html
 # LayoutTestController::applicationCacheDiskUsageForOrigin isn't implemented - https://bugs.webkit.org/show_bug.cgi?id=57127
 http/tests/appcache/origin-usage.html
-http/tests/cookies/double-quoted-value-with-semi-colon.html
 http/tests/loading/bad-scheme-subframe.html
 http/tests/loading/bad-server-subframe.html
 # Needed to cover the fix for <rdar://problem/6727495>
@@ -720,10 +719,6 @@
 # https://bugs.webkit.org/show_bug.cgi?id=55682
 fast/images/support-broken-image-delegate.html
 
-# Fails because of new behaviour enforced by libsoup
-# See: https://bugzilla.gnome.org/show_bug.cgi?id=603825
-fast/cookies/local-file-can-set-cookies.html
-
 # Fail due to an extra "CONSOLE MESSAGE: line 1: SyntaxError: Parse error"
 fast/loader/onload-willSendRequest-null-for-script.html
 fast/loader/willSendRequest-null-for-preload.html

Added: trunk/LayoutTests/platform/gtk/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt (0 => 101916)


--- trunk/LayoutTests/platform/gtk/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt	2011-12-03 09:19:29 UTC (rev 101916)
@@ -0,0 +1,11 @@
+Test for <rdar://problem/5666078> Cookie parsing terminates at the first semicolon, ignoring quotes (16699)
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Check that setting a cookie with a semi-colon in a duoble-quoted value works
+FAIL cookie was 'disorder="477beccb'. Expected 'disorder="477beccb;richard"'.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Property changes on: trunk/LayoutTests/platform/gtk/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt
___________________________________________________________________

Added: svn:eol-style

_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to