Skip to content

Commit

Permalink
Bump test262 from f00d411 to e1048d0 (#2525)
Browse files Browse the repository at this point in the history
Bumps [test262](https://github.com/tc39/test262) from `f00d411` to `e1048d0`.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tc39/test262/commit/e1048d0afff177ebe1d8aa0e9ced13702470f47f"><code>e1048d0</code></a> Update Temporal test262 as per the normative changes</li>
<li><a href="https://github.com/tc39/test262/commit/09f863d8c38f1ed0157d118d6d4f842b080c173d"><code>09f863d</code></a> Temporal operation NanosecondsToDays: Test infinite or arbitrary-length obser...</li>
<li><a href="https://github.com/tc39/test262/commit/6fcebf2f85f98e80052dc146152665e0bf5236c5"><code>6fcebf2</code></a> Improve NumberFormat and DateTimeFormat tests for OrdinaryHasInstance</li>
<li><a href="https://github.com/tc39/test262/commit/58b3321dba9996c896090ab83e996a5a4c65e6a9"><code>58b3321</code></a> remove invalid element decorator yield reference tests</li>
<li>See full diff in <a href="https://github.com/tc39/test262/compare/f00d4118dba5d266d1611ba2cd4e995d3e4b523a...e1048d0afff177ebe1d8aa0e9ced13702470f47f">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 Jan 9, 2023
1 parent 2ab80e8 commit 620dfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test262
Submodule test262 updated 33 files
+14 −0 harness/temporalHelpers.js
+4 −1 src/decorator/decorator-call-expr-identifier-reference-yield.case
+4 −1 src/decorator/decorator-member-expr-identifier-reference-yield.case
+4 −1 src/decorator/decorator-parenthesized-expr-identifier-reference-yield.case
+58 −0 test/built-ins/Temporal/Duration/prototype/add/nanoseconds-to-days-loop-indefinitely-1.js
+71 −0 test/built-ins/Temporal/Duration/prototype/add/nanoseconds-to-days-loop-indefinitely-2.js
+37 −51 test/built-ins/Temporal/Duration/prototype/round/nanoseconds-to-days-loop-indefinitely-1.js
+43 −36 test/built-ins/Temporal/Duration/prototype/round/nanoseconds-to-days-loop-indefinitely-2.js
+59 −0 test/built-ins/Temporal/Duration/prototype/subtract/nanoseconds-to-days-loop-indefinitely-1.js
+71 −0 test/built-ins/Temporal/Duration/prototype/subtract/nanoseconds-to-days-loop-indefinitely-2.js
+59 −0 test/built-ins/Temporal/Duration/prototype/total/nanoseconds-to-days-loop-indefinitely-1.js
+73 −0 test/built-ins/Temporal/Duration/prototype/total/nanoseconds-to-days-loop-indefinitely-2.js
+5 −6 test/built-ins/Temporal/PlainDate/argument-convert.js
+3 −3 test/built-ins/Temporal/PlainDate/prototype/year/validate-calendar-value.js
+3 −3 test/built-ins/Temporal/PlainDate/prototype/yearOfWeek/validate-calendar-value.js
+3 −3 test/built-ins/Temporal/PlainDateTime/prototype/year/validate-calendar-value.js
+3 −3 test/built-ins/Temporal/PlainDateTime/prototype/yearOfWeek/validate-calendar-value.js
+3 −3 test/built-ins/Temporal/PlainYearMonth/prototype/year/validate-calendar-value.js
+59 −0 test/built-ins/Temporal/ZonedDateTime/prototype/since/nanoseconds-to-days-loop-indefinitely-1.js
+71 −0 test/built-ins/Temporal/ZonedDateTime/prototype/since/nanoseconds-to-days-loop-indefinitely-2.js
+59 −0 test/built-ins/Temporal/ZonedDateTime/prototype/until/nanoseconds-to-days-loop-indefinitely-1.js
+71 −0 test/built-ins/Temporal/ZonedDateTime/prototype/until/nanoseconds-to-days-loop-indefinitely-2.js
+3 −3 test/built-ins/Temporal/ZonedDateTime/prototype/year/validate-calendar-value.js
+3 −3 test/built-ins/Temporal/ZonedDateTime/prototype/yearOfWeek/validate-calendar-value.js
+9 −2 test/intl402/DateTimeFormat/constructor-no-instanceof.js
+9 −4 test/intl402/DateTimeFormat/prototype/format/no-instanceof.js
+8 −3 test/intl402/DateTimeFormat/prototype/resolvedOptions/no-instanceof.js
+9 −2 test/intl402/NumberFormat/constructor-no-instanceof.js
+10 −4 test/intl402/NumberFormat/prototype/format/no-instanceof.js
+9 −3 test/intl402/NumberFormat/prototype/resolvedOptions/no-instanceof.js
+0 −54 ...age/statements/class/decorator/syntax/valid/class-element-decorator-call-expr-identifier-reference-yield.js
+0 −43 ...e/statements/class/decorator/syntax/valid/class-element-decorator-member-expr-identifier-reference-yield.js
+0 −61 ...ments/class/decorator/syntax/valid/class-element-decorator-parenthesized-expr-identifier-reference-yield.js

0 comments on commit 620dfd6

Please sign in to comment.