v8/test/intl/date-format
Frank Tang 7ac25c0eae [Intl] Fix order of DateTimeFormat resolvedOptions
To fix the to-be-landed-soon test262 test failure in
test262/intl402/DateTimeFormat/prototype/resolvedOptions/order
The spec change from "any order" to "table " order
in https://github.com/tc39/ecma402/pull/279
Change the order of creating each property
Move the code inside SetPropertyFromPattern into ResolvedOptions
so we can easily follow the spec.

Bug: v8:8379
Change-Id: Ibe9ea72a2557474fd81a9f350fffa298f4b7738f
Reviewed-on: https://chromium-review.googlesource.com/c/1302803
Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#57200}
2018-11-01 21:07:12 +00:00
..
calendar-with-multiple-type-subtags.js Support language tag extensions with multiple subtags for a key 2016-08-17 17:55:34 +00:00
constructor-order.js [Intl] Add unit test to test the order of reading Options 2018-08-30 00:17:18 +00:00
date-format-to-parts.js [Intl] Rename dayperiod to dayPeriod 2018-09-14 17:04:03 +00:00
default-locale.js [intl] Fix default Intl language tag handling 2018-04-21 13:16:20 +00:00
format-is-bound.js [intl] Bind NumberFormat.prototype.format to the proper receiver 2018-09-13 22:41:04 +00:00
format-test.js [tests] Fix timezone dependence in an intl test 2017-07-12 12:23:22 +00:00
format-with-extensions.js Use the base locale when getting the best match pattern 2018-04-12 06:14:47 +00:00
invalid-time.js Intl.DateTimeFormat: throw RangeError for non-finite input 2017-10-19 23:25:52 +00:00
month-far-future.js TimeClip before formatting in Intl.DateTimeFormat 2018-04-25 20:17:29 +00:00
property-override.js [Intl] Fix order of DateTimeFormat resolvedOptions 2018-11-01 21:07:12 +00:00
resolved-options-is-method.js
resolved-options-unwrap.js [Intl] move DateTimeFormat.prototype.resolvedOptions to c++ 2018-09-26 00:57:09 +00:00
resolved-options.js Enable some passing, disabled Intl tests 2015-12-12 01:33:52 +00:00
timezone-conversion.js [Intl] Move toLDMLString & canonicalizeTimeZoneID js->C++ 2018-09-04 22:37:56 +00:00
timezone-name.js Original review https://codereview.chromium.org/25855005. 2013-10-11 17:54:31 +00:00
timezone.js Accept Etc/GMT* as a valid time zone id. 2018-08-02 23:23:56 +00:00
unmodified-options.js [intl] Avoid modifying options bag from constructor 2016-12-19 21:36:16 +00:00
wellformed-unsupported-locale.js [intl] Fix default Intl language tag handling 2018-04-21 13:16:20 +00:00