Revision: 18240
Author: [email protected]
Date: Tue Dec 3 15:22:16 2013 UTC
Log: Experimental scanner: restore the MODE_FLAGS for tests.
make check runs now.
[email protected]
BUG=
Review URL: https://codereview.chromium.org/102133002
http://code.google.com/p/v8/source/detail?r=18240
Modified:
/branches/experimental/parser/tools/run-tests.py
=======================================
--- /branches/experimental/parser/tools/run-tests.py Mon Dec 2 13:16:30
2013 UTC
+++ /branches/experimental/parser/tools/run-tests.py Tue Dec 3 15:22:16
2013 UTC
@@ -55,8 +55,11 @@
# 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.