Title: [175789] trunk/LayoutTests
Revision
175789
Author
a...@apple.com
Date
2014-11-08 22:32:47 -0800 (Sat, 08 Nov 2014)

Log Message

http/tests/xmlhttprequest/cross-origin-cookie-storage.html fails with PPT.

This test used to pass because some previous test leaked a cookie. Now that we
clear cookies between tests, it fails, and will fail until we implement testRunner.setAlwaysAcceptCookies.

* platform/mac-wk2/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (175788 => 175789)


--- trunk/LayoutTests/ChangeLog	2014-11-09 05:59:52 UTC (rev 175788)
+++ trunk/LayoutTests/ChangeLog	2014-11-09 06:32:47 UTC (rev 175789)
@@ -1,5 +1,14 @@
 2014-11-08  Alexey Proskuryakov  <a...@apple.com>
 
+        http/tests/xmlhttprequest/cross-origin-cookie-storage.html fails with PPT.
+
+        This test used to pass because some previous test leaked a cookie. Now that we
+        clear cookies between tests, it fails, and will fail until we implement testRunner.setAlwaysAcceptCookies.
+
+        * platform/mac-wk2/TestExpectations:
+
+2014-11-08  Alexey Proskuryakov  <a...@apple.com>
+
         http/tests/navigation/redirect-on-back-updates-history-item.html leaks a cookie
         https://bugs.webkit.org/show_bug.cgi?id=138507
 

Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (175788 => 175789)


--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2014-11-09 05:59:52 UTC (rev 175788)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2014-11-09 06:32:47 UTC (rev 175789)
@@ -627,6 +627,7 @@
 
 # testRunner.setAlwaysAcceptCookies does not work with NetworkProcess
 [ Mavericks ] http/tests/cookies/third-party-cookie-relaxing.html [ Skip ]
+[ Mavericks ] http/tests/xmlhttprequest/cross-origin-cookie-storage.html [ Skip ]
 
 # <rdar://problem/12829991>
 # PPT: PingLoader is still in WebProcess. As a result, this test fails and also fails to delete its cookie, breaking many other cookie tests.
@@ -733,6 +734,7 @@
 
 # testRunner.setAlwaysAcceptCookies does not work with NetworkProcess
 [ Yosemite ] http/tests/cookies/third-party-cookie-relaxing.html [ Skip ]
+[ Yosemite ] http/tests/xmlhttprequest/cross-origin-cookie-storage.html [ Skip ]
 
 # FIXME: Needs bugzilla (<rdar://problem/12829991>)
 # PPT: PingLoader is still in WebProcess. As a result, this test fails and also fails to delete its cookie, breaking many other cookie tests.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to