Title: [245201] trunk/JSTests
Revision
245201
Author
[email protected]
Date
2019-05-10 16:42:53 -0700 (Fri, 10 May 2019)

Log Message

[Test262] Unreviewed expectations update following r245188.

* test262/config.yaml:
* test262/expectations.yaml:

* test262/test/intl402/DateTimeFormat/prototype/formatRange/date-is-infinity-throws.js:
* test262/test/intl402/DateTimeFormat/prototype/formatRange/date-is-nan-throws.js:
* test262/test/intl402/DateTimeFormat/prototype/formatRange/date-undefined-throws.js:
* test262/test/intl402/DateTimeFormat/prototype/formatRange/date-x-greater-than-y-throws.js:
* test262/test/intl402/DateTimeFormat/prototype/formatRange/this-is-not-object-throws.js:
* test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-infinity-throws.js:
* test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-nan-throws.js:
* test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-undefined-throws.js:
* test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-x-greater-than-y-throws.js:
* test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/this-is-not-object-throws.js:
These files have invalid YAML comments. Will also submit corrections back to Test262.

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (245200 => 245201)


--- trunk/JSTests/ChangeLog	2019-05-10 23:33:38 UTC (rev 245200)
+++ trunk/JSTests/ChangeLog	2019-05-10 23:42:53 UTC (rev 245201)
@@ -1,3 +1,22 @@
+2019-05-10  Ross Kirsling  <[email protected]>
+
+        [Test262] Unreviewed expectations update following r245188.
+
+        * test262/config.yaml:
+        * test262/expectations.yaml:
+
+        * test262/test/intl402/DateTimeFormat/prototype/formatRange/date-is-infinity-throws.js:
+        * test262/test/intl402/DateTimeFormat/prototype/formatRange/date-is-nan-throws.js:
+        * test262/test/intl402/DateTimeFormat/prototype/formatRange/date-undefined-throws.js:
+        * test262/test/intl402/DateTimeFormat/prototype/formatRange/date-x-greater-than-y-throws.js:
+        * test262/test/intl402/DateTimeFormat/prototype/formatRange/this-is-not-object-throws.js:
+        * test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-infinity-throws.js:
+        * test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-nan-throws.js:
+        * test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-undefined-throws.js:
+        * test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-x-greater-than-y-throws.js:
+        * test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/this-is-not-object-throws.js:
+        These files have invalid YAML comments. Will also submit corrections back to Test262.
+
 2019-05-10  Keith Miller  <[email protected]>
 
         Update test262 tests.

Modified: trunk/JSTests/test262/config.yaml (245200 => 245201)


--- trunk/JSTests/test262/config.yaml	2019-05-10 23:33:38 UTC (rev 245200)
+++ trunk/JSTests/test262/config.yaml	2019-05-10 23:42:53 UTC (rev 245201)
@@ -24,10 +24,15 @@
     - class-static-fields-public
     - class-static-fields-private
     - class-static-methods-private
+    - Intl.DateTimeFormat-datetimestyle
+    - Intl.DateTimeFormat-formatRange
     - Intl.ListFormat
     - Intl.Locale
+    - Intl.NumberFormat-unified
     - Intl.RelativeTimeFormat
     - Intl.Segmenter
+    # https://bugs.webkit.org/show_bug.cgi?id=196332
+    - Promise.allSettled
   files:
     - test/built-ins/Array/prototype/reverse/length-exceeding-integer-limit-with-object.js
     - test/built-ins/Array/prototype/unshift/length-near-integer-limit.js

Modified: trunk/JSTests/test262/expectations.yaml (245200 => 245201)


--- trunk/JSTests/test262/expectations.yaml	2019-05-10 23:33:38 UTC (rev 245200)
+++ trunk/JSTests/test262/expectations.yaml	2019-05-10 23:42:53 UTC (rev 245201)
@@ -1,10 +1,13 @@
 ---
 test/annexB/built-ins/Function/createdynfn-html-close-comment-params.js:
-  default: "SyntaxError: Unexpected token '--'. Expected a parameter pattern or a ')' in parameter list."
-  strict mode: "SyntaxError: Unexpected token '--'. Expected a parameter pattern or a ')' in parameter list."
+  default: "SyntaxError: Unexpected token '}'. Expected a parameter pattern or a ')' in parameter list."
+  strict mode: "SyntaxError: Unexpected token '}'. Expected a parameter pattern or a ')' in parameter list."
 test/annexB/built-ins/Function/createdynfn-html-open-comment-params.js:
   default: "SyntaxError: Unexpected token '}'. Expected a parameter pattern or a ')' in parameter list."
   strict mode: "SyntaxError: Unexpected token '}'. Expected a parameter pattern or a ')' in parameter list."
+test/annexB/built-ins/Function/createdynfn-no-line-terminator-html-close-comment-body.js:
+  default: 'Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all'
+  strict mode: 'Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all'
 test/annexB/built-ins/RegExp/prototype/Symbol.split/Symbol.match-getter-recompiles-source.js:
   default: 'Test262Error: Expected SameValue(«», «a») to be true'
   strict mode: 'Test262Error: Expected SameValue(«», «a») to be true'
@@ -864,6 +867,15 @@
 test/built-ins/Date/proto-from-ctor-realm-zero.js:
   default: 'TypeError: Type error'
   strict mode: 'TypeError: Type error'
