-
-
Notifications
You must be signed in to change notification settings - Fork 411
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
[Merged by Bors] - Bump test262 from 926b096
to d7c0a20
#2024
Conversation
Bumps [test262](https://github.com/tc39/test262) from `926b096` to `d7c0a20`. - [Release notes](https://github.com/tc39/test262/releases) - [Commits](tc39/test262@926b096...d7c0a20) --- updated-dependencies: - dependency-name: test262 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #2024 +/- ##
=======================================
Coverage 44.15% 44.15%
=======================================
Files 210 210
Lines 18596 18596
=======================================
Hits 8211 8211
Misses 10385 10385 Continue to review full report at Codecov.
|
Test262 conformance changesVM implementation
Broken tests (6):
|
bors r+ |
Bumps [test262](https://github.com/tc39/test262) from `926b096` to `d7c0a20`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tc39/test262/commit/d7c0a2076c2b0c1531aef7069d4abe70eec44ee3"><code>d7c0a20</code></a> Remove check for per-comparator call detach check in TypedArray.prototype.sort</li> <li><a href="https://github.com/tc39/test262/commit/3ac6b7336987d329a750c5093beb8f55d5bbad12"><code>3ac6b73</code></a> Add test that TypedArray.prototype.set doesn't throw if a getter for an eleme...</li> <li><a href="https://github.com/tc39/test262/commit/8b29141224f42ac13f247cfd553aeda798bd49e0"><code>8b29141</code></a> Remove check for per-iteration detach check in TypedArray.prototype.set</li> <li><a href="https://github.com/tc39/test262/commit/f60d7cf67d98996f750c8acee4b2f28600bf3ddb"><code>f60d7cf</code></a> fixup! Fix false negative in for-in test</li> <li><a href="https://github.com/tc39/test262/commit/384a4e1368523ce959c8b7c376036a734decd6ca"><code>384a4e1</code></a> Fix false negative in for-in test</li> <li><a href="https://github.com/tc39/test262/commit/3c88e9b6193b124e7cc993867f05cf0f25e049d2"><code>3c88e9b</code></a> Fix false negative in for-in test</li> <li><a href="https://github.com/tc39/test262/commit/833a784f205c1dfe2c12af4e9f8753b9ab4f606e"><code>833a784</code></a> Tests for computing PlainYearMonth addition and subtraction in correct calend...</li> <li><a href="https://github.com/tc39/test262/commit/c58ac691ebb16ce23af564d64c1f8c0a63479afa"><code>c58ac69</code></a> Test that "infinity" is not recognized as numeric</li> <li><a href="https://github.com/tc39/test262/commit/c572588ea91e040a7fc9b639ae74a90810644892"><code>c572588</code></a> Test that "INFINITY" is not recognized as numeric</li> <li><a href="https://github.com/tc39/test262/commit/51822ff2d8aa0687c76a0fef85f288f34156c4fa"><code>51822ff</code></a> Update Symbol.species tests for TypedArray constructor</li> <li>Additional commits viewable in <a href="https://github.com/tc39/test262/compare/926b0960d737b9f1dfd0ec0c1dfd95d836016d33...d7c0a2076c2b0c1531aef7069d4abe70eec44ee3">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Pull request successfully merged into main. Build succeeded: |
926b096
to d7c0a20
926b096
to d7c0a20
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps [test262](https://github.com/tc39/test262) from `926b096` to `d7c0a20`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tc39/test262/commit/d7c0a2076c2b0c1531aef7069d4abe70eec44ee3"><code>d7c0a20</code></a> Remove check for per-comparator call detach check in TypedArray.prototype.sort</li> <li><a href="https://github.com/tc39/test262/commit/3ac6b7336987d329a750c5093beb8f55d5bbad12"><code>3ac6b73</code></a> Add test that TypedArray.prototype.set doesn't throw if a getter for an eleme...</li> <li><a href="https://github.com/tc39/test262/commit/8b29141224f42ac13f247cfd553aeda798bd49e0"><code>8b29141</code></a> Remove check for per-iteration detach check in TypedArray.prototype.set</li> <li><a href="https://github.com/tc39/test262/commit/f60d7cf67d98996f750c8acee4b2f28600bf3ddb"><code>f60d7cf</code></a> fixup! Fix false negative in for-in test</li> <li><a href="https://github.com/tc39/test262/commit/384a4e1368523ce959c8b7c376036a734decd6ca"><code>384a4e1</code></a> Fix false negative in for-in test</li> <li><a href="https://github.com/tc39/test262/commit/3c88e9b6193b124e7cc993867f05cf0f25e049d2"><code>3c88e9b</code></a> Fix false negative in for-in test</li> <li><a href="https://github.com/tc39/test262/commit/833a784f205c1dfe2c12af4e9f8753b9ab4f606e"><code>833a784</code></a> Tests for computing PlainYearMonth addition and subtraction in correct calend...</li> <li><a href="https://github.com/tc39/test262/commit/c58ac691ebb16ce23af564d64c1f8c0a63479afa"><code>c58ac69</code></a> Test that "infinity" is not recognized as numeric</li> <li><a href="https://github.com/tc39/test262/commit/c572588ea91e040a7fc9b639ae74a90810644892"><code>c572588</code></a> Test that "INFINITY" is not recognized as numeric</li> <li><a href="https://github.com/tc39/test262/commit/51822ff2d8aa0687c76a0fef85f288f34156c4fa"><code>51822ff</code></a> Update Symbol.species tests for TypedArray constructor</li> <li>Additional commits viewable in <a href="https://github.com/tc39/test262/compare/926b0960d737b9f1dfd0ec0c1dfd95d836016d33...d7c0a2076c2b0c1531aef7069d4abe70eec44ee3">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Bumps test262 from
926b096
tod7c0a20
.Commits
d7c0a20
Remove check for per-comparator call detach check in TypedArray.prototype.sort3ac6b73
Add test that TypedArray.prototype.set doesn't throw if a getter for an eleme...8b29141
Remove check for per-iteration detach check in TypedArray.prototype.setf60d7cf
fixup! Fix false negative in for-in test384a4e1
Fix false negative in for-in test3c88e9b
Fix false negative in for-in test833a784
Tests for computing PlainYearMonth addition and subtraction in correct calend...c58ac69
Test that "infinity" is not recognized as numericc572588
Test that "INFINITY" is not recognized as numeric51822ff
Update Symbol.species tests for TypedArray constructorDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)