-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Intermittent FAIL in /fetch/api/credentials/cookies.any.html #40672
Copy link
Copy link
Closed
Labels
I-intermittentProblem reproduces intermittently.Problem reproduces intermittently.
Description
▶ OK /fetch/api/credentials/cookies.any.html
│ ▶ FAIL [expected PASS] Include mode: 1 cookie
│ │ → assert_equals: Request include cookie(s) expected "a=1" but got "a=1; domain-attribute-matches-host=0"
│ │ FAIL [expected PASS] Include mode: 2 cookies
│ │ → assert_equals: Request include cookie(s) expected "b=2; c=3" but got "b=2; c=3; domain-attribute-matches-host=0"
│ │ FAIL [expected PASS] Same-origin mode: 1 cookie
│ │ → assert_equals: Request include cookie(s) expected "a=1" but got "a=1; domain-attribute-matches-host=0"
│ │ FAIL [expected PASS] Same-origin mode: 2 cookies
│ │ → assert_equals: Request include cookie(s) expected "b=2; c=3" but got "b=2; c=3; domain-attribute-matches-host=0"
│ │
│ └ cookies/</<@http://web-platform.test:8000/fetch/api/credentials/cookies.any.js:28:22
│ ▶ FAIL [expected PASS] Omit mode: no cookie is stored
│ │ → assert_false: Request does not have cookie(s) expected false got true
│ │
└ └ cookies/</<@http://web-platform.test:8000/fetch/api/credentials/cookies.any.js:31:21
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
I-intermittentProblem reproduces intermittently.Problem reproduces intermittently.