mirror of https://github.com/tc39/test262.git
Temporal: Add missing feature flag for prototype.constructor tests.
This commit is contained in:
parent
ba5529d926
commit
a3f09ea074
|
@ -6,6 +6,7 @@ esid: sec-temporal.calendar.prototype.constructor
|
|||
description: Test for Temporal.Calendar.prototype.constructor.
|
||||
info: The initial value of Temporal.Calendar.prototype.constructor is %Temporal.Calendar%.
|
||||
includes: [propertyHelper.js]
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
verifyProperty(Temporal.Calendar.prototype, "constructor", {
|
||||
|
|
|
@ -6,6 +6,7 @@ esid: sec-temporal.duration.prototype.constructor
|
|||
description: Test for Temporal.Duration.prototype.constructor.
|
||||
info: The initial value of Temporal.Duration.prototype.constructor is %Temporal.Duration%.
|
||||
includes: [propertyHelper.js]
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
verifyProperty(Temporal.Duration.prototype, "constructor", {
|
||||
|
|
|
@ -6,6 +6,7 @@ esid: sec-temporal.instant.prototype.constructor
|
|||
description: Test for Temporal.Instant.prototype.constructor.
|
||||
info: The initial value of Temporal.Instant.prototype.constructor is %Temporal.Instant%.
|
||||
includes: [propertyHelper.js]
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
verifyProperty(Temporal.Instant.prototype, "constructor", {
|
||||
|
|
|
@ -6,6 +6,7 @@ esid: sec-temporal.plaindate.prototype.constructor
|
|||
description: Test for Temporal.PlainDate.prototype.constructor.
|
||||
info: The initial value of Temporal.PlainDate.prototype.constructor is %Temporal.PlainDate%.
|
||||
includes: [propertyHelper.js]
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
verifyProperty(Temporal.PlainDate.prototype, "constructor", {
|
||||
|
|
|
@ -6,6 +6,7 @@ esid: sec-temporal.plaindatetime.prototype.constructor
|
|||
description: Test for Temporal.PlainDateTime.prototype.constructor.
|
||||
info: The initial value of Temporal.PlainDateTime.prototype.constructor is %Temporal.PlainDateTime%.
|
||||
includes: [propertyHelper.js]
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
verifyProperty(Temporal.PlainDateTime.prototype, "constructor", {
|
||||
|
|
|
@ -6,6 +6,7 @@ esid: sec-temporal.plainmonthday.prototype.constructor
|
|||
description: Test for Temporal.PlainMonthDay.prototype.constructor.
|
||||
info: The initial value of Temporal.PlainMonthDay.prototype.constructor is %Temporal.PlainMonthDay%.
|
||||
includes: [propertyHelper.js]
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
verifyProperty(Temporal.PlainMonthDay.prototype, "constructor", {
|
||||
|
|
|
@ -6,6 +6,7 @@ esid: sec-temporal.plaintime.prototype.constructor
|
|||
description: Test for Temporal.PlainTime.prototype.constructor.
|
||||
info: The initial value of Temporal.PlainTime.prototype.constructor is %Temporal.PlainTime%.
|
||||
includes: [propertyHelper.js]
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
verifyProperty(Temporal.PlainTime.prototype, "constructor", {
|
||||
|
|
|
@ -6,6 +6,7 @@ esid: sec-temporal.plainyearmonth.prototype.constructor
|
|||
description: Test for Temporal.PlainYearMonth.prototype.constructor.
|
||||
info: The initial value of Temporal.PlainYearMonth.prototype.constructor is %Temporal.PlainYearMonth%.
|
||||
includes: [propertyHelper.js]
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
verifyProperty(Temporal.PlainYearMonth.prototype, "constructor", {
|
||||
|
|
|
@ -6,6 +6,7 @@ esid: sec-temporal.timezone.prototype.constructor
|
|||
description: Test for Temporal.TimeZone.prototype.constructor.
|
||||
info: The initial value of Temporal.TimeZone.prototype.constructor is %Temporal.TimeZone%.
|
||||
includes: [propertyHelper.js]
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
verifyProperty(Temporal.TimeZone.prototype, "constructor", {
|
||||
|
|
|
@ -6,6 +6,7 @@ esid: sec-temporal.zoneddatetime.prototype.constructor
|
|||
description: Test for Temporal.ZonedDateTime.prototype.constructor.
|
||||
info: The initial value of Temporal.ZonedDateTime.prototype.constructor is %Temporal.ZonedDateTime%.
|
||||
includes: [propertyHelper.js]
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
verifyProperty(Temporal.ZonedDateTime.prototype, "constructor", {
|
||||
|
|
Loading…
Reference in New Issue