Reviewers: marja,

Message:
PTAL

Description:
Experimental scanner: enable mjsunit and cctest.

BUG=

Please review this at https://codereview.chromium.org/99073002/

SVN Base: https://v8.googlecode.com/svn/branches/experimental/parser

Affected files (+1, -1 lines):
  M tools/run-tests.py


Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index 8e1b369908a5dc254d6ba0d3b957ec2f0dff300f..55f12bb38a8510d56c43e8c5d6f42c680fd0f429 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -47,7 +47,7 @@ from testrunner.objects import context


 ARCH_GUESS = utils.DefaultArch()
-DEFAULT_TESTS = ["lexer"]
+DEFAULT_TESTS = ["lexer", "mjsunit", "cctest"]
 TIMEOUT_DEFAULT = 60
 TIMEOUT_SCALEFACTOR = {"debug"   : 4,
                        "release" : 1 }


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to