test262/test/language/module-code/namespace/internals
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
..
define-own-property.js Remove tests for module namespace iterator (#810) 2016-12-28 10:57:46 -08:00
delete-exported-init.js Add tests for module namespace objects 2016-04-01 13:15:16 -04:00
delete-exported-uninit.js Add tests for module namespace objects 2016-04-01 13:15:16 -04:00
delete-non-exported.js Fix multiple test errors 2017-04-06 15:30:13 -04:00
get-own-property-str-found-init.js Fix incorrect value retrieving in module-code test (#741) 2016-08-04 11:19:36 -04:00
get-own-property-str-found-uninit.js Add tests for module namespace objects 2016-04-01 13:15:16 -04:00
get-own-property-str-not-found.js Add tests for module namespace objects 2016-04-01 13:15:16 -04:00
get-own-property-sym.js mark namespace object toStringTag as non-configurable (#811) 2016-12-28 14:16:24 -08:00
get-prototype-of.js Add tests for module namespace objects 2016-04-01 13:15:16 -04:00
get-str-found-init.js Add tests for module namespace objects 2016-04-01 13:15:16 -04:00
get-str-found-uninit.js Add tests for module namespace objects 2016-04-01 13:15:16 -04:00
get-str-initialize.js Add tests for module namespace objects 2016-04-01 13:15:16 -04:00
get-str-not-found.js Add tests for module namespace objects 2016-04-01 13:15:16 -04:00
get-str-update.js Add tests for module namespace objects 2016-04-01 13:15:16 -04:00
get-sym-found.js Remove tests for module namespace iterator (#810) 2016-12-28 10:57:46 -08:00
get-sym-not-found.js Add tests for module namespace objects 2016-04-01 13:15:16 -04:00
has-property-str-found-init.js Add tests for module namespace objects 2016-04-01 13:15:16 -04:00
has-property-str-found-uninit.js Add tests for module namespace objects 2016-04-01 13:15:16 -04:00
has-property-str-not-found.js Add tests for module namespace objects 2016-04-01 13:15:16 -04:00
has-property-sym-found.js Remove tests for module namespace iterator (#810) 2016-12-28 10:57:46 -08:00
has-property-sym-not-found.js Add tests for module namespace objects 2016-04-01 13:15:16 -04:00
is-extensible.js Add tests for module namespace objects 2016-04-01 13:15:16 -04:00
own-property-keys-binding-types.js Fix various test issues (#840) 2017-02-07 11:10:56 -05:00
own-property-keys-binding-types_FIXTURE.js fixup! Add tests for module namespace objects 2016-04-22 16:36:06 -04:00
own-property-keys-sort.js Fix various test issues (#840) 2017-02-07 11:10:56 -05:00
prevent-extensions.js Add tests for module namespace objects 2016-04-01 13:15:16 -04:00
set-prototype-of-null.js Fix various test issues (#840) 2017-02-07 11:10:56 -05:00
set-prototype-of.js Add tests for module namespace objects 2016-04-01 13:15:16 -04:00
set.js Remove tests for module namespace iterator (#810) 2016-12-28 10:57:46 -08:00