Reviewers: ,
Description:
Disable v8 benchmark run from standard test.py runs.
Let's add it as a separate test run on the buildbots.
[email protected]
Please review this at http://codereview.chromium.org/6667039/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M tools/test.py
Index: tools/test.py
diff --git a/tools/test.py b/tools/test.py
index
66691ff738845322fe2fb60c5d96eeea005071a3..79c3341e0858c9c54a9070b30ad6abb170ce5bb5
100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -1301,7 +1301,7 @@ def GetSpecialCommandProcessor(value):
return ExpandCommand
-BUILT_IN_TESTS = ['benchmarks', 'mjsunit', 'cctest', 'message']
+BUILT_IN_TESTS = ['mjsunit', 'cctest', 'message']
def GetSuites(test_root):
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev