RESOLVED FIXED 42095
LayoutTests/http/tests/cookies/multiple-cookies.html sometimes fails because the cookies are returned in a different order
https://bugs.webkit.org/show_bug.cgi?id=42095
Summary LayoutTests/http/tests/cookies/multiple-cookies.html sometimes fails because ...
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.