test262/test/language
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
..
arguments-object Generate tests 2017-03-14 16:30:12 -04:00
asi Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
block-scope Fix various test issues (#840) 2017-02-07 11:10:56 -05:00
comments Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
computed-property-names Invalid language tests 2015-04-27 16:56:19 +02:00
destructuring/binding ObjectBindingPatterns can't end with multiple commas 2015-12-29 16:50:23 -05:00
directive-prologue Remove "NotEarlyError" object 2016-10-19 15:24:22 -04:00
eval-code Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
expressions Fix multiple test errors 2017-04-06 15:30:13 -04:00
function-code Merge pull request #587 from bocoup/generation-annexb-fns 2016-05-31 17:45:48 -04:00
future-reserved-words Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
global-code Top-level `let undefined` is a runtime error, not an early error. (#872) 2017-03-02 15:37:22 -05:00
identifier-resolution Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
identifiers Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
import Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
keywords Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
line-terminators Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
literals Add test for inequality of RegExps created from the same source (#776) 2016-10-20 11:41:31 -07:00
module-code Fix multiple test errors 2017-04-06 15:30:13 -04:00
punctuators Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
reserved-words Remove "NotEarlyError" object 2016-10-19 15:24:22 -04:00
rest-parameters Move tests for params trailing comma to the test gen tool 2017-03-14 14:58:32 -04:00
source-text Remove links to hg.ecmascript.org 2015-07-17 17:43:09 +02:00
statements Generate tests 2017-04-06 12:36:50 -04:00
types Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
white-space Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00