From c125a8dc610bb0f03366d342dc2f1f41712f0caa Mon Sep 17 00:00:00 2001 From: Ben Allen Date: Mon, 17 Nov 2025 11:48:12 -0800 Subject: [PATCH] Added Intl.Era-monthcode feature for several tests --- .../prototype/since/wrapping-at-end-of-month-chinese.js | 2 +- .../prototype/until/wrapping-at-end-of-month-chinese.js | 2 +- .../Temporal/PlainDate/prototype/with/leap-months-chinese.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/intl402/Temporal/PlainDate/prototype/since/wrapping-at-end-of-month-chinese.js b/test/intl402/Temporal/PlainDate/prototype/since/wrapping-at-end-of-month-chinese.js index a494e8efdb..a8bdd58015 100644 --- a/test/intl402/Temporal/PlainDate/prototype/since/wrapping-at-end-of-month-chinese.js +++ b/test/intl402/Temporal/PlainDate/prototype/since/wrapping-at-end-of-month-chinese.js @@ -5,7 +5,7 @@ esid: sec-temporal.plaindate.prototype.since description: Tests balancing of days to months at end of month (chinese calendar) includes: [temporalHelpers.js] -features: [Temporal] +features: [Temporal, Intl.Era-monthcode] ---*/ const calendar = "chinese"; diff --git a/test/intl402/Temporal/PlainDate/prototype/until/wrapping-at-end-of-month-chinese.js b/test/intl402/Temporal/PlainDate/prototype/until/wrapping-at-end-of-month-chinese.js index 5d3a77601e..a67da679b5 100644 --- a/test/intl402/Temporal/PlainDate/prototype/until/wrapping-at-end-of-month-chinese.js +++ b/test/intl402/Temporal/PlainDate/prototype/until/wrapping-at-end-of-month-chinese.js @@ -5,7 +5,7 @@ esid: sec-temporal.plaindate.prototype.until description: Tests balancing of days to months at end of month (chinese calendar) includes: [temporalHelpers.js] -features: [Temporal] +features: [Temporal, Intl.Era-monthcode] ---*/ const calendar = "chinese"; diff --git a/test/intl402/Temporal/PlainDate/prototype/with/leap-months-chinese.js b/test/intl402/Temporal/PlainDate/prototype/with/leap-months-chinese.js index d4e54e3051..eebefe1fd7 100644 --- a/test/intl402/Temporal/PlainDate/prototype/with/leap-months-chinese.js +++ b/test/intl402/Temporal/PlainDate/prototype/with/leap-months-chinese.js @@ -4,7 +4,7 @@ /*--- esid: sec-temporal.plaindate.prototype.with description: Check constraining leap months when year changes in chinese calendar -features: [Temporal] +features: [Temporal, Intl.Era-monthcode] includes: [temporalHelpers.js] ---*/