test262/test/language/module-code
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
..
namespace Fix multiple test errors 2017-04-06 15:30:13 -04:00
comment-multi-line-html-close.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
comment-single-line-html-close.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
comment-single-line-html-open.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-dup-export-decl.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-dup-export-dflt-id.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-dup-export-dflt.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-dup-export-id-as.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-dup-export-id.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-dup-lables.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-dup-lex.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-export-global.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-export-unresolvable.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-import-arguments.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-import-as-arguments.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-import-as-eval.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-import-eval.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-lex-and-var.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-new-target.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-strict-mode.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-super.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-undef-break.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-undef-continue.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
eval-export-cls-semi.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-export-dflt-cls-anon-semi.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-export-dflt-cls-anon.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-export-dflt-cls-name-meth.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-export-dflt-cls-named-semi.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-export-dflt-cls-named.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-export-dflt-expr-cls-anon.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-export-dflt-expr-cls-name-meth.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-export-dflt-expr-cls-named.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-export-dflt-expr-err-eval.js Reformat miscellaneous negative tests 2016-10-19 15:24:19 -04:00
eval-export-dflt-expr-err-get-value.js Reformat negative SyntaxError tests (runtime) 2016-10-19 15:24:18 -04:00
eval-export-dflt-expr-fn-anon.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-export-dflt-expr-fn-named.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-export-dflt-expr-gen-anon.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-export-dflt-expr-gen-named.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-export-dflt-expr-in.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-export-dflt-fun-anon-semi.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-export-dflt-fun-named-semi.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-export-dflt-gen-anon-semi.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-export-dflt-gen-named-semi.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-export-fun-semi.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-export-gen-semi.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-gtbndng-indirect-trlng-comma.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-gtbndng-indirect-trlng-comma_FIXTURE.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-gtbndng-indirect-update-as.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-gtbndng-indirect-update-as_FIXTURE.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-gtbndng-indirect-update-dflt.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-gtbndng-indirect-update-dflt_FIXTURE.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-gtbndng-indirect-update.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-gtbndng-indirect-update_FIXTURE.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-gtbndng-local-bndng-cls.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-gtbndng-local-bndng-const.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-gtbndng-local-bndng-let.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-gtbndng-local-bndng-var.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-rqstd-abrupt-err-type_FIXTURE.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-rqstd-abrupt-err-uri_FIXTURE.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-rqstd-abrupt.js Fix runtime error tests previously marked as early errors (#881) 2017-03-13 11:09:04 -04:00
eval-rqstd-once.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-rqstd-once_FIXTURE.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-rqstd-order-1_FIXTURE.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-rqstd-order-2_FIXTURE.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-rqstd-order-3_FIXTURE.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-rqstd-order-4_FIXTURE.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-rqstd-order-5_FIXTURE.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-rqstd-order-6_FIXTURE.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-rqstd-order-7_FIXTURE.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-rqstd-order-8_FIXTURE.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-rqstd-order.js fixup! Module semantics: evaluation 2016-04-22 16:29:26 -04:00
eval-self-abrupt.js Reformat miscellaneous negative tests 2016-10-19 15:24:19 -04:00
eval-self-once.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
eval-this.js Module semantics: evaluation 2016-03-29 12:38:02 -04:00
instn-iee-bndng-cls.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-bndng-cls_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-bndng-const.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-bndng-const_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-bndng-fun.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-bndng-fun_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-bndng-gen.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-bndng-gen_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-bndng-let.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-bndng-let_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-bndng-var.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-bndng-var_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-err-ambiguous-1_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-err-ambiguous-2_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-err-ambiguous-as.js Fix runtime error tests previously marked as early errors (#881) 2017-03-13 11:09:04 -04:00
instn-iee-err-ambiguous.js Fix runtime error tests previously marked as early errors (#881) 2017-03-13 11:09:04 -04:00
instn-iee-err-ambiguous_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-err-circular-as.js Fix runtime error tests previously marked as early errors (#881) 2017-03-13 11:09:04 -04:00
instn-iee-err-circular.js Fix runtime error tests previously marked as early errors (#881) 2017-03-13 11:09:04 -04:00
instn-iee-err-circular_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-err-dflt-thru-star-as.js Fix runtime error tests previously marked as early errors (#881) 2017-03-13 11:09:04 -04:00
instn-iee-err-dflt-thru-star-dflt_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-err-dflt-thru-star-int_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-err-dflt-thru-star.js Fix runtime error tests previously marked as early errors (#881) 2017-03-13 11:09:04 -04:00
instn-iee-err-not-found-as.js Fix runtime error tests previously marked as early errors (#881) 2017-03-13 11:09:04 -04:00
instn-iee-err-not-found-empty_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-err-not-found.js Fix runtime error tests previously marked as early errors (#881) 2017-03-13 11:09:04 -04:00
instn-iee-iee-cycle-2_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-iee-cycle.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-star-cycle-2_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-star-cycle-indirect-x_FIXTURE.js Update tests for cyclic module dependencies through export* (#868) 2017-03-01 16:59:53 -05:00
instn-iee-star-cycle.js Update tests for cyclic module dependencies through export* (#868) 2017-03-01 16:59:53 -05:00
instn-iee-trlng-comma.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-iee-trlng-comma_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-local-bndng-cls.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-local-bndng-const.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-local-bndng-export-cls.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-local-bndng-export-const.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-local-bndng-export-fun.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-local-bndng-export-gen.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-local-bndng-export-let.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-local-bndng-export-var.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-local-bndng-for-dup.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-local-bndng-for.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-local-bndng-fun.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-local-bndng-gen.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-local-bndng-let.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-local-bndng-var-dup.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-local-bndng-var.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-named-bndng-cls.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-named-bndng-const.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-named-bndng-dflt-cls.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-named-bndng-dflt-expr.js Update YAML frontmatter of some tests to be compatible with monkeyYaml (#862) 2017-03-01 16:35:37 -05:00
instn-named-bndng-dflt-fun-anon.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-named-bndng-dflt-fun-named.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-named-bndng-dflt-gen-anon.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-named-bndng-dflt-gen-named.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-named-bndng-dflt-named.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-named-bndng-dflt-star.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-named-bndng-fun.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-named-bndng-gen.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-named-bndng-let.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-named-bndng-trlng-comma.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-named-bndng-var.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-named-err-ambiguous-1_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-named-err-ambiguous-2_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-named-err-ambiguous-as.js Fix runtime error tests previously marked as early errors (#881) 2017-03-13 11:09:04 -04:00
instn-named-err-ambiguous.js Fix runtime error tests previously marked as early errors (#881) 2017-03-13 11:09:04 -04:00
instn-named-err-ambiguous_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-named-err-dflt-thru-star-as.js Fix runtime error tests previously marked as early errors (#881) 2017-03-13 11:09:04 -04:00
instn-named-err-dflt-thru-star-dflt.js Fix runtime error tests previously marked as early errors (#881) 2017-03-13 11:09:04 -04:00
instn-named-err-dflt-thru-star-dflt_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-named-err-dflt-thru-star-int_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-named-err-not-found-as.js Fix runtime error tests previously marked as early errors (#881) 2017-03-13 11:09:04 -04:00
instn-named-err-not-found-dflt.js Fix runtime error tests previously marked as early errors (#881) 2017-03-13 11:09:04 -04:00
instn-named-err-not-found-empty_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-named-err-not-found.js Fix runtime error tests previously marked as early errors (#881) 2017-03-13 11:09:04 -04:00
instn-named-id-name.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-named-iee-cycle-2_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-named-iee-cycle.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-named-star-cycle-2_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-named-star-cycle-indirect-x_FIXTURE.js Update tests for cyclic module dependencies through export* (#868) 2017-03-01 16:59:53 -05:00
instn-named-star-cycle.js Update tests for cyclic module dependencies through export* (#868) 2017-03-01 16:59:53 -05:00
instn-once.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-resolve-empty-export.js Reformat negative SyntaxError tests (runtime) 2016-10-19 15:24:18 -04:00
instn-resolve-empty-export_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-resolve-empty-import.js Reformat negative SyntaxError tests (runtime) 2016-10-19 15:24:18 -04:00
instn-resolve-empty-import_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-resolve-err-reference.js Reformat negative SyntaxError tests (runtime) 2016-10-19 15:24:18 -04:00
instn-resolve-err-reference_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-resolve-err-syntax.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
instn-resolve-err-syntax_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-resolve-order-depth-child_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-resolve-order-depth-reference_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-resolve-order-depth-syntax_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-resolve-order-depth.js Reformat negative SyntaxError tests (runtime) 2016-10-19 15:24:18 -04:00
instn-resolve-order-src-reference_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-resolve-order-src-syntax_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-resolve-order-src-valid_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-resolve-order-src.js Reformat negative SyntaxError tests (runtime) 2016-10-19 15:24:18 -04:00
instn-same-global-set_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-same-global.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-ambiguous-1_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-ambiguous-2_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-ambiguous.js Update YAML frontmatter of some tests to be compatible with monkeyYaml (#862) 2017-03-01 16:35:37 -05:00
instn-star-ambiguous_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-binding.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-star-equality-other_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-equality.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-err-not-found-empty_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-err-not-found-faulty_FIXTURE.js Fix importing filename in module-code/instn-star-err-not-found.js test 2016-07-30 15:08:26 -04:00
instn-star-err-not-found.js Fix runtime error tests previously marked as early errors (#881) 2017-03-13 11:09:04 -04:00
instn-star-id-name.js Module semantics: declaration instantiation 2016-03-29 12:33:42 -04:00
instn-star-iee-cycle-2_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-iee-cycle.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-props-circular-a_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-props-circular-b_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-props-circular.js Update YAML frontmatter of some tests to be compatible with monkeyYaml (#862) 2017-03-01 16:35:37 -05:00
instn-star-props-dflt-keep-indirect-def_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-props-dflt-keep-indirect-reexport_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-props-dflt-keep-indirect.js Update YAML frontmatter of some tests to be compatible with monkeyYaml (#862) 2017-03-01 16:35:37 -05:00
instn-star-props-dflt-keep-local-named_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-props-dflt-keep-local-prod_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-props-dflt-keep-local.js Update YAML frontmatter of some tests to be compatible with monkeyYaml (#862) 2017-03-01 16:35:37 -05:00
instn-star-props-dflt-skip-named_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-props-dflt-skip-prod_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-props-dflt-skip-star-named_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-props-dflt-skip-star-prod_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-props-dflt-skip.js Update YAML frontmatter of some tests to be compatible with monkeyYaml (#862) 2017-03-01 16:35:37 -05:00
instn-star-props-nrml-1_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-props-nrml-indirect_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-props-nrml-star_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-props-nrml.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-star-cycle-2_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-star-star-cycle-indirect-x_FIXTURE.js Update tests for cyclic module dependencies through export* (#868) 2017-03-01 16:59:53 -05:00
instn-star-star-cycle.js Update tests for cyclic module dependencies through export* (#868) 2017-03-01 16:59:53 -05:00
instn-uniq-env-rec-other_FIXTURE.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
instn-uniq-env-rec.js fixup! Module semantics: declaration instantiation 2016-04-22 16:21:57 -04:00
parse-err-decl-pos-export-arrow-function.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-block-stmt-list.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-block-stmt.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-class-decl-meth-static.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-class-decl-meth.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-class-decl-method-gen-static.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-class-decl-method-gen.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-class-expr-meth-gen-static.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-class-expr-meth-gen.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-class-expr-meth-static.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-class-expr-meth.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-do-while.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-for-const.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-for-in-const.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-for-in-let.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-for-in-lhs.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-for-in-var.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-for-let.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-for-lhs.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-for-of-const.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-for-of-let.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-for-of-lhs.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-for-of-var.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-for-var.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-function-decl.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-function-expr.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-generator-decl.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-generator-expr.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-if-else.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-if-if.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-labeled.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-object-gen-method.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-object-getter.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-object-method.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-object-setter.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-switch-case-dflt.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-switch-case.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-switch-dftl.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-try-catch-finally.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-try-catch.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-try-finally.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-try-try.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-export-while.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-arrow-function.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-block-stmt-list.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-block-stmt.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-class-decl-meth-static.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-class-decl-meth.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-class-decl-method-gen-static.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-class-decl-method-gen.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-class-expr-meth-gen-static.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-class-expr-meth-gen.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-class-expr-meth-static.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-class-expr-meth.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-do-while.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-for-const.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-for-in-const.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-for-in-let.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-for-in-lhs.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-for-in-var.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-for-let.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-for-lhs.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-for-of-const.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-for-of-let.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-for-of-lhs.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-for-of-var.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-for-var.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-function-decl.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-function-expr.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-generator-decl.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-generator-expr.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-if-else.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-if-if.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-labeled.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-object-gen-method.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-object-getter.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-object-method.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-object-setter.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-switch-case-dflt.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-switch-case.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-switch-dftl.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-try-catch-finally.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-try-catch.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-try-finally.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-try-try.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-decl-pos-import-while.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-export-dflt-const.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-export-dflt-expr.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-export-dflt-let.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-export-dflt-var.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-hoist-lex-fun.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-hoist-lex-gen.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-invoke-anon-fun-decl.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-invoke-anon-gen-decl.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-reference.js Reformat negative SyntaxError tests (runtime) 2016-10-19 15:24:18 -04:00
parse-err-return.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-semi-dflt-expr.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-semi-export-clause-from.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-semi-export-clause.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-semi-export-star.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-syntax.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-err-yield.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
parse-export-empty.js Module code: syntax validation 2016-03-29 12:10:49 -04:00