+test/built-ins/Date/prototype/toDateString/negative-year.js:
+  default: 'Test262Error: Date.prototype.toDateString serializes year -1 to "-0001" Expected SameValue(«-001», «-0001») to be true'
+  strict mode: 'Test262Error: Date.prototype.toDateString serializes year -1 to "-0001" Expected SameValue(«-001», «-0001») to be true'
+test/built-ins/Date/prototype/toString/negative-year.js:
+  default: 'Test262Error: Date.prototype.toString serializes year -1 to "-0001" Expected SameValue(«-001», «-0001») to be true'
+  strict mode: 'Test262Error: Date.prototype.toString serializes year -1 to "-0001" Expected SameValue(«-001», «-0001») to be true'
+test/built-ins/Date/prototype/toUTCString/negative-year.js:
+  default: 'Test262Error: Date.prototype.toUTCString serializes year -1 to "-0001" Expected SameValue(«-001», «-0001») to be true'
+  strict mode: 'Test262Error: Date.prototype.toUTCString serializes year -1 to "-0001" Expected SameValue(«-001», «-0001») to be true'
 test/built-ins/Error/proto-from-ctor-realm.js:
   default: 'Test262Error: Expected SameValue(«Error», «Error») to be true'
   strict mode: 'Test262Error: Expected SameValue(«Error», «Error») to be true'
@@ -1068,6 +1080,12 @@
 test/built-ins/Object/prototype/toString/proxy-function.js:
   default: 'Test262Error: function proxy Expected SameValue(«[object Object]», «[object Function]») to be true'
   strict mode: 'Test262Error: function proxy Expected SameValue(«[object Object]», «[object Function]») to be true'
+test/built-ins/Promise/all/invoke-resolve-get-error-close.js:
+  default: 'Test262Error: Expected SameValue(«1», «0») to be true'
+  strict mode: 'Test262Error: Expected SameValue(«1», «0») to be true'
+test/built-ins/Promise/all/invoke-resolve-get-once-multiple-calls.js:
+  default: 'Test262Error: Got `resolve` only once for each iterated value Expected SameValue(«4», «1») to be true'
+  strict mode: 'Test262Error: Got `resolve` only once for each iterated value Expected SameValue(«4», «1») to be true'
 test/built-ins/Promise/all/resolve-element-function-nonconstructor.js:
   default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
   strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
@@ -1074,6 +1092,15 @@
 test/built-ins/Promise/proto-from-ctor-realm.js:
   default: 'Test262Error: Expected SameValue(«[object Promise]», «[object Promise]») to be true'
   strict mode: 'Test262Error: Expected SameValue(«[object Promise]», «[object Promise]») to be true'
+test/built-ins/Promise/race/invoke-resolve-get-error-close.js:
+  default: 'Test262Error: Expected SameValue(«1», «0») to be true'
+  strict mode: 'Test262Error: Expected SameValue(«1», «0») to be true'
+test/built-ins/Promise/race/invoke-resolve-get-once-multiple-calls.js:
+  default: 'Test262Error: Got `resolve` only once for each iterated value Expected SameValue(«4», «1») to be true'
+  strict mode: 'Test262Error: Got `resolve` only once for each iterated value Expected SameValue(«4», «1») to be true'
+test/built-ins/Promise/race/invoke-resolve-get-once-no-calls.js:
+  default: 'Test262Error: Got `resolve` only once for each iterated value Expected SameValue(«0», «1») to be true'
+  strict mode: 'Test262Error: Got `resolve` only once for each iterated value Expected SameValue(«0», «1») to be true'
 test/built-ins/Promise/reject-function-nonconstructor.js:
   default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
   strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
@@ -1098,6 +1125,15 @@
 test/built-ins/Proxy/create-handler-is-revoked-proxy.js:
   default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
   strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
+test/built-ins/Proxy/defineProperty/targetdesc-not-configurable-writable-desc-not-writable.js:
+  default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
+  strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
+test/built-ins/Proxy/deleteProperty/targetdesc-is-configurable-target-is-not-extensible.js:
+  default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
+  strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
+test/built-ins/Proxy/getOwnPropertyDescriptor/resultdesc-is-not-configurable-not-writable-targetdesc-is-writable.js:
+  default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
+  strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
 test/built-ins/RegExp/named-groups/groups-object-subclass-sans.js:
   default: 'Test262Error: Expected SameValue(«b», «$<a>») to be true'
   strict mode: 'Test262Error: Expected SameValue(«b», «$<a>») to be true'
@@ -1128,6 +1164,282 @@
 test/built-ins/RegExp/property-escapes/character-class-range-start.js:
   default: 'Test262: This statement should not be evaluated.'
   strict mode: 'Test262: This statement should not be evaluated.'
