test262/test/intl402/NumberFormat
André Bargull 3291704eb2
Fix multiple test errors
Tests doesn't use async functionality and don't call $DONE, so remove
"async" flag:
- src/params/error/async-gen-named-func-expr.template
- test/language/expressions/async-generator/params-named-dflt-abrupt.js
- test/language/expressions/async-generator/params-named-dflt-ref-later.js
- test/language/expressions/async-generator/params-named-dflt-ref-self.js

Intl.PluralRules.prototype is no longer a Intl.Prototype instance:
- test/intl402/PluralRules/prototype/prototype.js

Intl.PluralRules throws an error when called as a function:
- test/intl402/PluralRules/undefined-newtarget-throws.js

Module namespace objects call OrdinaryDelete for symbol properties:
- test/language/module-code/namespace/internals/delete-non-exported.js

Async generators no longer retrieves "done" property twice:
- src/async-generators/yield-star-async-next.case
- src/async-generators/yield-star-async-return.case
- src/async-generators/yield-star-async-throw.case

Minor units of CLF is 4, so we need to test with maximumFractionDigits=3
to get an error:
- test/intl402/NumberFormat/dft-currency-mnfd-range-check-mxfd.js

DateTimeFormat.prototype.formatToParts length property was changed from
0 to 1:
- test/intl402/DateTimeFormat/prototype/formatToParts/length.js

minimumSignificantDigits and maximumSignificantDigits properties are
only retrieved once:
- test/intl402/NumberFormat/11.1.1_32.js
2017-04-06 15:30:13 -04:00
..
prototype Add references to fixed tests for NumberFormat operations (#874) 2017-03-13 10:47:30 -07:00
supportedLocalesOf s/id/esid 2016-02-22 09:47:42 -05:00
6.3.1_a.js Move intl tests to sub-folders 2015-07-31 17:12:08 +02:00
6.3.1_b.js Move intl tests to sub-folders 2015-07-31 17:12:08 +02:00
11.1.1_1.js Update tests when Intl constructor is called as a function 2017-02-22 18:05:34 +01:00
11.1.1_6.js Move intl tests to sub-folders 2015-07-31 17:12:08 +02:00
11.1.1_7.js Move intl tests to sub-folders 2015-07-31 17:12:08 +02:00
11.1.1_15.js Move intl tests to sub-folders 2015-07-31 17:12:08 +02:00
11.1.1_17.js Move intl tests to sub-folders 2015-07-31 17:12:08 +02:00
11.1.1_19.js Move intl tests to sub-folders 2015-07-31 17:12:08 +02:00
11.1.1_20_c.js Remove BYR currency code which has been removed from ISO 4217 (#818) 2017-01-09 14:27:23 -08:00
11.1.1_21.js Move intl tests to sub-folders 2015-07-31 17:12:08 +02:00
11.1.1_32.js Fix multiple test errors 2017-04-06 15:30:13 -04:00
11.1.1_34.js Move intl tests to sub-folders 2015-07-31 17:12:08 +02:00
11.1.1_a.js Move intl tests to sub-folders 2015-07-31 17:12:08 +02:00
11.1.2.js Move intl tests to sub-folders 2015-07-31 17:12:08 +02:00
11.1.3.js Move intl tests to sub-folders 2015-07-31 17:12:08 +02:00
11.1_L15.js Move intl tests to sub-folders 2015-07-31 17:12:08 +02:00
11.2.3_b.js Move intl tests to sub-folders 2015-07-31 17:12:08 +02:00
11.4_a.js Move intl tests to sub-folders 2015-07-31 17:12:08 +02:00
default-minimum-singificant-digits.js Add test for NumberFormat default minimumSignificantDigits (#864) 2017-03-01 16:39:57 -05:00
dft-currency-mnfd-range-check-mxfd.js Fix multiple test errors 2017-04-06 15:30:13 -04:00
fraction-digit-options-read-once.js Add tests for some NumberFormat options edge cases 2017-03-23 11:50:33 -07:00
name.js s/id/esid 2016-02-22 09:47:42 -05:00