Changeset 175789 in webkit


Ignore:
Timestamp:
Nov 8, 2014, 10:32:47 PM (11 years ago)
Author:
ap@apple.com
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:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r175785 r175789  
     12014-11-08  Alexey Proskuryakov  <ap@apple.com>
     2
     3        http/tests/xmlhttprequest/cross-origin-cookie-storage.html fails with PPT.
     4
     5        This test used to pass because some previous test leaked a cookie. Now that we
     6        clear cookies between tests, it fails, and will fail until we implement testRunner.setAlwaysAcceptCookies.
     7
     8        * platform/mac-wk2/TestExpectations:
     9
    1102014-11-08  Alexey Proskuryakov  <ap@apple.com>
    211
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

    r175708 r175789  
    628628# testRunner.setAlwaysAcceptCookies does not work with NetworkProcess
    629629[ Mavericks ] http/tests/cookies/third-party-cookie-relaxing.html [ Skip ]
     630[ Mavericks ] http/tests/xmlhttprequest/cross-origin-cookie-storage.html [ Skip ]
    630631
    631632# <rdar://problem/12829991>
     
    734735# testRunner.setAlwaysAcceptCookies does not work with NetworkProcess
    735736[ Yosemite ] http/tests/cookies/third-party-cookie-relaxing.html [ Skip ]
     737[ Yosemite ] http/tests/xmlhttprequest/cross-origin-cookie-storage.html [ Skip ]
    736738
    737739# FIXME: Needs bugzilla (<rdar://problem/12829991>)
Note: See TracChangeset for help on using the changeset viewer.