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 d216cc1 to 9704d7f #2654

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2023

Bumps test262 from d216cc1 to 9704d7f.

Commits
  • 9704d7f Add tests for the asyncItems argument to Array.fromAsync. (#3754)
  • 53e5ef8 Add Temporal era/eraYear tests
  • c4d8f01 Array.fromAsync: Tests for mapfn and thisArg arguments
  • ba1e51c Fix function-valued properties in propertyBagObserver
  • 4f5eb40 Temporal: Test updates for mergeFields output property order
  • 5ea8322 Clarify feature flags are per proposal
  • 6bfcab1 Remove unused "Intl.DateTimeFormat-quarter" feature flag
  • 7a5210d Clean up feature flags for proposals in published standard
  • a58ae41 linter: Fix parsing features.txt
  • 6e1b737 linter: Use same Python interpreter when executing script in subprocess
  • See full diff 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 `d216cc1` to `9704d7f`.
- [Release notes](https://github.com/tc39/test262/releases)
- [Commits](tc39/test262@d216cc1...9704d7f)

---
updated-dependencies:
- dependency-name: test262
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Mar 13, 2023
@codecov
Copy link

codecov bot commented Mar 13, 2023

Codecov Report

Merging #2654 (abfe371) into main (7f6af7b) will decrease coverage by 0.06%.
The diff coverage is n/a.

❗ Current head abfe371 differs from pull request most recent head 8958230. Consider uploading reports for the commit 8958230 to get more accurate results

@@            Coverage Diff             @@
##             main    #2654      +/-   ##
==========================================
- Coverage   49.63%   49.58%   -0.06%     
==========================================
  Files         386      386              
  Lines       39176    39249      +73     
==========================================
+ Hits        19445    19460      +15     
- Misses      19731    19789      +58     

see 14 files with indirect coverage changes

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

Test result main count PR count difference
Total 94,181 94,277 +96
Passed 71,950 71,950 0
Ignored 17,218 17,230 +12
Failed 5,013 5,097 +84
Panics 12 12 0
Conformance 76.40% 76.32% -0.08%

@github-actions
Copy link

Test262 conformance changes

Test result main count PR count difference
Total 94,181 94,277 +96
Passed 71,986 71,986 0
Ignored 17,218 17,324 +106
Failed 4,977 4,967 -10
Panics 12 12 0
Conformance 76.43% 76.36% -0.08%

@jedel1043
Copy link
Member

bors r+

@bors
Copy link

bors bot commented Mar 13, 2023

👎 Rejected by too few approved reviews

@jedel1043
Copy link
Member

bors r+

bors bot pushed a commit that referenced this pull request Mar 13, 2023
Bumps [test262](https://github.com/tc39/test262) from `d216cc1` to `9704d7f`.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tc39/test262/commit/9704d7f22f6342d6c4753ab9a8d62d6725de8c4e"><code>9704d7f</code></a> Add tests for the asyncItems argument to Array.fromAsync. (<a href="https://redirect.github.com/tc39/test262/issues/3754">#3754</a>)</li>
<li><a href="https://github.com/tc39/test262/commit/53e5ef817eb212d0d4f6f0ab44275094e5bf876d"><code>53e5ef8</code></a> Add Temporal era/eraYear tests</li>
<li><a href="https://github.com/tc39/test262/commit/c4d8f01d3d4a9c1694fe5737346975c00a23521d"><code>c4d8f01</code></a> Array.fromAsync: Tests for mapfn and thisArg arguments</li>
<li><a href="https://github.com/tc39/test262/commit/ba1e51c8e7fdef31b939f1c10ddb1f118fe309a2"><code>ba1e51c</code></a> Fix function-valued properties in propertyBagObserver</li>
<li><a href="https://github.com/tc39/test262/commit/4f5eb40ee086135bb0fa2afa53062f6ebc449829"><code>4f5eb40</code></a> Temporal: Test updates for mergeFields output property order</li>
<li><a href="https://github.com/tc39/test262/commit/5ea8322b0858b82a30c8cfb4ef3f13f10b70f797"><code>5ea8322</code></a> Clarify feature flags are per proposal</li>
<li><a href="https://github.com/tc39/test262/commit/6bfcab106313a65a53c69783727542f16bb41fa7"><code>6bfcab1</code></a> Remove unused &quot;Intl.DateTimeFormat-quarter&quot; feature flag</li>
<li><a href="https://github.com/tc39/test262/commit/7a5210deafa13595c714f36f3d868966cac15686"><code>7a5210d</code></a> Clean up feature flags for proposals in published standard</li>
<li><a href="https://github.com/tc39/test262/commit/a58ae41ea7ab882fc1b3c818332f8172ba5f31bd"><code>a58ae41</code></a> linter: Fix parsing features.txt</li>
<li><a href="https://github.com/tc39/test262/commit/6e1b737357a3ec2a3bc9cf4314bba810cd6099d0"><code>6e1b737</code></a> linter: Use same Python interpreter when executing script in subprocess</li>
<li>See full diff in <a href="https://github.com/tc39/test262/compare/d216cc197269fc41eb6eca14710529c3d6650535...9704d7f22f6342d6c4753ab9a8d62d6725de8c4e">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>

Co-authored-by: jedel1043 <jedel0124@gmail.com>
@bors
Copy link

bors bot commented Mar 13, 2023

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Bump test262 from d216cc1 to 9704d7f [Merged by Bors] - Bump test262 from d216cc1 to 9704d7f Mar 13, 2023
@bors bors bot closed this Mar 13, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 13, 2023

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-9704d7f branch March 13, 2023 17:33
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