v8/test
adamk aeb3a71740 Begin modernization of --harmony-modules
The approach taken in this CL is to incrementally move toward the
currently-specced version of modules in ES6. The biggest change in this
patch is separating the parsing of modules from the parsing of scripts,
getting rid of the 'module' keyword and thus disallowing modules-in-scripts
as well as modules-in-modules.

The syntax supported by import/export declarations has not yet been significantly
changed, with the major exception being that import declarations require a string
as the 'from' part.

Most of the existing tests have been disabled, with a first new test added
in cctest/test-parsing.

BUG=v8:1569
LOG=n

Review URL: https://codereview.chromium.org/881623002

Cr-Commit-Position: refs/heads/master@{#26299}
2015-01-27 21:06:46 +00:00
..
benchmarks Enable test coverage for --turbo-deoptimization mode. 2015-01-16 12:53:30 +00:00
cctest Begin modernization of --harmony-modules 2015-01-27 21:06:46 +00:00
intl Allow identifier code points from supplementary multilingual planes. 2014-10-10 07:13:46 +00:00
js-perf-test Perf tests for Template Literals 2014-12-12 05:14:28 +00:00
message Fix messages tests. 2014-12-10 08:54:48 +00:00
mjsunit Begin modernization of --harmony-modules 2015-01-27 21:06:46 +00:00
mozilla [arm] Skip mozilla/js1_5/extensions/regress-355497 in simulator. 2015-01-21 19:11:52 +00:00
preparser Update tests in preparation for shipping classes. 2014-12-11 15:54:09 +00:00
promises-aplus Enable access check tests that no longer fail with TF. 2014-08-14 13:24:57 +00:00
test262 Update tests in preparation for shipping classes. 2014-12-11 15:54:09 +00:00
test262-es6 Rename String.prototype.contains to 'includes'. 2014-11-20 19:21:36 +00:00
unittests [turbofan] Ensure that NTLs are always properly connected to the end. 2015-01-27 14:02:28 +00:00
webkit Add a pretty printer to improve the error message non-function calls 2015-01-21 13:40:41 +00:00