Skip to content

Commit

Permalink
Bump test262 from 2df6c7d to 72c0c5e (#2889)
Browse files Browse the repository at this point in the history
Bumps [test262](https://github.com/tc39/test262) from `2df6c7d` to `72c0c5e`.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tc39/test262/commit/72c0c5e16350a76bd41f7a1ceb7702588a2a39c6"><code>72c0c5e</code></a> Added new tests to reflect the change that daysInMonth is the count of days i...</li>
<li><a href="https://github.com/tc39/test262/commit/d7fa39836412b4f619d6a5a3516de13d53f5123e"><code>d7fa398</code></a> Updated tests to reflect that daysInMonth are the count of days in a month</li>
<li><a href="https://github.com/tc39/test262/commit/1a352aac506ee05f7c1de803fc58d410c5f1f1de"><code>1a352aa</code></a> Avoid excessive <code>U+</code> in error messages</li>
<li><a href="https://github.com/tc39/test262/commit/63e0986803f3e251264744e5b7e3d31f93831d84"><code>63e0986</code></a> Improve printing of property key names in observer helpers</li>
<li><a href="https://github.com/tc39/test262/commit/dd47e4e248e8a7bc489f4a287dfbaaea2d01e18c"><code>dd47e4e</code></a> Improve comments and assertion messages</li>
<li><a href="https://github.com/tc39/test262/commit/c03a58ba35ec077989ce9a384a30e400c14a5889"><code>c03a58b</code></a> Temporal: More baseline order-of-operations tests</li>
<li><a href="https://github.com/tc39/test262/commit/56fe761577ad5d44174c1a0a91c258cd8f225a1e"><code>56fe761</code></a> Temporal: Fix .slice() in test leftover from debugging</li>
<li>See full diff in <a href="https://github.com/tc39/test262/compare/2df6c7d29a18cd33120e791bdbe2043980a893fd...72c0c5e16350a76bd41f7a1ceb7702588a2a39c6">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>
  • Loading branch information
dependabot[bot] committed May 1, 2023
1 parent f6c1d63 commit 0636022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test262
Submodule test262 updated 29 files
+4 −4 harness/regExpUtils.js
+13 −4 harness/temporalHelpers.js
+2 −2 test/built-ins/Array/fromAsync/asyncitems-arraylike-promise.js
+2 −2 test/built-ins/Temporal/Calendar/prototype/mergeFields/order-of-operations.js
+79 −19 test/built-ins/Temporal/Duration/compare/order-of-operations.js
+41 −0 test/built-ins/Temporal/Duration/prototype/round/order-of-operations.js
+7 −4 test/built-ins/Temporal/Duration/prototype/round/relativeto-zoneddatetime-nanoseconds-to-days-range-errors.js
+60 −4 test/built-ins/Temporal/Duration/prototype/total/order-of-operations.js
+6 −3 test/built-ins/Temporal/Duration/prototype/total/relativeto-zoneddatetime-nanoseconds-to-days-range-errors.js
+13 −0 test/built-ins/Temporal/PlainDateTime/prototype/with/order-of-operations.js
+18 −0 test/built-ins/Temporal/PlainYearMonth/prototype/add/calendar-dateadd-called-with-plaindate-instance.js
+11 −6 test/built-ins/Temporal/PlainYearMonth/prototype/add/calendar-datefromfields-called.js
+0 −42 test/built-ins/Temporal/PlainYearMonth/prototype/add/calendar-daysinmonth-wrong-value.js
+23 −0 test/built-ins/Temporal/PlainYearMonth/prototype/add/custom-daysInMonth-irrelevant.js
+1 −1 test/built-ins/Temporal/PlainYearMonth/prototype/add/order-of-operations.js
+4 −1 test/built-ins/Temporal/PlainYearMonth/prototype/subtract/calendar-arguments-extra-options.js
+4 −1 test/built-ins/Temporal/PlainYearMonth/prototype/subtract/calendar-arguments.js
+18 −0 test/built-ins/Temporal/PlainYearMonth/prototype/subtract/calendar-dateadd-called-with-plaindate-instance.js
+7 −5 test/built-ins/Temporal/PlainYearMonth/prototype/subtract/calendar-dateadd.js
+11 −6 test/built-ins/Temporal/PlainYearMonth/prototype/subtract/calendar-datefromfields-called.js
+0 −42 test/built-ins/Temporal/PlainYearMonth/prototype/subtract/calendar-daysinmonth-wrong-value.js
+1 −1 ...ilt-ins/Temporal/PlainYearMonth/prototype/subtract/calendar-fromfields-called-with-null-prototype-fields.js
+23 −0 test/built-ins/Temporal/PlainYearMonth/prototype/subtract/custom-daysInMonth-irrelevant.js
+8 −4 test/built-ins/Temporal/PlainYearMonth/prototype/subtract/options-undefined.js
+7 −4 test/built-ins/Temporal/PlainYearMonth/prototype/subtract/order-of-operations.js
+31 −0 test/built-ins/Temporal/ZonedDateTime/prototype/getISOFields/order-of-operations.js
+61 −0 test/built-ins/Temporal/ZonedDateTime/prototype/round/order-of-operations.js
+6 −1 test/built-ins/Temporal/ZonedDateTime/prototype/since/order-of-operations.js
+6 −1 test/built-ins/Temporal/ZonedDateTime/prototype/until/order-of-operations.js

0 comments on commit 0636022

Please sign in to comment.