Make browser_tests shardable.
Add methods to browser_tests which allow sharding control to be used to select the tests that are called by RunTest(). The same basic process is used by GTest to decide if a given test should be run (assuming the suite should be sharded). Reuse GTEST_TOTAL_SHARDS and GTEST_SHARD_INDEX since browser_tests is a wrapper around GTest and using the same variable names will simplify our tools. BUG=69423 TEST=browser_tests runs fine unsharded, can be run sharded Review URL: http://codereview.chromium.org/6333004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71530 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment