Run 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
Review-Url: https://codereview.chromium.org/2560633004
Cr-Commit-Position: refs/heads/master@{#437807}
Showing
This diff is collapsed.
Please register or sign in to comment