Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Side by Side Diff: mojo/tools/data/apptests

Issue 1554733002: Disables mash_wm_tests until build/scripts are straightened out (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file contains a list of Mojo gtest unit tests. 1 # This file contains a list of Mojo gtest unit tests.
2 # 2 #
3 # This must be valid Python. It may use the |config| global that will be a 3 # This must be valid Python. It may use the |config| global that will be a
4 # mopy.config.Config object, and must set a |tests| global that will contain the 4 # mopy.config.Config object, and must set a |tests| global that will contain the
5 # list of tests to run. 5 # list of tests to run.
6 # 6 #
7 # The entries in |tests| are dictionaries of the following form: 7 # The entries in |tests| are dictionaries of the following form:
8 # { 8 # {
9 # # Required URL for apptest. 9 # # Required URL for apptest.
10 # 'test': 'mojo:test_app_url', 10 # 'test': 'mojo:test_app_url',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'type': 'gtest_isolated', 69 'type': 'gtest_isolated',
70 'args': ['--oopif-always-create-new-frame-tree', 70 'args': ['--oopif-always-create-new-frame-tree',
71 '--enable-html-viewer-test-interface', 71 '--enable-html-viewer-test-interface',
72 '--use-x11-test-config', 72 '--use-x11-test-config',
73 '--override-use-gl-with-osmesa-for-tests'] 73 '--override-use-gl-with-osmesa-for-tests']
74 }, 74 },
75 { 75 {
76 'test': 'mojo:mandoline_browser_apptests', 76 'test': 'mojo:mandoline_browser_apptests',
77 'type': 'gtest_isolated', 77 'type': 'gtest_isolated',
78 }, 78 },
79 { 79 # TODO(sky): reenable when 569367 is fixed.
80 'test': 'mojo:mash_wm_apptests', 80 # {
81 'type': 'gtest_isolated', 81 # 'test': 'mojo:mash_wm_apptests',
82 'args': ['--use-x11-test-config', 82 # 'type': 'gtest_isolated',
83 '--override-use-gl-with-osmesa-for-tests'] 83 # 'args': ['--use-x11-test-config',
84 }, 84 # '--override-use-gl-with-osmesa-for-tests']
85 # },
85 # TODO(xhwang): Fix and enable mojo:media_pipeline_integration_apptests. 86 # TODO(xhwang): Fix and enable mojo:media_pipeline_integration_apptests.
86 # http://crbug.com/501417 87 # http://crbug.com/501417
87 { 88 {
88 'test': 'mojo:media_apptests', 89 'test': 'mojo:media_apptests',
89 'type': 'gtest_isolated', 90 'type': 'gtest_isolated',
90 }, 91 },
91 # TODO(crbug.com/560626): Fix and enable mus_apptests on Android. 92 # TODO(crbug.com/560626): Fix and enable mus_apptests on Android.
92 mus_apptests, 93 mus_apptests,
93 { 94 {
94 'test': 'mojo:sql_apptests', 95 'test': 'mojo:sql_apptests',
95 'type': 'gtest_isolated', 96 'type': 'gtest_isolated',
96 }, 97 },
97 { 98 {
98 'test': 'mojo:web_view_apptests', 99 'test': 'mojo:web_view_apptests',
99 'type': 'gtest_isolated', 100 'type': 'gtest_isolated',
100 'args': ['--use-x11-test-config', 101 'args': ['--use-x11-test-config',
101 '--override-use-gl-with-osmesa-for-tests'] 102 '--override-use-gl-with-osmesa-for-tests']
102 }, 103 },
103 ] 104 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698