Changeset 101916 in webkit


Ignore:
Timestamp:
Dec 3, 2011 1:19:29 AM (12 years ago)
Author:
Martin Robinson
Message:

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

Patch by Dan Winship <danw@gnome.org> 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.

Location:
trunk/LayoutTests
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r101915 r101916  
     12011-12-03  Dan Winship  <danw@gnome.org>
     2
     3        [GTK] [EFL] Update some cookie-related tests
     4        https://bugs.webkit.org/show_bug.cgi?id=73673
     5
     6        Reviewed by Martin Robinson.
     7
     8        * platform/efl/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt:
     9        * platform/gtk/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt:
     10        Copied from platform/chromium because libsoup also follows the RFC
     11        6265 behavior.
     12
     13        * platform/efl/Skipped:
     14        * platform/gtk/Skipped: Unskip that, and another cookie test that
     15        has been fixed for a while.
     16
    1172011-12-03  Sheriff Bot  <webkit.review.bot@gmail.com>
    218
  • trunk/LayoutTests/platform/efl/Skipped

    r101828 r101916  
    13721372
    13731373# Failing http tests (via GTK+)
    1374 http/tests/cookies/double-quoted-value-with-semi-colon.html
    13751374http/tests/loading/bad-scheme-subframe.html
    13761375http/tests/loading/bad-server-subframe.html
  • trunk/LayoutTests/platform/gtk/Skipped

    r101876 r101916  
    562562# LayoutTestController::applicationCacheDiskUsageForOrigin isn't implemented - https://bugs.webkit.org/show_bug.cgi?id=57127
    563563http/tests/appcache/origin-usage.html
    564 http/tests/cookies/double-quoted-value-with-semi-colon.html
    565564http/tests/loading/bad-scheme-subframe.html
    566565http/tests/loading/bad-server-subframe.html
     
    720719# https://bugs.webkit.org/show_bug.cgi?id=55682
    721720fast/images/support-broken-image-delegate.html
    722 
    723 # Fails because of new behaviour enforced by libsoup
    724 # See: https://bugzilla.gnome.org/show_bug.cgi?id=603825
    725 fast/cookies/local-file-can-set-cookies.html
    726721
    727722# Fail due to an extra "CONSOLE MESSAGE: line 1: SyntaxError: Parse error"
Note: See TracChangeset for help on using the changeset viewer.