Revision: 18612
Author:   [email protected]
Date:     Wed Jan 15 10:17:41 2014 UTC
Log:      Experimental parser: Make run-tests.py work again.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/137983003
http://code.google.com/p/v8/source/detail?r=18612

Modified:
 /branches/experimental/parser/tools/run-tests.py

=======================================
--- /branches/experimental/parser/tools/run-tests.py Wed Dec 11 14:40:08 2013 UTC +++ /branches/experimental/parser/tools/run-tests.py Wed Jan 15 10:17:41 2014 UTC
@@ -54,7 +54,13 @@
                        "release" : 1 }

 # Use this to run several variants of the tests.
-VARIANT_FLAGS = [[]]
+
+VARIANTS = ["default"]
+
+VARIANT_FLAGS = {
+    "default": []
+}
+
 MODE_FLAGS = {
     "debug"   : ["--nobreak-on-abort", "--nodead-code-elimination",
                  "--nofold-constants", "--enable-slow-asserts",

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