DescriptionProvide a maximum size on the number of tests to run in one group.
The implementation of thread local storage on Android does not free slots
in a fixed size datastructure with 256 slots. When a large number of tests
run in a single process it is easy to exceed the limit. We don't have
control over how many slots are burnt per test, so we just assume that
one slot is burnt per test. We split the tests so only 256 run in a given
process.
BUG=354405
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289386
Patch Set 1 #
Total comments: 1
Patch Set 2 : Fix typo #Patch Set 3 : Added a test and removed a broken one. #Patch Set 4 : Do not split host driven tests #Patch Set 5 : Remove print debugging #Patch Set 6 : Only try to split strings #
Messages
Total messages: 20 (0 generated)
|