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

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

Issue 1285863002: Fix switch in apptests file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: space Created 5 years, 4 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'name': 'mojo:html_viewer_apptests OOPIFS', 63 'name': 'mojo:html_viewer_apptests OOPIFS',
64 'type': 'gtest_isolated', 64 'type': 'gtest_isolated',
65 'args': ['--use-test-config', '--oopifs', 65 'args': ['--use-test-config', '--oopifs',
66 '--enable-html-viewer-test-interface'] 66 '--enable-html-viewer-test-interface']
67 }, 67 },
68 { 68 {
69 'test': 'mojo:html_viewer_apptests', 69 'test': 'mojo:html_viewer_apptests',
70 'name': 'mojo:html_viewer_apptests OOPIFS new frame', 70 'name': 'mojo:html_viewer_apptests OOPIFS new frame',
71 'type': 'gtest_isolated', 71 'type': 'gtest_isolated',
72 'args': ['--use-test-config', '--oopifs', 72 'args': ['--use-test-config', '--oopifs',
73 'oopif-always-create-new-frame-tree', 73 '--oopif-always-create-new-frame-tree',
74 '--enable-html-viewer-test-interface'] 74 '--enable-html-viewer-test-interface']
75 }, 75 },
76 { 76 {
77 'test': 'mojo:mandoline_browser_apptests', 77 'test': 'mojo:mandoline_browser_apptests',
78 'type': 'gtest_isolated', 78 'type': 'gtest_isolated',
79 'args': ['--use-headless-config'] 79 'args': ['--use-headless-config']
80 }, 80 },
81 { 81 {
82 'test': 'mojo:mandoline_frame_apptests', 82 'test': 'mojo:mandoline_frame_apptests',
83 'type': 'gtest_isolated', 83 'type': 'gtest_isolated',
84 'args': ['--use-headless-config'] 84 'args': ['--use-headless-config']
85 }, 85 },
86 # TODO(xhwang): Fix and enable mojo:media_pipeline_integration_apptests. 86 # TODO(xhwang): Fix and enable mojo:media_pipeline_integration_apptests.
87 # http://crbug.com/501417 87 # http://crbug.com/501417
88 { 88 {
89 'test': 'mojo:media_apptests', 89 'test': 'mojo:media_apptests',
90 'type': 'gtest_isolated', 90 'type': 'gtest_isolated',
91 }, 91 },
92 { 92 {
93 'test': 'mojo:sql_apptests', 93 'test': 'mojo:sql_apptests',
94 'type': 'gtest_isolated', 94 'type': 'gtest_isolated',
95 }, 95 },
96 ] 96 ]
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