DescriptionMake 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
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71530
Patch Set 1 #Patch Set 2 : update+rebase #
Total comments: 16
Patch Set 3 : address phajdan's comments #Patch Set 4 : update+rebase #Messages
Total messages: 3 (0 generated)
|