Reviewers: ulan,

Message:
Committed patchset #1 manually as r18240 (presubmit successful).

Description:
Experimental scanner: restore the MODE_FLAGS for tests.

make check runs now.

[email protected]
BUG=

Committed: https://code.google.com/p/v8/source/detail?r=18240

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

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

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


Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index 55f12bb38a8510d56c43e8c5d6f42c680fd0f429..8f57f6b9e7f54cfa95295de84b5a365a62deef02 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -55,8 +55,11 @@ TIMEOUT_SCALEFACTOR = {"debug"   : 4,
 # Use this to run several variants of the tests.
 VARIANT_FLAGS = [[]]
 MODE_FLAGS = {
-    "debug"   : [],
-    "release" : []}
+    "debug"   : ["--nobreak-on-abort", "--nodead-code-elimination",
+                 "--nofold-constants", "--enable-slow-asserts",
+                 "--debug-code", "--verify-heap"],
+    "release" : ["--nobreak-on-abort", "--nodead-code-elimination",
+                 "--nofold-constants"]}

 SUPPORTED_ARCHS = ["android_arm",
                    "android_ia32",


--
--
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