If using bench() with unnamed arrays containing 'function' keys
and potentially large values in 'args' keys, then don't dump these
potentially many-lines of fixtue data into the result.
Limit the arg dump to at most one line of 80 chars. Beyond that
shorten it to `fname@1` etc.
Bug: T318502
Change-Id: I02a8cf550c1ef0eea6fe52d1c134519bc9f8d99f
We will need parameter handling in the runner as well as in the actual
maintenance script. So pull it out, so we can re-use it.
Change-Id: Ib67667fead8350e0a539323fb05b160f4c2d882e
Ended up using
grep -Prl '\->setMethods\(' . | xargs sed -r -i 's/setMethods\(/onlyMethods\(/g'
special-casing setMethods( null ) -> onlyMethods( [] )
and then manual fix of failing test (from PS2 onwards).
Bug: T278010
Change-Id: I012dca7ae774bb430c1c44d50991ba0b633353f1
This commit splits changes from Ic14f5debc53e55d6714 to reduce it to
only strictly needed things. It can be merged immediately.
Bug: T192167
Change-Id: I8c541a66ea13421dbe7fa51d197d5455cc4786eb