+test/built-ins/RegExp/property-escapes/generated/Alphabetic.js:
+  default: 'Test262Error: `\p{Alphabetic}` should match U+001CFA (`ᳺ`)'
+  strict mode: 'Test262Error: `\p{Alphabetic}` should match U+001CFA (`ᳺ`)'
+test/built-ins/RegExp/property-escapes/generated/Assigned.js:
+  default: 'Test262Error: `\p{Assigned}` should match U+01E2FF (`𞋿`)'
+  strict mode: 'Test262Error: `\p{Assigned}` should match U+01E2FF (`𞋿`)'
+test/built-ins/RegExp/property-escapes/generated/Case_Ignorable.js:
+  default: 'Test262Error: `\p{Case_Ignorable}` should match U+0119E0 (`𑧠`)'
+  strict mode: 'Test262Error: `\p{Case_Ignorable}` should match U+0119E0 (`𑧠`)'
+test/built-ins/RegExp/property-escapes/generated/Cased.js:
+  default: 'Test262Error: `\p{Cased}` should match U+00A7BA (`Ꞻ`)'
+  strict mode: 'Test262Error: `\p{Cased}` should match U+00A7BA (`Ꞻ`)'
+test/built-ins/RegExp/property-escapes/generated/Changes_When_Casefolded.js:
+  default: 'Test262Error: `\p{Changes_When_Casefolded}` should match U+00A7BA (`Ꞻ`)'
+  strict mode: 'Test262Error: `\p{Changes_When_Casefolded}` should match U+00A7BA (`Ꞻ`)'
+test/built-ins/RegExp/property-escapes/generated/Changes_When_Casemapped.js:
+  default: 'Test262Error: `\p{Changes_When_Casemapped}` should match U+001D8E (`ᶎ`)'
+  strict mode: 'Test262Error: `\p{Changes_When_Casemapped}` should match U+001D8E (`ᶎ`)'
+test/built-ins/RegExp/property-escapes/generated/Changes_When_Lowercased.js:
+  default: 'Test262Error: `\p{Changes_When_Lowercased}` should match U+00A7BA (`Ꞻ`)'
+  strict mode: 'Test262Error: `\p{Changes_When_Lowercased}` should match U+00A7BA (`Ꞻ`)'
+test/built-ins/RegExp/property-escapes/generated/Changes_When_NFKC_Casefolded.js:
+  default: 'Test262Error: `\p{Changes_When_NFKC_Casefolded}` should match U+00A7BA (`Ꞻ`)'
+  strict mode: 'Test262Error: `\p{Changes_When_NFKC_Casefolded}` should match U+00A7BA (`Ꞻ`)'
+test/built-ins/RegExp/property-escapes/generated/Changes_When_Titlecased.js:
+  default: 'Test262Error: `\p{Changes_When_Titlecased}` should match U+001D8E (`ᶎ`)'
+  strict mode: 'Test262Error: `\p{Changes_When_Titlecased}` should match U+001D8E (`ᶎ`)'
+test/built-ins/RegExp/property-escapes/generated/Changes_When_Uppercased.js:
+  default: 'Test262Error: `\p{Changes_When_Uppercased}` should match U+001D8E (`ᶎ`)'
+  strict mode: 'Test262Error: `\p{Changes_When_Uppercased}` should match U+001D8E (`ᶎ`)'
+test/built-ins/RegExp/property-escapes/generated/Diacritic.js:
+  default: 'Test262Error: `\p{Diacritic}` should match U+000EBA (`຺`)'
+  strict mode: 'Test262Error: `\p{Diacritic}` should match U+000EBA (`຺`)'
+test/built-ins/RegExp/property-escapes/generated/Emoji.js:
+  default: 'Test262Error: `\p{Emoji}` should match U+01F6D5 (`🛕`)'
+  strict mode: 'Test262Error: `\p{Emoji}` should match U+01F6D5 (`🛕`)'
+test/built-ins/RegExp/property-escapes/generated/Emoji_Modifier_Base.js:
+  default: 'Test262Error: `\p{Emoji_Modifier_Base}` should match U+01F48F (`💏`)'
+  strict mode: 'Test262Error: `\p{Emoji_Modifier_Base}` should match U+01F48F (`💏`)'
+test/built-ins/RegExp/property-escapes/generated/Emoji_Presentation.js:
+  default: 'Test262Error: `\p{Emoji_Presentation}` should match U+01F6D5 (`🛕`)'
+  strict mode: 'Test262Error: `\p{Emoji_Presentation}` should match U+01F6D5 (`🛕`)'
+test/built-ins/RegExp/property-escapes/generated/Extender.js:
+  default: 'Test262Error: `\p{Extender}` should match U+016FE3 (`𖿣`)'
+  strict mode: 'Test262Error: `\p{Extender}` should match U+016FE3 (`𖿣`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Cased_Letter.js:
+  default: 'Test262Error: `\p{General_Category=Cased_Letter}` should match U+00A7BA (`Ꞻ`)'
+  strict mode: 'Test262Error: `\p{General_Category=Cased_Letter}` should match U+00A7BA (`Ꞻ`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Currency_Symbol.js:
+  default: 'Test262Error: `\p{General_Category=Currency_Symbol}` should match U+01E2FF (`𞋿`)'
+  strict mode: 'Test262Error: `\p{General_Category=Currency_Symbol}` should match U+01E2FF (`𞋿`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Decimal_Number.js:
+  default: 'Test262Error: `\p{General_Category=Decimal_Number}` should match U+01E140 (`𞅀`)'
+  strict mode: 'Test262Error: `\p{General_Category=Decimal_Number}` should match U+01E140 (`𞅀`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Format.js:
+  default: 'Test262Error: `\p{General_Category=Format}` should match U+013430 (`𓐰`)'
+  strict mode: 'Test262Error: `\p{General_Category=Format}` should match U+013430 (`𓐰`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Letter.js:
+  default: 'Test262Error: `\p{General_Category=Letter}` should match U+001CFA (`ᳺ`)'
+  strict mode: 'Test262Error: `\p{General_Category=Letter}` should match U+001CFA (`ᳺ`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Lowercase_Letter.js:
+  default: 'Test262Error: `\p{General_Category=Lowercase_Letter}` should match U+00A7BB (`ꞻ`)'
+  strict mode: 'Test262Error: `\p{General_Category=Lowercase_Letter}` should match U+00A7BB (`ꞻ`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Mark.js:
+  default: 'Test262Error: `\p{General_Category=Mark}` should match U+0119E4 (`𑧤`)'
+  strict mode: 'Test262Error: `\p{General_Category=Mark}` should match U+0119E4 (`𑧤`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Modifier_Letter.js:
+  default: 'Test262Error: `\p{General_Category=Modifier_Letter}` should match U+016FE3 (`𖿣`)'
+  strict mode: 'Test262Error: `\p{General_Category=Modifier_Letter}` should match U+016FE3 (`𖿣`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Nonspacing_Mark.js:
+  default: 'Test262Error: `\p{General_Category=Nonspacing_Mark}` should match U+0119E0 (`𑧠`)'
+  strict mode: 'Test262Error: `\p{General_Category=Nonspacing_Mark}` should match U+0119E0 (`𑧠`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Number.js:
+  default: 'Test262Error: `\p{General_Category=Number}` should match U+011FC0 (`𑿀`)'
+  strict mode: 'Test262Error: `\p{General_Category=Number}` should match U+011FC0 (`𑿀`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Other.js:
+  default: 'Test262Error: `\P{General_Category=Other}` should match U+01E2FF (`𞋿`)'
+  strict mode: 'Test262Error: `\P{General_Category=Other}` should match U+01E2FF (`𞋿`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Other_Letter.js:
+  default: 'Test262Error: `\p{General_Category=Other_Letter}` should match U+001CFA (`ᳺ`)'
+  strict mode: 'Test262Error: `\p{General_Category=Other_Letter}` should match U+001CFA (`ᳺ`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Other_Number.js:
+  default: 'Test262Error: `\p{General_Category=Other_Number}` should match U+011FC0 (`𑿀`)'
+  strict mode: 'Test262Error: `\p{General_Category=Other_Number}` should match U+011FC0 (`𑿀`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Other_Punctuation.js:
+  default: 'Test262Error: `\p{General_Category=Other_Punctuation}` should match U+000C77 (`à±·`)'
+  strict mode: 'Test262Error: `\p{General_Category=Other_Punctuation}` should match U+000C77 (`à±·`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Other_Symbol.js:
+  default: 'Test262Error: `\p{General_Category=Other_Symbol}` should match U+00166D (`᙭`)'
+  strict mode: 'Test262Error: `\p{General_Category=Other_Symbol}` should match U+00166D (`᙭`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Punctuation.js:
+  default: 'Test262Error: `\p{General_Category=Punctuation}` should match U+000C77 (`à±·`)'
+  strict mode: 'Test262Error: `\p{General_Category=Punctuation}` should match U+000C77 (`à±·`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Spacing_Mark.js:
+  default: 'Test262Error: `\p{General_Category=Spacing_Mark}` should match U+0119E4 (`𑧤`)'
+  strict mode: 'Test262Error: `\p{General_Category=Spacing_Mark}` should match U+0119E4 (`𑧤`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Symbol.js:
+  default: 'Test262Error: `\p{General_Category=Symbol}` should match U+00166D (`᙭`)'
+  strict mode: 'Test262Error: `\p{General_Category=Symbol}` should match U+00166D (`᙭`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Unassigned.js:
+  default: 'Test262Error: `\P{General_Category=Unassigned}` should match U+01E2FF (`𞋿`)'
+  strict mode: 'Test262Error: `\P{General_Category=Unassigned}` should match U+01E2FF (`𞋿`)'
+test/built-ins/RegExp/property-escapes/generated/General_Category_-_Uppercase_Letter.js:
+  default: 'Test262Error: `\p{General_Category=Uppercase_Letter}` should match U+00A7BA (`Ꞻ`)'
+  strict mode: 'Test262Error: `\p{General_Category=Uppercase_Letter}` should match U+00A7BA (`Ꞻ`)'
+test/built-ins/RegExp/property-escapes/generated/Grapheme_Base.js:
+  default: 'Test262Error: `\p{Grapheme_Base}` should match U+001CFA (`ᳺ`)'
+  strict mode: 'Test262Error: `\p{Grapheme_Base}` should match U+001CFA (`ᳺ`)'
+test/built-ins/RegExp/property-escapes/generated/Grapheme_Extend.js:
+  default: 'Test262Error: `\p{Grapheme_Extend}` should match U+0119E0 (`𑧠`)'
+  strict mode: 'Test262Error: `\p{Grapheme_Extend}` should match U+0119E0 (`𑧠`)'
+test/built-ins/RegExp/property-escapes/generated/ID_Continue.js:
+  default: 'Test262Error: `\p{ID_Continue}` should match U+016FE3 (`𖿣`)'
+  strict mode: 'Test262Error: `\p{ID_Continue}` should match U+016FE3 (`𖿣`)'
+test/built-ins/RegExp/property-escapes/generated/ID_Start.js:
+  default: 'Test262Error: `\p{ID_Start}` should match U+001CFA (`ᳺ`)'
+  strict mode: 'Test262Error: `\p{ID_Start}` should match U+001CFA (`ᳺ`)'
+test/built-ins/RegExp/property-escapes/generated/Ideographic.js:
+  default: 'Test262Error: `\p{Ideographic}` should match U+0187F2 (`𘟲`)'
+  strict mode: 'Test262Error: `\p{Ideographic}` should match U+0187F2 (`𘟲`)'
+test/built-ins/RegExp/property-escapes/generated/Lowercase.js:
+  default: 'Test262Error: `\p{Lowercase}` should match U+00A7BB (`ꞻ`)'
+  strict mode: 'Test262Error: `\p{Lowercase}` should match U+00A7BB (`ꞻ`)'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Adlam.js:
+  default: 'Test262Error: `\p{Script=Adlam}` should match U+01E94B (`𞥋`)'
+  strict mode: 'Test262Error: `\p{Script=Adlam}` should match U+01E94B (`𞥋`)'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Common.js:
+  default: 'Test262Error: `\p{Script=Common}` should match U+001CFA (`ᳺ`)'
+  strict mode: 'Test262Error: `\p{Script=Common}` should match U+001CFA (`ᳺ`)'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Devanagari.js:
+  default: 'Test262Error: `\P{Script=Devanagari}` should match U+000953 (`॓`)'
+  strict mode: 'Test262Error: `\P{Script=Devanagari}` should match U+000953 (`॓`)'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Egyptian_Hieroglyphs.js:
+  default: 'Test262Error: `\p{Script=Egyptian_Hieroglyphs}` should match U+013430 (`𓐰`)'
+  strict mode: 'Test262Error: `\p{Script=Egyptian_Hieroglyphs}` should match U+013430 (`𓐰`)'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Elymaic.js:
+  default: 'SyntaxError: Invalid regular _expression_: invalid property _expression_'
+  strict mode: 'SyntaxError: Invalid regular _expression_: invalid property _expression_'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Hiragana.js:
+  default: 'Test262Error: `\p{Script=Hiragana}` should match U+01B150 (`𛅐`)'
+  strict mode: 'Test262Error: `\p{Script=Hiragana}` should match U+01B150 (`𛅐`)'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Inherited.js:
+  default: 'Test262Error: `\p{Script=Inherited}` should match U+000953 (`॓`)'
+  strict mode: 'Test262Error: `\p{Script=Inherited}` should match U+000953 (`॓`)'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Katakana.js:
+  default: 'Test262Error: `\p{Script=Katakana}` should match U+01B164 (`𛅤`)'
+  strict mode: 'Test262Error: `\p{Script=Katakana}` should match U+01B164 (`𛅤`)'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Lao.js:
+  default: 'Test262Error: `\p{Script=Lao}` should match U+000E86 (`ຆ`)'
+  strict mode: 'Test262Error: `\p{Script=Lao}` should match U+000E86 (`ຆ`)'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Latin.js:
+  default: 'Test262Error: `\p{Script=Latin}` should match U+00A7BA (`Ꞻ`)'
+  strict mode: 'Test262Error: `\p{Script=Latin}` should match U+00A7BA (`Ꞻ`)'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Miao.js:
+  default: 'Test262Error: `\p{Script=Miao}` should match U+016F45 (`𖽅`)'
+  strict mode: 'Test262Error: `\p{Script=Miao}` should match U+016F45 (`𖽅`)'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Nandinagari.js:
+  default: 'SyntaxError: Invalid regular _expression_: invalid property _expression_'
+  strict mode: 'SyntaxError: Invalid regular _expression_: invalid property _expression_'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Newa.js:
+  default: 'Test262Error: `\p{Script=Newa}` should match U+01145F (`𑑟`)'
+  strict mode: 'Test262Error: `\p{Script=Newa}` should match U+01145F (`𑑟`)'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Nyiakeng_Puachue_Hmong.js:
+  default: 'SyntaxError: Invalid regular _expression_: invalid property _expression_'
+  strict mode: 'SyntaxError: Invalid regular _expression_: invalid property _expression_'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Soyombo.js:
+  default: 'Test262Error: `\p{Script=Soyombo}` should match U+011A84 (`𑪄`)'
+  strict mode: 'Test262Error: `\p{Script=Soyombo}` should match U+011A84 (`𑪄`)'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Takri.js:
+  default: 'Test262Error: `\p{Script=Takri}` should match U+0116B8 (`𑚸`)'
+  strict mode: 'Test262Error: `\p{Script=Takri}` should match U+0116B8 (`𑚸`)'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Tamil.js:
+  default: 'Test262Error: `\p{Script=Tamil}` should match U+011FFF (`𑿿`)'
+  strict mode: 'Test262Error: `\p{Script=Tamil}` should match U+011FFF (`𑿿`)'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Tangut.js:
+  default: 'Test262Error: `\p{Script=Tangut}` should match U+0187F2 (`𘟲`)'
+  strict mode: 'Test262Error: `\p{Script=Tangut}` should match U+0187F2 (`𘟲`)'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Telugu.js:
+  default: 'Test262Error: `\p{Script=Telugu}` should match U+000C77 (`à±·`)'
+  strict mode: 'Test262Error: `\p{Script=Telugu}` should match U+000C77 (`à±·`)'
+test/built-ins/RegExp/property-escapes/generated/Script_-_Wancho.js:
+  default: 'SyntaxError: Invalid regular _expression_: invalid property _expression_'
+  strict mode: 'SyntaxError: Invalid regular _expression_: invalid property _expression_'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Adlam.js:
+  default: 'Test262Error: `\p{Script_Extensions=Adlam}` should match U+01E94B (`𞥋`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Adlam}` should match U+01E94B (`𞥋`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Bengali.js:
+  default: 'Test262Error: `\p{Script_Extensions=Bengali}` should match U+001CF2 (`á³²`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Bengali}` should match U+001CF2 (`á³²`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Common.js:
+  default: 'Test262Error: `\p{Script_Extensions=Common}` should match U+002BC9 (`⯉`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Common}` should match U+002BC9 (`⯉`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Devanagari.js:
+  default: 'Test262Error: `\P{Script_Extensions=Devanagari}` should match U+000953 (`॓`)'
+  strict mode: 'Test262Error: `\P{Script_Extensions=Devanagari}` should match U+000953 (`॓`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Egyptian_Hieroglyphs.js:
+  default: 'Test262Error: `\p{Script_Extensions=Egyptian_Hieroglyphs}` should match U+013430 (`𓐰`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Egyptian_Hieroglyphs}` should match U+013430 (`𓐰`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Elymaic.js:
+  default: 'SyntaxError: Invalid regular _expression_: invalid property _expression_'
+  strict mode: 'SyntaxError: Invalid regular _expression_: invalid property _expression_'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Grantha.js:
+  default: 'Test262Error: `\p{Script_Extensions=Grantha}` should match U+011FD3 (`𑿓`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Grantha}` should match U+011FD3 (`𑿓`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Hiragana.js:
+  default: 'Test262Error: `\p{Script_Extensions=Hiragana}` should match U+01B150 (`𛅐`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Hiragana}` should match U+01B150 (`𛅐`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Inherited.js:
+  default: 'Test262Error: `\p{Script_Extensions=Inherited}` should match U+000953 (`॓`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Inherited}` should match U+000953 (`॓`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Kannada.js:
+  default: 'Test262Error: `\p{Script_Extensions=Kannada}` should match U+001CF2 (`á³²`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Kannada}` should match U+001CF2 (`á³²`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Katakana.js:
+  default: 'Test262Error: `\p{Script_Extensions=Katakana}` should match U+01B164 (`𛅤`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Katakana}` should match U+01B164 (`𛅤`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Lao.js:
+  default: 'Test262Error: `\p{Script_Extensions=Lao}` should match U+000E86 (`ຆ`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Lao}` should match U+000E86 (`ຆ`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Latin.js:
+  default: 'Test262Error: `\p{Script_Extensions=Latin}` should match U+00202F (` `)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Latin}` should match U+00202F (` `)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Masaram_Gondi.js:
+  default: 'Test262Error: `\p{Script_Extensions=Masaram_Gondi}` should match U+000964 (`।`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Masaram_Gondi}` should match U+000964 (`।`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Miao.js:
+  default: 'Test262Error: `\p{Script_Extensions=Miao}` should match U+016F45 (`𖽅`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Miao}` should match U+016F45 (`𖽅`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Mongolian.js:
+  default: 'Test262Error: `\p{Script_Extensions=Mongolian}` should match U+00202F (` `)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Mongolian}` should match U+00202F (` `)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Nandinagari.js:
+  default: 'SyntaxError: Invalid regular _expression_: invalid property _expression_'
+  strict mode: 'SyntaxError: Invalid regular _expression_: invalid property _expression_'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Newa.js:
+  default: 'Test262Error: `\p{Script_Extensions=Newa}` should match U+01145F (`𑑟`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Newa}` should match U+01145F (`𑑟`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Nyiakeng_Puachue_Hmong.js:
+  default: 'SyntaxError: Invalid regular _expression_: invalid property _expression_'
+  strict mode: 'SyntaxError: Invalid regular _expression_: invalid property _expression_'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Oriya.js:
+  default: 'Test262Error: `\p{Script_Extensions=Oriya}` should match U+001CF2 (`á³²`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Oriya}` should match U+001CF2 (`á³²`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Soyombo.js:
+  default: 'Test262Error: `\p{Script_Extensions=Soyombo}` should match U+011A84 (`𑪄`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Soyombo}` should match U+011A84 (`𑪄`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Takri.js:
+  default: 'Test262Error: `\p{Script_Extensions=Takri}` should match U+0116B8 (`𑚸`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Takri}` should match U+0116B8 (`𑚸`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Tamil.js:
+  default: 'Test262Error: `\p{Script_Extensions=Tamil}` should match U+011FFF (`𑿿`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Tamil}` should match U+011FFF (`𑿿`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Tangut.js:
+  default: 'Test262Error: `\p{Script_Extensions=Tangut}` should match U+0187F2 (`𘟲`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Tangut}` should match U+0187F2 (`𘟲`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Telugu.js:
+  default: 'Test262Error: `\p{Script_Extensions=Telugu}` should match U+001CF2 (`á³²`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Telugu}` should match U+001CF2 (`á³²`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Tirhuta.js:
+  default: 'Test262Error: `\p{Script_Extensions=Tirhuta}` should match U+001CF2 (`á³²`)'
+  strict mode: 'Test262Error: `\p{Script_Extensions=Tirhuta}` should match U+001CF2 (`á³²`)'
+test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Wancho.js:
+  default: 'SyntaxError: Invalid regular _expression_: invalid property _expression_'
+  strict mode: 'SyntaxError: Invalid regular _expression_: invalid property _expression_'
+test/built-ins/RegExp/property-escapes/generated/Terminal_Punctuation.js:
+  default: 'Test262Error: `\p{Terminal_Punctuation}` should match U+002E4F (`⹏`)'
+  strict mode: 'Test262Error: `\p{Terminal_Punctuation}` should match U+002E4F (`⹏`)'
+test/built-ins/RegExp/property-escapes/generated/Uppercase.js:
+  default: 'Test262Error: `\p{Uppercase}` should match U+00A7BA (`Ꞻ`)'
+  strict mode: 'Test262Error: `\p{Uppercase}` should match U+00A7BA (`Ꞻ`)'
+test/built-ins/RegExp/property-escapes/generated/XID_Continue.js:
+  default: 'Test262Error: `\p{XID_Continue}` should match U+016FE3 (`𖿣`)'
+  strict mode: 'Test262Error: `\p{XID_Continue}` should match U+016FE3 (`𖿣`)'
+test/built-ins/RegExp/property-escapes/generated/XID_Start.js:
+  default: 'Test262Error: `\p{XID_Start}` should match U+001CFA (`ᳺ`)'
+  strict mode: 'Test262Error: `\p{XID_Start}` should match U+001CFA (`ᳺ`)'
 test/built-ins/RegExp/property-escapes/non-existent-property-value-General_Category-negated.js:
   default: 'Test262: This statement should not be evaluated.'
   strict mode: 'Test262: This statement should not be evaluated.'
