Title: [239431] trunk/JSTests
Revision
239431
Author
ross.kirsl...@sony.com
Date
2018-12-19 22:24:05 -0800 (Wed, 19 Dec 2018)

Log Message

Unreviewed follow-up to r192914.

* test262/expectations.yaml:
Add the last 20 missing expectations.

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (239430 => 239431)


--- trunk/JSTests/ChangeLog	2018-12-20 06:21:06 UTC (rev 239430)
+++ trunk/JSTests/ChangeLog	2018-12-20 06:24:05 UTC (rev 239431)
@@ -1,3 +1,10 @@
+2018-12-19  Ross Kirsling  <ross.kirsl...@sony.com>
+
+        Unreviewed follow-up to r192914.
+
+        * test262/expectations.yaml:
+        Add the last 20 missing expectations.
+
 2018-12-19  Keith Miller  <keith_mil...@apple.com>
 
         Fix test262 expectations

Modified: trunk/JSTests/test262/expectations.yaml (239430 => 239431)


--- trunk/JSTests/test262/expectations.yaml	2018-12-20 06:21:06 UTC (rev 239430)
+++ trunk/JSTests/test262/expectations.yaml	2018-12-20 06:24:05 UTC (rev 239431)
@@ -2065,9 +2065,39 @@
 test/intl402/NumberFormat/prototype/format/format-significant-digits.js:
   default: 'Test262Error: Formatted value for -0, en-US-u-nu-arab and options {"useGrouping":false,"minimumSignificantDigits":3,"maximumSignificantDigits":5} is ٠٫٠٠; expected ؜-٠٫٠٠.'
   strict mode: 'Test262Error: Formatted value for -0, en-US-u-nu-arab and options {"useGrouping":false,"minimumSignificantDigits":3,"maximumSignificantDigits":5} is ٠٫٠٠; expected ؜-٠٫٠٠.'
+test/intl402/NumberFormat/prototype/formatToParts/default-parameter.js:
+  default: "TypeError: nf.formatToParts is not a function. (In 'nf.formatToParts()', 'nf.formatToParts' is undefined)"
+  strict mode: "TypeError: nf.formatToParts is not a function. (In 'nf.formatToParts()', 'nf.formatToParts' is undefined)"
+test/intl402/NumberFormat/prototype/formatToParts/formatToParts.js:
+  default: 'Test262Error: `typeof Intl.NumberFormat.prototype.formatToParts` is `function` Expected SameValue(«undefined», «function») to be true'
+  strict mode: 'Test262Error: `typeof Intl.NumberFormat.prototype.formatToParts` is `function` Expected SameValue(«undefined», «function») to be true'
+test/intl402/NumberFormat/prototype/formatToParts/length.js:
+  default: "TypeError: undefined is not an object (evaluating 'Intl.NumberFormat.prototype.formatToParts.length')"
+  strict mode: "TypeError: undefined is not an object (evaluating 'Intl.NumberFormat.prototype.formatToParts.length')"
+test/intl402/NumberFormat/prototype/formatToParts/main.js:
+  default: "TypeError: nf.formatToParts is not a function. (In 'nf.formatToParts(value)', 'nf.formatToParts' is undefined)"
+  strict mode: "TypeError: nf.formatToParts is not a function. (In 'nf.formatToParts(value)', 'nf.formatToParts' is undefined)"
+test/intl402/NumberFormat/prototype/formatToParts/name.js:
+  default: "TypeError: undefined is not an object (evaluating 'Intl.NumberFormat.prototype.formatToParts.name')"
+  strict mode: "TypeError: undefined is not an object (evaluating 'Intl.NumberFormat.prototype.formatToParts.name')"
+test/intl402/NumberFormat/prototype/formatToParts/prop-desc.js:
+  default: 'Test262Error: `typeof Intl.NumberFormat.prototype.formatToParts` is `function` Expected SameValue(«undefined», «function») to be true'
+  strict mode: 'Test262Error: `typeof Intl.NumberFormat.prototype.formatToParts` is `function` Expected SameValue(«undefined», «function») to be true'
+test/intl402/NumberFormat/prototype/formatToParts/return-abrupt-tonumber.js:
+  default: 'Test262Error: valueOf Expected a Test262Error but got a TypeError'
+  strict mode: 'Test262Error: valueOf Expected a Test262Error but got a TypeError'
+test/intl402/NumberFormat/prototype/formatToParts/value-tonumber.js:
+  default: "TypeError: nf.formatToParts is not a function. (In 'nf.formatToParts(value)', 'nf.formatToParts' is undefined)"
+  strict mode: "TypeError: nf.formatToParts is not a function. (In 'nf.formatToParts(value)', 'nf.formatToParts' is undefined)"
 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/PluralRules/prototype/resolvedOptions/order.js:
+  default: 'Test262Error: Expected [locale, type, minimumIntegerDigits, minimumFractionDigits, maximumFractionDigits, minimumSignificantDigits, maximumSignificantDigits] and [locale, type, minimumIntegerDigits, minimumFractionDigits, maximumFractionDigits, minimumSignificantDigits, maximumSignificantDigits, pluralCategories] to have the same contents. undefined'
+  strict mode: 'Test262Error: Expected [locale, type, minimumIntegerDigits, minimumFractionDigits, maximumFractionDigits, minimumSignificantDigits, maximumSignificantDigits] and [locale, type, minimumIntegerDigits, minimumFractionDigits, maximumFractionDigits, minimumSignificantDigits, maximumSignificantDigits, pluralCategories] to have the same contents. undefined'
+test/intl402/PluralRules/prototype/resolvedOptions/pluralCategories.js:
+  default: 'Test262Error: Should have different arrays Expected SameValue(«undefined», «undefined») to be false'
+  strict mode: 'Test262Error: Should have different arrays Expected SameValue(«undefined», «undefined») to be false'
 test/intl402/RelativeTimeFormat/constructor/constructor/locales-invalid.js:
   default: 'Test262Error: Expected SameValue(«undefined», «function») to be true'
   strict mode: 'Test262Error: Expected SameValue(«undefined», «function») to be true'
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to