| Index: projects.py
|
| ===================================================================
|
| --- projects.py (revision 234531)
|
| +++ projects.py (working copy)
|
| @@ -302,7 +302,7 @@
|
| # Use a smaller set of tests for *_aura, since there's a lot of overlap with
|
| # the corresponding *_rel builders.
|
| # Note: *_aura are Release builders even if their names convey otherwise.
|
| - aura_tests = [
|
| + linux_aura_tests = [
|
| 'app_list_unittests',
|
| 'aura_unittests',
|
| 'browser_tests',
|
| @@ -311,12 +311,7 @@
|
| 'content_unittests',
|
| 'interactive_ui_tests',
|
| 'unit_tests',
|
| - 'views_unittests',
|
| ]
|
| - linux_aura_tests = aura_tests[:]
|
| - linux_aura_tests.remove('views_unittests')
|
| - win7_aura_tests = aura_tests[:]
|
| - win7_aura_tests.remove('app_list_unittests')
|
| builders_and_tests = {
|
| # TODO(maruel): Figure out a way to run 'sizes' where people can
|
| # effectively update the perf expectation correctly. This requires a
|
| @@ -376,9 +371,6 @@
|
| 'telemetry_unittests',
|
| ],
|
| 'win': ['compile'],
|
| - 'win7_aura': win7_aura_tests + [
|
| - 'ash_unittests',
|
| - ],
|
| 'win_rel': standard_tests + [
|
| 'app_list_unittests',
|
| 'ash_unittests',
|
|
|