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

[Merged by Bors] - Bump test262 from 926b096 to d7c0a20 #2024

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2022

Bumps test262 from 926b096 to d7c0a20.

Commits
  • d7c0a20 Remove check for per-comparator call detach check in TypedArray.prototype.sort
  • 3ac6b73 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.set
  • f60d7cf fixup! Fix false negative in for-in test
  • 384a4e1 Fix false negative in for-in test
  • 3c88e9b Fix false negative in for-in test
  • 833a784 Tests for computing PlainYearMonth addition and subtraction in correct calend...
  • c58ac69 Test that "infinity" is not recognized as numeric
  • c572588 Test that "INFINITY" is not recognized as numeric
  • 51822ff Update Symbol.species tests for TypedArray constructor
  • Additional commits viewable in compare view

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 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)

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]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Apr 11, 2022
@codecov
Copy link

codecov bot commented Apr 11, 2022

Codecov Report

Merging #2024 (5df9d3b) into main (2a63de3) will not change coverage.
The diff coverage is n/a.

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2a63de3...5df9d3b. Read the comment docs.

@Razican
Copy link
Member

Razican commented Apr 11, 2022

Test262 conformance changes

VM implementation

Test result main count PR count difference
Total 88,650 88,720 +70
Passed 53,220 53,146 -74
Ignored 21,711 21,853 +142
Failed 13,719 13,721 +2
Panics 0 0 0
Conformance 60.03% 59.90% -0.13%
Broken tests (6):
test/built-ins/Number/S15.7.1.1_A1.js [strict mode] (previously Passed)
test/built-ins/Number/S15.7.1.1_A1.js (previously Passed)
test/built-ins/TypedArray/prototype/sort/sort-tonumber.js [strict mode] (previously Passed)
test/built-ins/TypedArray/prototype/sort/sort-tonumber.js (previously Passed)
test/language/expressions/unary-plus/S11.4.6_A3_T3.js [strict mode] (previously Passed)
test/language/expressions/unary-plus/S11.4.6_A3_T3.js (previously Passed)

@HalidOdat
Copy link
Member

bors r+

bors bot pushed a commit that referenced this pull request Apr 11, 2022
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 &quot;infinity&quot; is not recognized as numeric</li>
<li><a href="https://github.com/tc39/test262/commit/c572588ea91e040a7fc9b639ae74a90810644892"><code>c572588</code></a> Test that &quot;INFINITY&quot; 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>
@bors
Copy link

bors bot commented Apr 11, 2022

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Bump test262 from 926b096 to d7c0a20 [Merged by Bors] - Bump test262 from 926b096 to d7c0a20 Apr 11, 2022
@bors bors bot closed this Apr 11, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 11, 2022

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 ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@bors bors bot deleted the dependabot/submodules/test262-d7c0a20 branch April 11, 2022 13:41
Razican pushed a commit that referenced this pull request Jun 8, 2022
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 &quot;infinity&quot; is not recognized as numeric</li>
<li><a href="https://github.com/tc39/test262/commit/c572588ea91e040a7fc9b639ae74a90810644892"><code>c572588</code></a> Test that &quot;INFINITY&quot; 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants