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 e48df0b to 8c64a66 #2224

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2022

Bumps test262 from e48df0b to 8c64a66.

Commits
  • 8c64a66 Meta: fix codeowners syntax
  • 66ecaff Add proposal-temporal's Temporal.Instant tests to staging
  • 033b79f Meta: add CODEOWNERS
  • 0f35848 ShadowRealm: Relax requirements of globalThis available properties test
  • e9f424b Remove duplicate timezone tests
  • f74cee5 Rename Array#groupBy and Array#groupByToMap to Array#group and Array#groupToMap
  • 10a5c4f Temporal: Adjust and expand tests for observable calls to ToString(calendar)
  • 1587af3 CI: Bump esvu to 1.2.9
  • 4c03225 add tests for "only coerce once in BigInt constructor"
  • d7a1065 Replace time zone link name canonicalisation tests
  • 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 `e48df0b` to `8c64a66`.
- [Release notes](https://github.com/tc39/test262/releases)
- [Commits](tc39/test262@e48df0b...8c64a66)

---
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 Aug 8, 2022
@codecov
Copy link

codecov bot commented Aug 8, 2022

Codecov Report

Merging #2224 (fa160a5) into main (3d6a8d5) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2224   +/-   ##
=======================================
  Coverage   41.92%   41.92%           
=======================================
  Files         231      231           
  Lines       21508    21508           
=======================================
  Hits         9017     9017           
  Misses      12491    12491           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@HalidOdat
Copy link
Member

VM implementation

Test result main count PR count difference
Total 91,327 91,573 +246
Passed 59,820 59,820 0
Ignored 14,362 14,606 +244
Failed 17,145 17,147 +2
Panics 0 0 0
Conformance 65.50% 65.32% -0.18%

@raskad
Copy link
Member

raskad commented Aug 8, 2022

bors r+

bors bot pushed a commit that referenced this pull request Aug 8, 2022
Bumps [test262](https://github.com/tc39/test262) from `e48df0b` to `8c64a66`.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tc39/test262/commit/8c64a666e10fd88c58d63d4cb02f771fd29684fe"><code>8c64a66</code></a> Meta: fix codeowners syntax</li>
<li><a href="https://github.com/tc39/test262/commit/66ecafff2bf4d182212fdcab62ac3e440af4927c"><code>66ecaff</code></a> Add proposal-temporal's Temporal.Instant tests to staging</li>
<li><a href="https://github.com/tc39/test262/commit/033b79fde0fbb59b3454fc76eaf4b4c517768b3b"><code>033b79f</code></a> Meta: add CODEOWNERS</li>
<li><a href="https://github.com/tc39/test262/commit/0f358487944f2001a57fa996ac27052fb324d57d"><code>0f35848</code></a> ShadowRealm: Relax requirements of globalThis available properties test</li>
<li><a href="https://github.com/tc39/test262/commit/e9f424b6fceecbe3d0b276b0fd3c9a2c9d10abf7"><code>e9f424b</code></a> Remove duplicate timezone tests</li>
<li><a href="https://github.com/tc39/test262/commit/f74cee5f5990906f71e428bedfbcdf0fb129aa4c"><code>f74cee5</code></a> Rename Array#groupBy and Array#groupByToMap to Array#group and Array#groupToMap</li>
<li><a href="https://github.com/tc39/test262/commit/10a5c4f7849d15fd3a8e65e6e8a4403421596e76"><code>10a5c4f</code></a> Temporal: Adjust and expand tests for observable calls to ToString(calendar)</li>
<li><a href="https://github.com/tc39/test262/commit/1587af3936f342d61f821ee5c960f80451016eca"><code>1587af3</code></a> CI: Bump esvu to 1.2.9</li>
<li><a href="https://github.com/tc39/test262/commit/4c0322569c1c7da651ada37935ba2ab98523e5b4"><code>4c03225</code></a> add tests for &quot;only coerce once in BigInt constructor&quot;</li>
<li><a href="https://github.com/tc39/test262/commit/d7a10658d9e2c6b33ca74687bba5002a6b943d4f"><code>d7a1065</code></a> Replace time zone link name canonicalisation tests</li>
<li>Additional commits viewable in <a href="https://github.com/tc39/test262/compare/e48df0b96457b67b2d81fab16cabb230152a6c57...8c64a666e10fd88c58d63d4cb02f771fd29684fe">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 Aug 8, 2022

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Bump test262 from e48df0b to 8c64a66 [Merged by Bors] - Bump test262 from e48df0b to 8c64a66 Aug 8, 2022
@bors bors bot closed this Aug 8, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 8, 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-8c64a66 branch August 8, 2022 22:16
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