Update tests according to ES2016 draft semantics
The ES2016 draft further refines the completion values for `if` and `with` statements. Two tests must be removed outright because the completion value in those cases is no longer accessible from the runtime.
Showing
- test/language/statements/for/cptn-decl-abrupt-empty.js 0 additions, 45 deletionstest/language/statements/for/cptn-decl-abrupt-empty.js
- test/language/statements/for/cptn-expr-abrupt-empty.js 0 additions, 59 deletionstest/language/statements/for/cptn-expr-abrupt-empty.js
- test/language/statements/if/cptn-else-false-abrupt-empty.js 10 additions, 10 deletionstest/language/statements/if/cptn-else-false-abrupt-empty.js
- test/language/statements/if/cptn-else-true-abrupt-empty.js 10 additions, 8 deletionstest/language/statements/if/cptn-else-true-abrupt-empty.js
- test/language/statements/if/cptn-no-else-true-abrupt-empty.js 6 additions, 7 deletions.../language/statements/if/cptn-no-else-true-abrupt-empty.js
- test/language/statements/with/cptn-abrupt-empty.js 6 additions, 7 deletionstest/language/statements/with/cptn-abrupt-empty.js
Loading
Please register or sign in to comment