-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Update QuotaExceededError expectations #53645
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
Conversation
…ce (#52556)" This reverts commit 2f96fa1. See whatwg/webidl#1465.
aa7246b to
b50f688
Compare
annevk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A lot of these things appear like regressions to me. If we don't throw for the method involved the test ends up passing.
Can we instead extend assert_throws_dom and promise_rejects_dom to account for more complex exceptions?
|
Thanks for the push, I introduced new |
annevk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. And let's copy @jgraham in case he's interested in reviewing the testharness.js changes.
Co-authored-by: Philip Jägenstedt <[email protected]>
twiss
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for the WebCrypto part
Reverts just the code value change from crrev.com/c/6516473 Matches resolution in whatwg/webidl#1465 Tests updated in web-platform-tests/wpt#53645 Bug: 406162261 Fixed: 434432288 Change-Id: I2fe06c29c1773fdbec5765a18d5c59a0aa2235f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6814000 Commit-Queue: Daniel Cheng <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Auto-Submit: Mike Wasserman <[email protected]> Cr-Commit-Position: refs/heads/main@{#1496718}
…spec Original change's description: > QuotaExceededError: Restore legacy exception code 22 to match spec > > Reverts just the code value change from crrev.com/c/6516473 > Matches resolution in whatwg/webidl#1465 > Tests updated in web-platform-tests/wpt#53645 > > Bug: 406162261 > Fixed: 434432288 > Change-Id: I2fe06c29c1773fdbec5765a18d5c59a0aa2235f8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6814000 > Commit-Queue: Daniel Cheng <[email protected]> > Reviewed-by: Daniel Cheng <[email protected]> > Auto-Submit: Mike Wasserman <[email protected]> > Cr-Commit-Position: refs/heads/main@{#1496718} Bug: 436562744,406162261,434432288 Change-Id: I2fe06c29c1773fdbec5765a18d5c59a0aa2235f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6818806 Commit-Queue: Rubber Stamper <[email protected]> Bot-Commit: Rubber Stamper <[email protected]> Auto-Submit: Chrome Cherry Picker <chrome-cherry-picker@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/7339@{#22} Cr-Branched-From: 27be8b7-refs/heads/main@{#1496484}
Follows whatwg/webidl#1465.