Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/cookies/path/match.html has been broken since Jun 9, 2021 #28561

Merged
merged 1 commit into from Aug 25, 2021

Conversation

yvt
Copy link
Contributor

@yvt yvt commented Aug 8, 2021

/cookies/path/match.html fails because the cookie expiration date is set to a past date. This is a known issue in WPT.

cookie = b"%s=1; Path=%s; Expires=Wed, 09 Jun 2021 10:18:14 GMT" % (name, path)



  • There are tests for these changes OR
  • These changes do not require tests because they fix tests

@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Aug 8, 2021
@jdm
Copy link
Member

jdm commented Aug 8, 2021

@bors-servo r+
Thanks!

@bors-servo
Copy link
Contributor

📌 Commit 33dc8b7 has been approved by jdm

@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels Aug 8, 2021
@bors-servo
Copy link
Contributor

⌛ Testing commit 33dc8b7 with merge 256f7a4...

bors-servo added a commit that referenced this pull request Aug 8, 2021
`/cookies/path/match.html` has been broken since Jun 9, 2021

`/cookies/path/match.html` fails because the cookie expiration date is set to a past date. This is [a known issue][1] in WPT.

<https://github.com/servo/servo/blob/cc1f89863ce0e93ff7ce4f4855bd888df67a51fb/tests/wpt/web-platform-tests/cookies/resources/set-cookie.py#L22>

[1]: https://chromium-review.googlesource.com/c/chromium/src/+/2872768

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #28492

---
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because they fix tests
@bors-servo
Copy link
Contributor

💔 Test failed - checks-github

@highfive highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Aug 9, 2021
@bors-servo
Copy link
Contributor

⌛ Testing commit 33dc8b7 with merge 8c35b11...

bors-servo added a commit that referenced this pull request Aug 9, 2021
`/cookies/path/match.html` has been broken since Jun 9, 2021

`/cookies/path/match.html` fails because the cookie expiration date is set to a past date. This is [a known issue][1] in WPT.

<https://github.com/servo/servo/blob/cc1f89863ce0e93ff7ce4f4855bd888df67a51fb/tests/wpt/web-platform-tests/cookies/resources/set-cookie.py#L22>

[1]: https://chromium-review.googlesource.com/c/chromium/src/+/2872768

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #28492

---
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because they fix tests
@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-tests-failed The changes caused existing tests to fail. labels Aug 9, 2021
@bors-servo
Copy link
Contributor

💔 Test failed - checks-github

@highfive highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Aug 9, 2021
@KiChjang
Copy link
Contributor

@bors-servo
Copy link
Contributor

⌛ Testing commit 33dc8b7 with merge 74f1eb1...

@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-tests-failed The changes caused existing tests to fail. labels Aug 25, 2021
@bors-servo
Copy link
Contributor

☀️ Test successful - checks-github, status-taskcluster
Approved by: jdm
Pushing 74f1eb1 to master...

@bors-servo bors-servo merged commit 74f1eb1 into servo:master Aug 25, 2021
@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Intermittent failure in /cookies/path/match.html
5 participants