-
-
Notifications
You must be signed in to change notification settings - Fork 407
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 8c64a66
to 747bed2
#2239
Conversation
Bumps [test262](https://github.com/tc39/test262) from `8c64a66` to `747bed2`. - [Release notes](https://github.com/tc39/test262/releases) - [Commits](tc39/test262@8c64a66...747bed2) --- updated-dependencies: - dependency-name: test262 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report
@@ Coverage Diff @@
## main #2239 +/- ##
=======================================
Coverage 41.35% 41.35%
=======================================
Files 234 234
Lines 22006 22006
=======================================
Hits 9101 9101
Misses 12905 12905 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
VM implementation
Broken tests (4):
|
bors r+ |
Bumps [test262](https://github.com/tc39/test262) from `8c64a66` to `747bed2`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tc39/test262/commit/747bed2e8aaafe8fdf2c65e8a10dd7ae64f66c47"><code>747bed2</code></a> Add intl in staging directory</li> <li><a href="https://github.com/tc39/test262/commit/c4daf3ef74779bb792f28f90fa786a19f4187e68"><code>c4daf3e</code></a> Temporal: Add test for rounding Duration relative to Feb 1 in a leap year</li> <li><a href="https://github.com/tc39/test262/commit/adba7dfd9c04a33a7369cf008863d3667a0ba57f"><code>adba7df</code></a> fix order</li> <li><a href="https://github.com/tc39/test262/commit/418419a34570761035cddb65e6e4a090defe6555"><code>418419a</code></a> add non-matching example</li> <li><a href="https://github.com/tc39/test262/commit/52284ba4bbb2b620b7986ffd7f968b5f17238a15"><code>52284ba</code></a> add tests for proposal-duplicate-named-capturing-groups</li> <li><a href="https://github.com/tc39/test262/commit/b42d184876863e75ae44405fa4f657ccd8674fd2"><code>b42d184</code></a> update descriptions for existing duplicate-capture-groups tests</li> <li><a href="https://github.com/tc39/test262/commit/d45766bef3519eb9da6d1957082bd0b026949e90"><code>d45766b</code></a> Add cases to RegExp.prototype flags brand checking tests</li> <li><a href="https://github.com/tc39/test262/commit/9e51a9d855906b4d18b25baa797abf3b0b1ccde8"><code>9e51a9d</code></a> Update RegExp.prototype.{match,replace} tests to expect Get(rx, "flags")</li> <li><a href="https://github.com/tc39/test262/commit/29c36b0561563919aa6950bad4c89c1c11c7b842"><code>29c36b0</code></a> Meta: Link to engine262 instructions</li> <li><a href="https://github.com/tc39/test262/commit/6a99a28dd81e6bb0ba5a3f769e092e4af1c9a84e"><code>6a99a28</code></a> Add proposal-temporal's old demitasse tests to staging</li> <li>See full diff in <a href="https://github.com/tc39/test262/compare/8c64a666e10fd88c58d63d4cb02f771fd29684fe...747bed2e8aaafe8fdf2c65e8a10dd7ae64f66c47">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: |
8c64a66
to 747bed2
8c64a66
to 747bed2
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 from
8c64a66
to747bed2
.Commits
747bed2
Add intl in staging directoryc4daf3e
Temporal: Add test for rounding Duration relative to Feb 1 in a leap yearadba7df
fix order418419a
add non-matching example52284ba
add tests for proposal-duplicate-named-capturing-groupsb42d184
update descriptions for existing duplicate-capture-groups testsd45766b
Add cases to RegExp.prototype flags brand checking tests9e51a9d
Update RegExp.prototype.{match,replace} tests to expect Get(rx, "flags")29c36b0
Meta: Link to engine262 instructions6a99a28
Add proposal-temporal's old demitasse tests to stagingDependabot 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)