WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
Created
attachment 61828
[details]
Patch
Anders Carlsson
Comment 4
2010-07-16 11:23:16 PDT
Committed
r63565
: <
http://trac.webkit.org/changeset/63565
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug