[Webkit-unassigned] [Bug 42095] New: LayoutTests/http/tests/cookies/multiple-cookies.html sometimes fails because the cookies are returned in a different order

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 10:55:17 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42095

           Summary: LayoutTests/http/tests/cookies/multiple-cookies.html
                    sometimes fails because the cookies are returned in a
                    different order
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://build.webkit.org/results/Windows%20Release%20(T
                    ests)/r63093%20(1339)/http/tests/cookies/multiple-cook
                    ies-pretty-diff.html
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: ap at webkit.org


LayoutTests/http/tests/cookies/multiple-cookies.html sometimes fails because the cookies are returned in a different order:

PASS cookie is 'test=foobar; test2=foobar'.
PASS cookie is 'test=foobar; test2=foobar; test3=foobar'.
FAIL cookie was 'test2=foobar; test=foobar'. Expected 'test=foobar; test2=foobar'.
FAIL cookie was 'test3=foobar; test2=foobar; test=foobar'. Expected 'test=foobar; test2=foobar; test3=foobar'.

The test should probably separate the cookies and verify that they are all returned.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list