Reviewers: Mads Ager, Description: Add test suite for the preparser.
The test suite builds the preparser test program and runs it on each .js file in
the test/preparser directory. Currently it only checks that preparsing runs without crashing or erroring. This also implicitly tests that the preparser library can be built. TEST=test/preparser/*.js Please review this at http://codereview.chromium.org/6777010/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M preparser/preparser-process.cc A test/preparser/empty.js A test/preparser/functions-only.js A test/preparser/non-alphanum.js A test/preparser/symbols-only.js A test/preparser/testcfg.py M tools/test.py -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
