⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 245201 in webkit


Ignore:
Timestamp:
May 10, 2019, 4:42:53 PM (7 years ago)
Author:
Ross Kirsling
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.

Location:
trunk/JSTests
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r245188 r245201  
     12019-05-10  Ross Kirsling  <ross.kirsling@sony.com>
     2
     3        [Test262] Unreviewed expectations update following r245188.
     4
     5        * test262/config.yaml:
     6        * test262/expectations.yaml:
     7
     8        * test262/test/intl402/DateTimeFormat/prototype/formatRange/date-is-infinity-throws.js:
     9        * test262/test/intl402/DateTimeFormat/prototype/formatRange/date-is-nan-throws.js:
     10        * test262/test/intl402/DateTimeFormat/prototype/formatRange/date-undefined-throws.js:
     11        * test262/test/intl402/DateTimeFormat/prototype/formatRange/date-x-greater-than-y-throws.js:
     12        * test262/test/intl402/DateTimeFormat/prototype/formatRange/this-is-not-object-throws.js:
     13        * test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-infinity-throws.js:
     14        * test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-nan-throws.js:
     15        * test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-undefined-throws.js:
     16        * test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-x-greater-than-y-throws.js:
     17        * test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/this-is-not-object-throws.js:
     18        These files have invalid YAML comments. Will also submit corrections back to Test262.
     19
    1202019-05-10  Keith Miller  <keith_miller@apple.com>
    221
  • trunk/JSTests/test262/config.yaml

    r240754 r245201  
    2525    - class-static-fields-private
    2626    - class-static-methods-private
     27    - Intl.DateTimeFormat-datetimestyle
     28    - Intl.DateTimeFormat-formatRange
    2729    - Intl.ListFormat
    2830    - Intl.Locale
     31    - Intl.NumberFormat-unified
    2932    - Intl.RelativeTimeFormat
    3033    - Intl.Segmenter
     34    # https://bugs.webkit.org/show_bug.cgi?id=196332
     35    - Promise.allSettled
    3136  files:
    3237    - test/built-ins/Array/prototype/reverse/length-exceeding-integer-limit-with-object.js
  • trunk/JSTests/test262/expectations.yaml

    r245001 r245201  
    11---
    22test/annexB/built-ins/Function/createdynfn-html-close-comment-params.js:
    3   default: "SyntaxError: Unexpected token '--'. Expected a parameter pattern or a ')' in parameter list."
    4   strict mode: "SyntaxError: Unexpected token '--'. Expected a parameter pattern or a ')' in parameter list."
     3  default: "SyntaxError: Unexpected token '}'. Expected a parameter pattern or a ')' in parameter list."
     4  strict mode: "SyntaxError: Unexpected token '}'. Expected a parameter pattern or a ')' in parameter list."
    55test/annexB/built-ins/Function/createdynfn-html-open-comment-params.js:
    66  default: "SyntaxError: Unexpected token '}'. Expected a parameter pattern or a ')' in parameter list."
    77  strict mode: "SyntaxError: Unexpected token '}'. Expected a parameter pattern or a ')' in parameter list."
     8test/annexB/built-ins/Function/createdynfn-no-line-terminator-html-close-comment-body.js:
     9  default: 'Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all'
     10  strict mode: 'Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all'
    811test/annexB/built-ins/RegExp/prototype/Symbol.split/Symbol.match-getter-recompiles-source.js:
    912  default: 'Test262Error: Expected SameValue(«», «a») to be true'
     
    865868  default: 'TypeError: Type error'
    866869  strict mode: 'TypeError: Type error'
     870test/built-ins/Date/prototype/toDateString/negative-year.js:
     871  default: 'Test262Error: Date.prototype.toDateString serializes year -1 to "-0001" Expected SameValue(«-001», «-0001») to be true'
     872  strict mode: 'Test262Error: Date.prototype.toDateString serializes year -1 to "-0001" Expected SameValue(«-001», «-0001») to be true'
     873test/built-ins/Date/prototype/toString/negative-year.js:
     874  default: 'Test262Error: Date.prototype.toString serializes year -1 to "-0001" Expected SameValue(«-001», «-0001») to be true'
     875  strict mode: 'Test262Error: Date.prototype.toString serializes year -1 to "-0001" Expected SameValue(«-001», «-0001») to be true'
     876test/built-ins/Date/prototype/toUTCString/negative-year.js:
     877  default: 'Test262Error: Date.prototype.toUTCString serializes year -1 to "-0001" Expected SameValue(«-001», «-0001») to be true'
     878  strict mode: 'Test262Error: Date.prototype.toUTCString serializes year -1 to "-0001" Expected SameValue(«-001», «-0001») to be true'
    867879test/built-ins/Error/proto-from-ctor-realm.js:
    868880  default: 'Test262Error: Expected SameValue(«Error», «Error») to be true'
     
    10691081  default: 'Test262Error: function proxy Expected SameValue(«[object Object]», «[object Function]») to be true'
    10701082  strict mode: 'Test262Error: function proxy Expected SameValue(«[object Object]», «[object Function]») to be true'
     1083test/built-ins/Promise/all/invoke-resolve-get-error-close.js:
     1084  default: 'Test262Error: Expected SameValue(«1», «0») to be true'
     1085  strict mode: 'Test262Error: Expected SameValue(«1», «0») to be true'
     1086test/built-ins/Promise/all/invoke-resolve-get-once-multiple-calls.js:
     1087  default: 'Test262Error: Got `resolve` only once for each iterated value Expected SameValue(«4», «1») to be true'
     1088  strict mode: 'Test262Error: Got `resolve` only once for each iterated value Expected SameValue(«4», «1») to be true'
    10711089test/built-ins/Promise/all/resolve-element-function-nonconstructor.js:
    10721090  default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
     
    10751093  default: 'Test262Error: Expected SameValue(«[object Promise]», «[object Promise]») to be true'
    10761094  strict mode: 'Test262Error: Expected SameValue(«[object Promise]», «[object Promise]») to be true'
     1095test/built-ins/Promise/race/invoke-resolve-get-error-close.js:
     1096  default: 'Test262Error: Expected SameValue(«1», «0») to be true'
     1097  strict mode: 'Test262Error: Expected SameValue(«1», «0») to be true'
     1098test/built-ins/Promise/race/invoke-resolve-get-once-multiple-calls.js:
     1099  default: 'Test262Error: Got `resolve` only once for each iterated value Expected SameValue(«4», «1») to be true'
     1100  strict mode: 'Test262Error: Got `resolve` only once for each iterated value Expected SameValue(«4», «1») to be true'
     1101test/built-ins/Promise/race/invoke-resolve-get-once-no-calls.js:
     1102  default: 'Test262Error: Got `resolve` only once for each iterated value Expected SameValue(«0», «1») to be true'
     1103  strict mode: 'Test262Error: Got `resolve` only once for each iterated value Expected SameValue(«0», «1») to be true'
    10771104test/built-ins/Promise/reject-function-nonconstructor.js:
    10781105  default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
     
    10991126  default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
    11001127  strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
     1128test/built-ins/Proxy/defineProperty/targetdesc-not-configurable-writable-desc-not-writable.js:
     1129  default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
     1130  strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
     1131test/built-ins/Proxy/deleteProperty/targetdesc-is-configurable-target-is-not-extensible.js:
     1132  default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
     1133  strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
     1134test/built-ins/Proxy/getOwnPropertyDescriptor/resultdesc-is-not-configurable-not-writable-targetdesc-is-writable.js:
     1135  default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
     1136  strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
    11011137test/built-ins/RegExp/named-groups/groups-object-subclass-sans.js:
    11021138  default: 'Test262Error: Expected SameValue(«b», «$<a>») to be true'
     
    11291165  default: 'Test262: This statement should not be evaluated.'
    11301166  strict mode: 'Test262: This statement should not be evaluated.'
     1167test/built-ins/RegExp/property-escapes/generated/Alphabetic.js:
     1168  default: 'Test262Error: `\p{Alphabetic}` should match U+001CFA (`ᳺ`)'
     1169  strict mode: 'Test262Error: `\p{Alphabetic}` should match U+001CFA (`ᳺ`)'
     1170test/built-ins/RegExp/property-escapes/generated/Assigned.js:
     1171  default: 'Test262Error: `\p{Assigned}` should match U+01E2FF (`𞋿`)'
     1172  strict mode: 'Test262Error: `\p{Assigned}` should match U+01E2FF (`𞋿`)'
     1173test/built-ins/RegExp/property-escapes/generated/Case_Ignorable.js:
     1174  default: 'Test262Error: `\p{Case_Ignorable}` should match U+0119E0 (`𑧠`)'
     1175  strict mode: 'Test262Error: `\p{Case_Ignorable}` should match U+0119E0 (`𑧠`)'
     1176test/built-ins/RegExp/property-escapes/generated/Cased.js:
     1177  default: 'Test262Error: `\p{Cased}` should match U+00A7BA (`Ꞻ`)'
     1178  strict mode: 'Test262Error: `\p{Cased}` should match U+00A7BA (`Ꞻ`)'
     1179test/built-ins/RegExp/property-escapes/generated/Changes_When_Casefolded.js:
     1180  default: 'Test262Error: `\p{Changes_When_Casefolded}` should match U+00A7BA (`Ꞻ`)'
     1181  strict mode: 'Test262Error: `\p{Changes_When_Casefolded}` should match U+00A7BA (`Ꞻ`)'
     1182test/built-ins/RegExp/property-escapes/generated/Changes_When_Casemapped.js:
     1183  default: 'Test262Error: `\p{Changes_When_Casemapped}` should match U+001D8E (`ᶎ`)'
     1184  strict mode: 'Test262Error: `\p{Changes_When_Casemapped}` should match U+001D8E (`ᶎ`)'
     1185test/built-ins/RegExp/property-escapes/generated/Changes_When_Lowercased.js:
     1186  default: 'Test262Error: `\p{Changes_When_Lowercased}` should match U+00A7BA (`Ꞻ`)'
     1187  strict mode: 'Test262Error: `\p{Changes_When_Lowercased}` should match U+00A7BA (`Ꞻ`)'
     1188test/built-ins/RegExp/property-escapes/generated/Changes_When_NFKC_Casefolded.js:
     1189  default: 'Test262Error: `\p{Changes_When_NFKC_Casefolded}` should match U+00A7BA (`Ꞻ`)'
     1190  strict mode: 'Test262Error: `\p{Changes_When_NFKC_Casefolded}` should match U+00A7BA (`Ꞻ`)'
     1191test/built-ins/RegExp/property-escapes/generated/Changes_When_Titlecased.js:
     1192  default: 'Test262Error: `\p{Changes_When_Titlecased}` should match U+001D8E (`ᶎ`)'
     1193  strict mode: 'Test262Error: `\p{Changes_When_Titlecased}` should match U+001D8E (`ᶎ`)'
     1194test/built-ins/RegExp/property-escapes/generated/Changes_When_Uppercased.js:
     1195  default: 'Test262Error: `\p{Changes_When_Uppercased}` should match U+001D8E (`ᶎ`)'
     1196  strict mode: 'Test262Error: `\p{Changes_When_Uppercased}` should match U+001D8E (`ᶎ`)'
     1197test/built-ins/RegExp/property-escapes/generated/Diacritic.js:
     1198  default: 'Test262Error: `\p{Diacritic}` should match U+000EBA (`຺`)'
     1199  strict mode: 'Test262Error: `\p{Diacritic}` should match U+000EBA (`຺`)'
     1200test/built-ins/RegExp/property-escapes/generated/Emoji.js:
     1201  default: 'Test262Error: `\p{Emoji}` should match U+01F6D5 (`🛕`)'
     1202  strict mode: 'Test262Error: `\p{Emoji}` should match U+01F6D5 (`🛕`)'
     1203test/built-ins/RegExp/property-escapes/generated/Emoji_Modifier_Base.js:
     1204  default: 'Test262Error: `\p{Emoji_Modifier_Base}` should match U+01F48F (`💏`)'
     1205  strict mode: 'Test262Error: `\p{Emoji_Modifier_Base}` should match U+01F48F (`💏`)'
     1206test/built-ins/RegExp/property-escapes/generated/Emoji_Presentation.js:
     1207  default: 'Test262Error: `\p{Emoji_Presentation}` should match U+01F6D5 (`🛕`)'
     1208  strict mode: 'Test262Error: `\p{Emoji_Presentation}` should match U+01F6D5 (`🛕`)'
     1209test/built-ins/RegExp/property-escapes/generated/Extender.js:
     1210  default: 'Test262Error: `\p{Extender}` should match U+016FE3 (`𖿣`)'
     1211  strict mode: 'Test262Error: `\p{Extender}` should match U+016FE3 (`𖿣`)'
     1212test/built-ins/RegExp/property-escapes/generated/General_Category_-_Cased_Letter.js:
     1213  default: 'Test262Error: `\p{General_Category=Cased_Letter}` should match U+00A7BA (`Ꞻ`)'
     1214  strict mode: 'Test262Error: `\p{General_Category=Cased_Letter}` should match U+00A7BA (`Ꞻ`)'
     1215test/built-ins/RegExp/property-escapes/generated/General_Category_-_Currency_Symbol.js:
     1216  default: 'Test262Error: `\p{General_Category=Currency_Symbol}` should match U+01E2FF (`𞋿`)'
     1217  strict mode: 'Test262Error: `\p{General_Category=Currency_Symbol}` should match U+01E2FF (`𞋿`)'
     1218test/built-ins/RegExp/property-escapes/generated/General_Category_-_Decimal_Number.js:
     1219  default: 'Test262Error: `\p{General_Category=Decimal_Number}` should match U+01E140 (`ðž
     1220€`)'
     1221  strict mode: 'Test262Error: `\p{General_Category=Decimal_Number}` should match U+01E140 (`ðž
     1222€`)'
     1223test/built-ins/RegExp/property-escapes/generated/General_Category_-_Format.js:
     1224  default: 'Test262Error: `\p{General_Category=Format}` should match U+013430 (`𓐰`)'
     1225  strict mode: 'Test262Error: `\p{General_Category=Format}` should match U+013430 (`𓐰`)'
     1226test/built-ins/RegExp/property-escapes/generated/General_Category_-_Letter.js:
     1227  default: 'Test262Error: `\p{General_Category=Letter}` should match U+001CFA (`ᳺ`)'
     1228  strict mode: 'Test262Error: `\p{General_Category=Letter}` should match U+001CFA (`ᳺ`)'
     1229test/built-ins/RegExp/property-escapes/generated/General_Category_-_Lowercase_Letter.js:
     1230  default: 'Test262Error: `\p{General_Category=Lowercase_Letter}` should match U+00A7BB (`ꞻ`)'
     1231  strict mode: 'Test262Error: `\p{General_Category=Lowercase_Letter}` should match U+00A7BB (`ꞻ`)'
     1232test/built-ins/RegExp/property-escapes/generated/General_Category_-_Mark.js:
     1233  default: 'Test262Error: `\p{General_Category=Mark}` should match U+0119E4 (`𑧤`)'
     1234  strict mode: 'Test262Error: `\p{General_Category=Mark}` should match U+0119E4 (`𑧤`)'
     1235test/built-ins/RegExp/property-escapes/generated/General_Category_-_Modifier_Letter.js:
     1236  default: 'Test262Error: `\p{General_Category=Modifier_Letter}` should match U+016FE3 (`𖿣`)'
     1237  strict mode: 'Test262Error: `\p{General_Category=Modifier_Letter}` should match U+016FE3 (`𖿣`)'
     1238test/built-ins/RegExp/property-escapes/generated/General_Category_-_Nonspacing_Mark.js:
     1239  default: 'Test262Error: `\p{General_Category=Nonspacing_Mark}` should match U+0119E0 (`𑧠`)'
     1240  strict mode: 'Test262Error: `\p{General_Category=Nonspacing_Mark}` should match U+0119E0 (`𑧠`)'
     1241test/built-ins/RegExp/property-escapes/generated/General_Category_-_Number.js:
     1242  default: 'Test262Error: `\p{General_Category=Number}` should match U+011FC0 (`𑿀`)'
     1243  strict mode: 'Test262Error: `\p{General_Category=Number}` should match U+011FC0 (`𑿀`)'
     1244test/built-ins/RegExp/property-escapes/generated/General_Category_-_Other.js:
     1245  default: 'Test262Error: `\P{General_Category=Other}` should match U+01E2FF (`𞋿`)'
     1246  strict mode: 'Test262Error: `\P{General_Category=Other}` should match U+01E2FF (`𞋿`)'
     1247test/built-ins/RegExp/property-escapes/generated/General_Category_-_Other_Letter.js:
     1248  default: 'Test262Error: `\p{General_Category=Other_Letter}` should match U+001CFA (`ᳺ`)'
     1249  strict mode: 'Test262Error: `\p{General_Category=Other_Letter}` should match U+001CFA (`ᳺ`)'
     1250test/built-ins/RegExp/property-escapes/generated/General_Category_-_Other_Number.js:
     1251  default: 'Test262Error: `\p{General_Category=Other_Number}` should match U+011FC0 (`𑿀`)'
     1252  strict mode: 'Test262Error: `\p{General_Category=Other_Number}` should match U+011FC0 (`𑿀`)'
     1253test/built-ins/RegExp/property-escapes/generated/General_Category_-_Other_Punctuation.js:
     1254  default: 'Test262Error: `\p{General_Category=Other_Punctuation}` should match U+000C77 (`à±·`)'
     1255  strict mode: 'Test262Error: `\p{General_Category=Other_Punctuation}` should match U+000C77 (`à±·`)'
     1256test/built-ins/RegExp/property-escapes/generated/General_Category_-_Other_Symbol.js:
     1257  default: 'Test262Error: `\p{General_Category=Other_Symbol}` should match U+00166D (`᙭`)'
     1258  strict mode: 'Test262Error: `\p{General_Category=Other_Symbol}` should match U+00166D (`᙭`)'
     1259test/built-ins/RegExp/property-escapes/generated/General_Category_-_Punctuation.js:
     1260  default: 'Test262Error: `\p{General_Category=Punctuation}` should match U+000C77 (`à±·`)'
     1261  strict mode: 'Test262Error: `\p{General_Category=Punctuation}` should match U+000C77 (`à±·`)'
     1262test/built-ins/RegExp/property-escapes/generated/General_Category_-_Spacing_Mark.js:
     1263  default: 'Test262Error: `\p{General_Category=Spacing_Mark}` should match U+0119E4 (`𑧤`)'
     1264  strict mode: 'Test262Error: `\p{General_Category=Spacing_Mark}` should match U+0119E4 (`𑧤`)'
     1265test/built-ins/RegExp/property-escapes/generated/General_Category_-_Symbol.js:
     1266  default: 'Test262Error: `\p{General_Category=Symbol}` should match U+00166D (`᙭`)'
     1267  strict mode: 'Test262Error: `\p{General_Category=Symbol}` should match U+00166D (`᙭`)'
     1268test/built-ins/RegExp/property-escapes/generated/General_Category_-_Unassigned.js:
     1269  default: 'Test262Error: `\P{General_Category=Unassigned}` should match U+01E2FF (`𞋿`)'
     1270  strict mode: 'Test262Error: `\P{General_Category=Unassigned}` should match U+01E2FF (`𞋿`)'
     1271test/built-ins/RegExp/property-escapes/generated/General_Category_-_Uppercase_Letter.js:
     1272  default: 'Test262Error: `\p{General_Category=Uppercase_Letter}` should match U+00A7BA (`Ꞻ`)'
     1273  strict mode: 'Test262Error: `\p{General_Category=Uppercase_Letter}` should match U+00A7BA (`Ꞻ`)'
     1274test/built-ins/RegExp/property-escapes/generated/Grapheme_Base.js:
     1275  default: 'Test262Error: `\p{Grapheme_Base}` should match U+001CFA (`ᳺ`)'
     1276  strict mode: 'Test262Error: `\p{Grapheme_Base}` should match U+001CFA (`ᳺ`)'
     1277test/built-ins/RegExp/property-escapes/generated/Grapheme_Extend.js:
     1278  default: 'Test262Error: `\p{Grapheme_Extend}` should match U+0119E0 (`𑧠`)'
     1279  strict mode: 'Test262Error: `\p{Grapheme_Extend}` should match U+0119E0 (`𑧠`)'
     1280test/built-ins/RegExp/property-escapes/generated/ID_Continue.js:
     1281  default: 'Test262Error: `\p{ID_Continue}` should match U+016FE3 (`𖿣`)'
     1282  strict mode: 'Test262Error: `\p{ID_Continue}` should match U+016FE3 (`𖿣`)'
     1283test/built-ins/RegExp/property-escapes/generated/ID_Start.js:
     1284  default: 'Test262Error: `\p{ID_Start}` should match U+001CFA (`ᳺ`)'
     1285  strict mode: 'Test262Error: `\p{ID_Start}` should match U+001CFA (`ᳺ`)'
     1286test/built-ins/RegExp/property-escapes/generated/Ideographic.js:
     1287  default: 'Test262Error: `\p{Ideographic}` should match U+0187F2 (`𘟲`)'
     1288  strict mode: 'Test262Error: `\p{Ideographic}` should match U+0187F2 (`𘟲`)'
     1289test/built-ins/RegExp/property-escapes/generated/Lowercase.js:
     1290  default: 'Test262Error: `\p{Lowercase}` should match U+00A7BB (`ꞻ`)'
     1291  strict mode: 'Test262Error: `\p{Lowercase}` should match U+00A7BB (`ꞻ`)'
     1292test/built-ins/RegExp/property-escapes/generated/Script_-_Adlam.js:
     1293  default: 'Test262Error: `\p{Script=Adlam}` should match U+01E94B (`𞥋`)'
     1294  strict mode: 'Test262Error: `\p{Script=Adlam}` should match U+01E94B (`𞥋`)'
     1295test/built-ins/RegExp/property-escapes/generated/Script_-_Common.js:
     1296  default: 'Test262Error: `\p{Script=Common}` should match U+001CFA (`ᳺ`)'
     1297  strict mode: 'Test262Error: `\p{Script=Common}` should match U+001CFA (`ᳺ`)'
     1298test/built-ins/RegExp/property-escapes/generated/Script_-_Devanagari.js:
     1299  default: 'Test262Error: `\P{Script=Devanagari}` should match U+000953 (`॓`)'
     1300  strict mode: 'Test262Error: `\P{Script=Devanagari}` should match U+000953 (`॓`)'
     1301test/built-ins/RegExp/property-escapes/generated/Script_-_Egyptian_Hieroglyphs.js:
     1302  default: 'Test262Error: `\p{Script=Egyptian_Hieroglyphs}` should match U+013430 (`𓐰`)'
     1303  strict mode: 'Test262Error: `\p{Script=Egyptian_Hieroglyphs}` should match U+013430 (`𓐰`)'
     1304test/built-ins/RegExp/property-escapes/generated/Script_-_Elymaic.js:
     1305  default: 'SyntaxError: Invalid regular expression: invalid property expression'
     1306  strict mode: 'SyntaxError: Invalid regular expression: invalid property expression'
     1307test/built-ins/RegExp/property-escapes/generated/Script_-_Hiragana.js:
     1308  default: 'Test262Error: `\p{Script=Hiragana}` should match U+01B150 (`ð›
     1309`)'
     1310  strict mode: 'Test262Error: `\p{Script=Hiragana}` should match U+01B150 (`ð›
     1311`)'
     1312test/built-ins/RegExp/property-escapes/generated/Script_-_Inherited.js:
     1313  default: 'Test262Error: `\p{Script=Inherited}` should match U+000953 (`॓`)'
     1314  strict mode: 'Test262Error: `\p{Script=Inherited}` should match U+000953 (`॓`)'
     1315test/built-ins/RegExp/property-escapes/generated/Script_-_Katakana.js:
     1316  default: 'Test262Error: `\p{Script=Katakana}` should match U+01B164 (`ð›
     1317¤`)'
     1318  strict mode: 'Test262Error: `\p{Script=Katakana}` should match U+01B164 (`ð›
     1319¤`)'
     1320test/built-ins/RegExp/property-escapes/generated/Script_-_Lao.js:
     1321  default: 'Test262Error: `\p{Script=Lao}` should match U+000E86 (`ຆ`)'
     1322  strict mode: 'Test262Error: `\p{Script=Lao}` should match U+000E86 (`ຆ`)'
     1323test/built-ins/RegExp/property-escapes/generated/Script_-_Latin.js:
     1324  default: 'Test262Error: `\p{Script=Latin}` should match U+00A7BA (`Ꞻ`)'
     1325  strict mode: 'Test262Error: `\p{Script=Latin}` should match U+00A7BA (`Ꞻ`)'
     1326test/built-ins/RegExp/property-escapes/generated/Script_-_Miao.js:
     1327  default: 'Test262Error: `\p{Script=Miao}` should match U+016F45 (`ð–½
     1328`)'
     1329  strict mode: 'Test262Error: `\p{Script=Miao}` should match U+016F45 (`ð–½
     1330`)'
     1331test/built-ins/RegExp/property-escapes/generated/Script_-_Nandinagari.js:
     1332  default: 'SyntaxError: Invalid regular expression: invalid property expression'
     1333  strict mode: 'SyntaxError: Invalid regular expression: invalid property expression'
     1334test/built-ins/RegExp/property-escapes/generated/Script_-_Newa.js:
     1335  default: 'Test262Error: `\p{Script=Newa}` should match U+01145F (`𑑟`)'
     1336  strict mode: 'Test262Error: `\p{Script=Newa}` should match U+01145F (`𑑟`)'
     1337test/built-ins/RegExp/property-escapes/generated/Script_-_Nyiakeng_Puachue_Hmong.js:
     1338  default: 'SyntaxError: Invalid regular expression: invalid property expression'
     1339  strict mode: 'SyntaxError: Invalid regular expression: invalid property expression'
     1340test/built-ins/RegExp/property-escapes/generated/Script_-_Soyombo.js:
     1341  default: 'Test262Error: `\p{Script=Soyombo}` should match U+011A84 (`𑪄`)'
     1342  strict mode: 'Test262Error: `\p{Script=Soyombo}` should match U+011A84 (`𑪄`)'
     1343test/built-ins/RegExp/property-escapes/generated/Script_-_Takri.js:
     1344  default: 'Test262Error: `\p{Script=Takri}` should match U+0116B8 (`𑚸`)'
     1345  strict mode: 'Test262Error: `\p{Script=Takri}` should match U+0116B8 (`𑚸`)'
     1346test/built-ins/RegExp/property-escapes/generated/Script_-_Tamil.js:
     1347  default: 'Test262Error: `\p{Script=Tamil}` should match U+011FFF (`𑿿`)'
     1348  strict mode: 'Test262Error: `\p{Script=Tamil}` should match U+011FFF (`𑿿`)'
     1349test/built-ins/RegExp/property-escapes/generated/Script_-_Tangut.js:
     1350  default: 'Test262Error: `\p{Script=Tangut}` should match U+0187F2 (`𘟲`)'
     1351  strict mode: 'Test262Error: `\p{Script=Tangut}` should match U+0187F2 (`𘟲`)'
     1352test/built-ins/RegExp/property-escapes/generated/Script_-_Telugu.js:
     1353  default: 'Test262Error: `\p{Script=Telugu}` should match U+000C77 (`à±·`)'
     1354  strict mode: 'Test262Error: `\p{Script=Telugu}` should match U+000C77 (`à±·`)'
     1355test/built-ins/RegExp/property-escapes/generated/Script_-_Wancho.js:
     1356  default: 'SyntaxError: Invalid regular expression: invalid property expression'
     1357  strict mode: 'SyntaxError: Invalid regular expression: invalid property expression'
     1358test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Adlam.js:
     1359  default: 'Test262Error: `\p{Script_Extensions=Adlam}` should match U+01E94B (`𞥋`)'
     1360  strict mode: 'Test262Error: `\p{Script_Extensions=Adlam}` should match U+01E94B (`𞥋`)'
     1361test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Bengali.js:
     1362  default: 'Test262Error: `\p{Script_Extensions=Bengali}` should match U+001CF2 (`á³²`)'
     1363  strict mode: 'Test262Error: `\p{Script_Extensions=Bengali}` should match U+001CF2 (`á³²`)'
     1364test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Common.js:
     1365  default: 'Test262Error: `\p{Script_Extensions=Common}` should match U+002BC9 (`⯉`)'
     1366  strict mode: 'Test262Error: `\p{Script_Extensions=Common}` should match U+002BC9 (`⯉`)'
     1367test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Devanagari.js:
     1368  default: 'Test262Error: `\P{Script_Extensions=Devanagari}` should match U+000953 (`॓`)'
     1369  strict mode: 'Test262Error: `\P{Script_Extensions=Devanagari}` should match U+000953 (`॓`)'
     1370test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Egyptian_Hieroglyphs.js:
     1371  default: 'Test262Error: `\p{Script_Extensions=Egyptian_Hieroglyphs}` should match U+013430 (`𓐰`)'
     1372  strict mode: 'Test262Error: `\p{Script_Extensions=Egyptian_Hieroglyphs}` should match U+013430 (`𓐰`)'
     1373test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Elymaic.js:
     1374  default: 'SyntaxError: Invalid regular expression: invalid property expression'
     1375  strict mode: 'SyntaxError: Invalid regular expression: invalid property expression'
     1376test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Grantha.js:
     1377  default: 'Test262Error: `\p{Script_Extensions=Grantha}` should match U+011FD3 (`𑿓`)'
     1378  strict mode: 'Test262Error: `\p{Script_Extensions=Grantha}` should match U+011FD3 (`𑿓`)'
     1379test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Hiragana.js:
     1380  default: 'Test262Error: `\p{Script_Extensions=Hiragana}` should match U+01B150 (`ð›
     1381`)'
     1382  strict mode: 'Test262Error: `\p{Script_Extensions=Hiragana}` should match U+01B150 (`ð›
     1383`)'
     1384test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Inherited.js:
     1385  default: 'Test262Error: `\p{Script_Extensions=Inherited}` should match U+000953 (`॓`)'
     1386  strict mode: 'Test262Error: `\p{Script_Extensions=Inherited}` should match U+000953 (`॓`)'
     1387test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Kannada.js:
     1388  default: 'Test262Error: `\p{Script_Extensions=Kannada}` should match U+001CF2 (`á³²`)'
     1389  strict mode: 'Test262Error: `\p{Script_Extensions=Kannada}` should match U+001CF2 (`á³²`)'
     1390test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Katakana.js:
     1391  default: 'Test262Error: `\p{Script_Extensions=Katakana}` should match U+01B164 (`ð›
     1392¤`)'
     1393  strict mode: 'Test262Error: `\p{Script_Extensions=Katakana}` should match U+01B164 (`ð›
     1394¤`)'
     1395test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Lao.js:
     1396  default: 'Test262Error: `\p{Script_Extensions=Lao}` should match U+000E86 (`ຆ`)'
     1397  strict mode: 'Test262Error: `\p{Script_Extensions=Lao}` should match U+000E86 (`ຆ`)'
     1398test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Latin.js:
     1399  default: 'Test262Error: `\p{Script_Extensions=Latin}` should match U+00202F (` `)'
     1400  strict mode: 'Test262Error: `\p{Script_Extensions=Latin}` should match U+00202F (` `)'
     1401test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Masaram_Gondi.js:
     1402  default: 'Test262Error: `\p{Script_Extensions=Masaram_Gondi}` should match U+000964 (`।`)'
     1403  strict mode: 'Test262Error: `\p{Script_Extensions=Masaram_Gondi}` should match U+000964 (`।`)'
     1404test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Miao.js:
     1405  default: 'Test262Error: `\p{Script_Extensions=Miao}` should match U+016F45 (`ð–½
     1406`)'
     1407  strict mode: 'Test262Error: `\p{Script_Extensions=Miao}` should match U+016F45 (`ð–½
     1408`)'
     1409test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Mongolian.js:
     1410  default: 'Test262Error: `\p{Script_Extensions=Mongolian}` should match U+00202F (` `)'
     1411  strict mode: 'Test262Error: `\p{Script_Extensions=Mongolian}` should match U+00202F (` `)'
     1412test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Nandinagari.js:
     1413  default: 'SyntaxError: Invalid regular expression: invalid property expression'
     1414  strict mode: 'SyntaxError: Invalid regular expression: invalid property expression'
     1415test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Newa.js:
     1416  default: 'Test262Error: `\p{Script_Extensions=Newa}` should match U+01145F (`𑑟`)'
     1417  strict mode: 'Test262Error: `\p{Script_Extensions=Newa}` should match U+01145F (`𑑟`)'
     1418test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Nyiakeng_Puachue_Hmong.js:
     1419  default: 'SyntaxError: Invalid regular expression: invalid property expression'
     1420  strict mode: 'SyntaxError: Invalid regular expression: invalid property expression'
     1421test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Oriya.js:
     1422  default: 'Test262Error: `\p{Script_Extensions=Oriya}` should match U+001CF2 (`á³²`)'
     1423  strict mode: 'Test262Error: `\p{Script_Extensions=Oriya}` should match U+001CF2 (`á³²`)'
     1424test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Soyombo.js:
     1425  default: 'Test262Error: `\p{Script_Extensions=Soyombo}` should match U+011A84 (`𑪄`)'
     1426  strict mode: 'Test262Error: `\p{Script_Extensions=Soyombo}` should match U+011A84 (`𑪄`)'
     1427test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Takri.js:
     1428  default: 'Test262Error: `\p{Script_Extensions=Takri}` should match U+0116B8 (`𑚸`)'
     1429  strict mode: 'Test262Error: `\p{Script_Extensions=Takri}` should match U+0116B8 (`𑚸`)'
     1430test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Tamil.js:
     1431  default: 'Test262Error: `\p{Script_Extensions=Tamil}` should match U+011FFF (`𑿿`)'
     1432  strict mode: 'Test262Error: `\p{Script_Extensions=Tamil}` should match U+011FFF (`𑿿`)'
     1433test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Tangut.js:
     1434  default: 'Test262Error: `\p{Script_Extensions=Tangut}` should match U+0187F2 (`𘟲`)'
     1435  strict mode: 'Test262Error: `\p{Script_Extensions=Tangut}` should match U+0187F2 (`𘟲`)'
     1436test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Telugu.js:
     1437  default: 'Test262Error: `\p{Script_Extensions=Telugu}` should match U+001CF2 (`á³²`)'
     1438  strict mode: 'Test262Error: `\p{Script_Extensions=Telugu}` should match U+001CF2 (`á³²`)'
     1439test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Tirhuta.js:
     1440  default: 'Test262Error: `\p{Script_Extensions=Tirhuta}` should match U+001CF2 (`á³²`)'
     1441  strict mode: 'Test262Error: `\p{Script_Extensions=Tirhuta}` should match U+001CF2 (`á³²`)'
     1442test/built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Wancho.js:
     1443  default: 'SyntaxError: Invalid regular expression: invalid property expression'
     1444  strict mode: 'SyntaxError: Invalid regular expression: invalid property expression'
     1445test/built-ins/RegExp/property-escapes/generated/Terminal_Punctuation.js:
     1446  default: 'Test262Error: `\p{Terminal_Punctuation}` should match U+002E4F (`⹏`)'
     1447  strict mode: 'Test262Error: `\p{Terminal_Punctuation}` should match U+002E4F (`⹏`)'
     1448test/built-ins/RegExp/property-escapes/generated/Uppercase.js:
     1449  default: 'Test262Error: `\p{Uppercase}` should match U+00A7BA (`Ꞻ`)'
     1450  strict mode: 'Test262Error: `\p{Uppercase}` should match U+00A7BA (`Ꞻ`)'
     1451test/built-ins/RegExp/property-escapes/generated/XID_Continue.js:
     1452  default: 'Test262Error: `\p{XID_Continue}` should match U+016FE3 (`𖿣`)'
     1453  strict mode: 'Test262Error: `\p{XID_Continue}` should match U+016FE3 (`𖿣`)'
     1454test/built-ins/RegExp/property-escapes/generated/XID_Start.js:
     1455  default: 'Test262Error: `\p{XID_Start}` should match U+001CFA (`ᳺ`)'
     1456  strict mode: 'Test262Error: `\p{XID_Start}` should match U+001CFA (`ᳺ`)'
    11311457test/built-ins/RegExp/property-escapes/non-existent-property-value-General_Category-negated.js:
    11321458  default: 'Test262: This statement should not be evaluated.'
     
    14731799  default: 'Test262Error: Test data "de-gregory-gregory" is a canonicalized and structurally valid language tag.'
    14741800  strict mode: 'Test262Error: Test data "de-gregory-gregory" is a canonicalized and structurally valid language tag.'
    1475 test/intl402/NumberFormat/currencyDisplay-unit.js:
    1476   default: 'RangeError: currencyDisplay must be either "code", "symbol", or "name"'
    1477   strict mode: 'RangeError: currencyDisplay must be either "code", "symbol", or "name"'
     1801test/intl402/Intl/getCanonicalLocales/non-iana-canon.js:
     1802  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'
     1803  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'
    14781804test/intl402/NumberFormat/prototype/format/format-function-name.js:
    14791805  default: 'Test262Error: Expected SameValue(«true», «false») to be true'
     
    14821808  default: 'Test262Error: Intl.NumberFormat is formatting 0 and -0 the same way. Expected SameValue(«0», «0») to be false'
    14831809  strict mode: 'Test262Error: Intl.NumberFormat is formatting 0 and -0 the same way. Expected SameValue(«0», «0») to be false'
    1484 test/intl402/NumberFormat/style-unit.js:
    1485   default: 'RangeError: style must be either "decimal", "percent", or "currency"'
    1486   strict mode: 'RangeError: style must be either "decimal", "percent", or "currency"'
    14871810test/intl402/supportedLocalesOf-returned-array-elements-are-not-frozen.js:
    14881811  default: 'Test262Error: Property 0 of object returned by SupportedLocales is not writable. Expected SameValue(«false», «true») to be true (Testing with Collator.)'
     
    15891912test/language/block-scope/syntax/redeclaration/var-redeclaration-attempt-after-generator.js:
    15901913  default: 'Test262: This statement should not be evaluated.'
     1914test/language/comments/hashbang/eval-indirect.js:
     1915  default: "SyntaxError: Invalid character: '#'"
     1916  strict mode: "SyntaxError: Invalid character: '#'"
     1917test/language/comments/hashbang/eval.js:
     1918  default: "SyntaxError: Invalid character: '#'"
     1919  strict mode: "SyntaxError: Invalid character: '#'"
     1920test/language/comments/hashbang/no-line-separator.js:
     1921  default: "SyntaxError: Invalid character: '#'"
     1922  strict mode: "SyntaxError: Invalid character: '#'"
    15911923test/language/computed-property-names/class/static/method-number.js:
    15921924  default: "Test262Error: `compareArray(Object.getOwnPropertyNames(C), ['1', '2', 'length', 'prototype', 'name', 'a', 'c'])` returns `true`"
  • trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/date-is-infinity-throws.js

    r245188 r245201  
    33
    44/*---
    5 description:
     5description: |
    66  Throws a RangeError if date arg is cast to an Infinity value
    7 info:
     7info: >
    88  Intl.DateTimeFormat.prototype.formatRange ( startDate , endDate )
    99
  • trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/date-is-nan-throws.js

    r245188 r245201  
    33
    44/*---
    5 description:
     5description: |
    66  Throws a RangeError if date arg is cast to NaN
    7 info:
     7info: >
    88  Intl.DateTimeFormat.prototype.formatRange ( startDate , endDate )
    99 
  • trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/date-undefined-throws.js

    r245188 r245201  
    33
    44/*---
    5 description:
     5description: |
    66  Throws a RangeError if startDate or endDate is undefined.
    7 info:
     7info: >
    88  Intl.DateTimeFormat.prototype.formatRange ( startDate , endDate )
    99
  • trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/date-x-greater-than-y-throws.js

    r245188 r245201  
    33
    44/*---
    5 description:
     5description: |
    66  Throws a RangeError if date x is greater than y.
    7 info:
     7info: >
    88  Intl.DateTimeFormat.prototype.formatRange ( startDate , endDate )
    99
  • trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRange/this-is-not-object-throws.js

    r245188 r245201  
    33
    44/*---
    5 description:
     5description: |
    66  Throws a TypeError if this is not Object.
    7 info:
     7info: >
    88  Intl.DateTimeFormat.prototype.formatRange ( startDate , endDate )
    99
  • trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-infinity-throws.js

    r245188 r245201  
    33
    44/*---
    5 description:
     5description: |
    66  Throws a RangeError if date arg is cast to an Infinity value
    7 info:
     7info: >
    88  Intl.DateTimeFormat.prototype.formatRangeToParts ( startDate , endDate )
    99
  • trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-nan-throws.js

    r245188 r245201  
    33
    44/*---
    5 description:
     5description: |
    66  Throws a RangeError if date arg is cast to Nan
    7 info:
     7info: >
    88  Intl.DateTimeFormat.prototype.formatRangeToParts ( startDate , endDate )
    99
  • trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-undefined-throws.js

    r245188 r245201  
    33
    44/*---
    5 description:
     5description: |
    66  Throws a RangeError if startDate or endDate are undefined.
    7 info:
     7info: >
    88  Intl.DateTimeFormat.prototype.formatRangeToParts ( startDate , endDate )
    99
  • trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/date-x-greater-than-y-throws.js

    r245188 r245201  
    33
    44/*---
    5 description:
     5description: |
    66  Throws a RangeError if date x is greater than y.
    7 info:
     7info: >
    88  Intl.DateTimeFormat.prototype.formatRangeToParts ( startDate , endDate )
    99
  • trunk/JSTests/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/this-is-not-object-throws.js

    r245188 r245201  
    33
    44/*---
    5 description:
     5description: |
    66  Throws a TypeError if this is not Object.
    7 info:
     7info: >
    88  Intl.DateTimeFormat.prototype.formatRangeToParts ( startDate , endDate )
    99
Note: See TracChangeset for help on using the changeset viewer.