Chromium Code Reviews
DescriptionRun native_theme unittests everywhere we run views_unittests.
Created by adding the following to testing/buildbot/manage.py in
def process_file(..):
if 'views_unittests' in seen and 'native_theme_unittests' not in seen:
data = [d for d in gtest_tests if d['test'] == 'views_unittests'][0].copy()
data['test'] = 'native_theme_unittests'
gtest_tests.append(data)
Then running manage.py --write. It told me to put an entry in
gn_isolate_map.pyl as well.
BUG=398316
Committed: https://crrev.com/5f112f29f443bd65c36300272e0f1b89955a0d25
Cr-Commit-Position: refs/heads/master@{#437807}
Patch Set 1 #Patch Set 2 : "rebase" (actually trunk should be fixed now) #Patch Set 3 : hack manage.py #
Total comments: 1
Patch Set 4 : Un-edit manage.py #
Messages
Total messages: 29 (22 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||