@@ -1472,9 +1784,9 @@
 test/intl402/Intl/getCanonicalLocales/invalid-tags.js:
   default: 'Test262Error: Test data "de-gregory-gregory" is a canonicalized and structurally valid language tag.'
   strict mode: 'Test262Error: Test data "de-gregory-gregory" is a canonicalized and structurally valid language tag.'
-test/intl402/NumberFormat/currencyDisplay-unit.js:
-  default: 'RangeError: currencyDisplay must be either "code", "symbol", or "name"'
-  strict mode: 'RangeError: currencyDisplay must be either "code", "symbol", or "name"'
+test/intl402/Intl/getCanonicalLocales/non-iana-canon.js:
+  default: 'Test262Error: The value of Intl.getCanonicalLocales(tag)[0] equals the value of `canonical` Expected SameValue(«aar-x-private», «aa-x-private») to be true'
+  strict mode: 'Test262Error: The value of Intl.getCanonicalLocales(tag)[0] equals the value of `canonical` Expected SameValue(«aar-x-private», «aa-x-private») to be true'
 test/intl402/NumberFormat/prototype/format/format-function-name.js:
   default: 'Test262Error: Expected SameValue(«true», «false») to be true'
   strict mode: 'Test262Error: Expected SameValue(«true», «false») to be true'
@@ -1481,9 +1793,6 @@
 test/intl402/NumberFormat/prototype/format/format-negative-numbers.js:
   default: 'Test262Error: Intl.NumberFormat is formatting 0 and -0 the same way. Expected SameValue(«0», «0») to be false'
   strict mode: 'Test262Error: Intl.NumberFormat is formatting 0 and -0 the same way. Expected SameValue(«0», «0») to be false'
-test/intl402/NumberFormat/style-unit.js:
-  default: 'RangeError: style must be either "decimal", "percent", or "currency"'
-  strict mode: 'RangeError: style must be either "decimal", "percent", or "currency"'
 test/intl402/supportedLocalesOf-returned-array-elements-are-not-frozen.js:
   default: 'Test262Error: Property 0 of object returned by SupportedLocales is not writable. Expected SameValue(«false», «true») to be true (Testing with Collator.)'
   strict mode: 'Test262Error: Property 0 of object returned by SupportedLocales is not writable. Expected SameValue(«false», «true») to be true (Testing with Collator.)'
@@ -1588,6 +1897,15 @@
   default: 'Test262: This statement should not be evaluated.'
 test/language/block-scope/syntax/redeclaration/var-redeclaration-attempt-after-generator.js:
   default: 'Test262: This statement should not be evaluated.'
