Minor Python style clean-up
[chromium-blink-merge.git] / tools / auto_bisect / configs / linux.bisect.functional.cfg
blobd5c36991c761d5cdb0fbb82b9438c3c843423bbb
1 # This should reproduce the regression in http://crbug.com/425582.
2 # It was based on:
3 # http://build.chromium.org/p/tryserver.chromium.perf/builders/linux_perf_bisect/builds/704
5 config = {
6   'command': 'out/Release/content_unittests --single-process-tests --gtest_filter=DOMStorageAreaTest',
7   'good_revision': '311607',
8   'bad_revision': '311608',
9   'bisect_mode': 'return_code',
10   'builder_type': 'full',
13 # Workaround git try issue, see crbug.com/257689