Skip to content

Commit

Permalink
Bump test262 from 6f146e6 to 21c3097 (boa-dev#3189)
Browse files Browse the repository at this point in the history
Bumps [test262](https://github.com/tc39/test262) from `6f146e6` to `21c3097`.
- [Commits](tc39/test262@6f146e6...21c3097)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent d8bf5f5 commit 8325209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test262
Submodule test262 updated 26 files
+4 −0 harness/testIntl.js
+27 −0 test/built-ins/Temporal/Instant/from/argument-string.js
+2 −0 test/built-ins/Temporal/PlainDate/prototype/toPlainDateTime/argument-string-with-utc-designator.js
+2 −0 test/built-ins/Temporal/PlainDate/prototype/toZonedDateTime/argument-string-with-utc-designator.js
+2 −0 test/built-ins/Temporal/PlainDateTime/prototype/withPlainTime/argument-string-with-utc-designator.js
+2 −0 test/built-ins/Temporal/PlainTime/compare/argument-string-with-utc-designator.js
+2 −0 test/built-ins/Temporal/PlainTime/from/argument-string-with-utc-designator.js
+2 −0 test/built-ins/Temporal/PlainTime/prototype/equals/argument-string-with-utc-designator.js
+2 −0 test/built-ins/Temporal/PlainTime/prototype/since/argument-string-with-utc-designator.js
+2 −0 test/built-ins/Temporal/PlainTime/prototype/until/argument-string-with-utc-designator.js
+37 −0 test/built-ins/Temporal/ZonedDateTime/prototype/equals/argument-propertybag-timezone-id-wrong-type.js
+38 −0 test/built-ins/Temporal/ZonedDateTime/prototype/since/argument-propertybag-timezone-id-wrong-type.js
+37 −0 test/built-ins/Temporal/ZonedDateTime/prototype/timeZoneId/timezone-id-wrong-type.js
+37 −0 test/built-ins/Temporal/ZonedDateTime/prototype/toJSON/timezone-id-wrong-type.js
+37 −0 test/built-ins/Temporal/ZonedDateTime/prototype/toLocaleString/timezone-id-wrong-type.js
+37 −0 test/built-ins/Temporal/ZonedDateTime/prototype/toString/timezone-id-wrong-type.js
+38 −0 test/built-ins/Temporal/ZonedDateTime/prototype/until/argument-propertybag-timezone-id-wrong-type.js
+2 −0 test/built-ins/Temporal/ZonedDateTime/prototype/withPlainTime/argument-string-with-utc-designator.js
+13 −11 test/intl402/DateTimeFormat/constructor-options-order-dayPeriod.js
+18 −19 test/intl402/DateTimeFormat/constructor-options-order-fractionalSecondDigits.js
+8 −17 test/intl402/DateTimeFormat/constructor-options-order-timedate-style.js
+7 −12 test/intl402/DateTimeFormat/constructor-options-order.js
+22 −0 test/intl402/NumberFormat/throws-for-maximumFractionDigits-over-limit.js
+22 −0 test/intl402/NumberFormat/throws-for-maximumFractionDigits-under-limit.js
+22 −0 test/intl402/NumberFormat/throws-for-minimumFractionDigits-over-limit.js
+22 −0 test/intl402/NumberFormat/throws-for-minimumFractionDigits-under-limit.js

0 comments on commit 8325209

Please sign in to comment.