Bug 42095

Summary: LayoutTests/http/tests/cookies/multiple-cookies.html sometimes fails because the cookies are returned in a different order
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, ap, aroben
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://build.webkit.org/results/Windows%20Release%20(Tests)/r63093%20(1339)/http/tests/cookies/multiple-cookies-pretty-diff.html
Attachments:
Description Flags
Patch ap: review+

David Kilzer (:ddkilzer)
Reported 2010-07-12 10:55:17 PDT
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.
Attachments
Patch (4.49 KB, patch)
2010-07-16 11:15 PDT, Anders Carlsson
ap: review+
Adam Roben (:aroben)
Comment 1 2010-07-14 14:06:21 PDT
This is also happening sometimes on Windows.
Adam Roben (:aroben)
Comment 2 2010-07-14 14:06:48 PDT
Oh, in fact the URL in this bug is for a Windows result. Alexey tells me this happens to him on SnowLeopard.
Anders Carlsson
Comment 3 2010-07-16 11:15:29 PDT
Anders Carlsson
Comment 4 2010-07-16 11:23:16 PDT
Note You need to log in before you can comment on or make changes to this bug.