Commit ac1eb2d9 authored by ager@chromium.org's avatar ager@chromium.org

Disable v8 benchmark run from standard test.py runs.

Let's add it as a separate test run on the buildbots.

TBR=ricow@chromium.org

Review URL: http://codereview.chromium.org/6667039

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7199 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 8a5e4837
...@@ -1301,7 +1301,7 @@ def GetSpecialCommandProcessor(value): ...@@ -1301,7 +1301,7 @@ def GetSpecialCommandProcessor(value):
return ExpandCommand return ExpandCommand
BUILT_IN_TESTS = ['benchmarks', 'mjsunit', 'cctest', 'message'] BUILT_IN_TESTS = ['mjsunit', 'cctest', 'message']
def GetSuites(test_root): def GetSuites(test_root):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment