Revision: 7199 Author: [email protected] Date: Wed Mar 16 03:03:13 2011 Log: Disable v8 benchmark run from standard test.py runs.
Let's add it as a separate test run on the buildbots. [email protected] Review URL: http://codereview.chromium.org/6667039 http://code.google.com/p/v8/source/detail?r=7199 Modified: /branches/bleeding_edge/tools/test.py ======================================= --- /branches/bleeding_edge/tools/test.py Wed Mar 16 02:45:28 2011 +++ /branches/bleeding_edge/tools/test.py Wed Mar 16 03:03:13 2011 @@ -1301,7 +1301,7 @@ 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