+test/language/comments/hashbang/eval-indirect.js:
+  default: "SyntaxError: Invalid character: '#'"
+  strict mode: "SyntaxError: Invalid character: '#'"
+test/language/comments/hashbang/eval.js:
+  default: "SyntaxError: Invalid character: '#'"
+  strict mode: "SyntaxError: Invalid character: '#'"
+test/language/comments/hashbang/no-line-separator.js:
+  default: "SyntaxError: Invalid character: '#'"
+  strict mode: "SyntaxError: Invalid character: '#'"
 test/language/computed-property-names/class/static/method-number.js:
   default: "Test262Error: `compareArray(Object.getOwnPropertyNames(C), ['1', '2', 'length', 'prototype', 'name', 'a', 'c'])` returns `true`"
   strict mode: "Test262Error: `compareArray(Object.getOwnPropertyNames(C), ['1', '2', 'length', 'prototype', 'name', 'a', 'c'])` returns `true`"

Modified: trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/date-is-infinity-throws.js (245200 => 245201)


--- trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/date-is-infinity-throws.js	2019-05-10 23:33:38 UTC (rev 245200)
+++ trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/date-is-infinity-throws.js	2019-05-10 23:42:53 UTC (rev 245201)
@@ -2,9 +2,9 @@
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
-description:
+description: |
   Throws a RangeError if date arg is cast to an Infinity value
-info:
+info: >
   Intl.DateTimeFormat.prototype.formatRange ( startDate , endDate )
 
   1. Let dtf be this value.

Modified: trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/date-is-nan-throws.js (245200 => 245201)


--- trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/date-is-nan-throws.js	2019-05-10 23:33:38 UTC (rev 245200)
+++ trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/date-is-nan-throws.js	2019-05-10 23:42:53 UTC (rev 245201)
@@ -2,9 +2,9 @@
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
-description:
+description: |
   Throws a RangeError if date arg is cast to NaN
-info:
+info: >
   Intl.DateTimeFormat.prototype.formatRange ( startDate , endDate )
   
   1. Let dtf be this value.

Modified: trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/date-undefined-throws.js (245200 => 245201)


--- trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/date-undefined-throws.js	2019-05-10 23:33:38 UTC (rev 245200)
+++ trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/date-undefined-throws.js	2019-05-10 23:42:53 UTC (rev 245201)
@@ -2,9 +2,9 @@
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
-description:
+description: |
   Throws a RangeError if startDate or endDate is undefined.
-info:
+info: >
   Intl.DateTimeFormat.prototype.formatRange ( startDate , endDate )
 
   1. Let dtf be this value.

Modified: trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/date-x-greater-than-y-throws.js (245200 => 245201)


--- trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/date-x-greater-than-y-throws.js	2019-05-10 23:33:38 UTC (rev 245200)
+++ trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/date-x-greater-than-y-throws.js	2019-05-10 23:42:53 UTC (rev 245201)
@@ -2,9 +2,9 @@
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
-description:
+description: |
   Throws a RangeError if date x is greater than y.
-info:
+info: >
   Intl.DateTimeFormat.prototype.formatRange ( startDate , endDate )
 
   1. Let dtf be this value.

Modified: trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/this-is-not-object-throws.js (245200 => 245201)


--- trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/this-is-not-object-throws.js	2019-05-10 23:33:38 UTC (rev 245200)
+++ trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/this-is-not-object-throws.js	2019-05-10 23:42:53 UTC (rev 245201)
@@ -2,9 +2,9 @@
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
-description:
+description: |
   Throws a TypeError if this is not Object.
-info:
+info: >
   Intl.DateTimeFormat.prototype.formatRange ( startDate , endDate )
 
   1. Let dtf be this value.

Modified: trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-infinity-throws.js (245200 => 245201)


--- trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-infinity-throws.js	2019-05-10 23:33:38 UTC (rev 245200)
+++ trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-infinity-throws.js	2019-05-10 23:42:53 UTC (rev 245201)
@@ -2,9 +2,9 @@
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
-description:
+description: |
   Throws a RangeError if date arg is cast to an Infinity value
-info:
+info: >
   Intl.DateTimeFormat.prototype.formatRangeToParts ( startDate , endDate )
 
   1. Let dtf be this value.

Modified: trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-nan-throws.js (245200 => 245201)


--- trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-nan-throws.js	2019-05-10 23:33:38 UTC (rev 245200)
+++ trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-nan-throws.js	2019-05-10 23:42:53 UTC (rev 245201)
@@ -2,9 +2,9 @@
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
-description:
+description: |
   Throws a RangeError if date arg is cast to Nan
-info:
+info: >
   Intl.DateTimeFormat.prototype.formatRangeToParts ( startDate , endDate )
 
   1. Let dtf be this value.

Modified: trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-undefined-throws.js (245200 => 245201)


--- trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-undefined-throws.js	2019-05-10 23:33:38 UTC (rev 245200)
+++ trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-undefined-throws.js	2019-05-10 23:42:53 UTC (rev 245201)
@@ -2,9 +2,9 @@
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
-description:
+description: |
   Throws a RangeError if startDate or endDate are undefined.
-info:
+info: >
   Intl.DateTimeFormat.prototype.formatRangeToParts ( startDate , endDate )
 
   1. Let dtf be this value.

Modified: trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-x-greater-than-y-throws.js (245200 => 245201)


--- trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-x-greater-than-y-throws.js	2019-05-10 23:33:38 UTC (rev 245200)
+++ trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-x-greater-than-y-throws.js	2019-05-10 23:42:53 UTC (rev 245201)
@@ -2,9 +2,9 @@
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
-description:
+description: |
   Throws a RangeError if date x is greater than y.
-info:
+info: >
   Intl.DateTimeFormat.prototype.formatRangeToParts ( startDate , endDate )
 
   1. Let dtf be this value.

Modified: trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/this-is-not-object-throws.js (245200 => 245201)


--- trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/this-is-not-object-throws.js	2019-05-10 23:33:38 UTC (rev 245200)
+++ trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/this-is-not-object-throws.js	2019-05-10 23:42:53 UTC (rev 245201)
@@ -2,9 +2,9 @@
 // This code is governed by the BSD license found in the LICENSE file.
 
 /*---
-description:
+description: |
   Throws a TypeError if this is not Object.
-info:
+info: >
   Intl.DateTimeFormat.prototype.formatRangeToParts ( startDate , endDate )
 
   1. Let dtf be this value.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to