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

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

Issue 1323333004: Renames mandoline_frame_apptests to web_view_apptests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: order Created 5 years, 3 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 | « mandoline/BUILD.gn ('k') | 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 '--enable-html-viewer-test-interface', 72 '--enable-html-viewer-test-interface',
73 '--use-x11-test-config', 73 '--use-x11-test-config',
74 '--override-use-gl-with-osmesa-for-tests'] 74 '--override-use-gl-with-osmesa-for-tests']
75 }, 75 },
76 # TODO(ben): These tests are disabled pending mandoline:browser refactoring. 76 # TODO(ben): These tests are disabled pending mandoline:browser refactoring.
77 #{ 77 #{
78 # 'test': 'mojo:mandoline_browser_apptests', 78 # 'test': 'mojo:mandoline_browser_apptests',
79 # 'type': 'gtest_isolated', 79 # 'type': 'gtest_isolated',
80 # 'args': ['--use-headless-config'] 80 # 'args': ['--use-headless-config']
81 #}, 81 #},
82 {
83 'test': 'mojo:mandoline_frame_apptests',
84 'type': 'gtest_isolated',
85 'args': ['--use-headless-config']
86 },
87 # TODO(xhwang): Fix and enable mojo:media_pipeline_integration_apptests. 82 # TODO(xhwang): Fix and enable mojo:media_pipeline_integration_apptests.
88 # http://crbug.com/501417 83 # http://crbug.com/501417
89 { 84 {
90 'test': 'mojo:media_apptests', 85 'test': 'mojo:media_apptests',
91 'type': 'gtest_isolated', 86 'type': 'gtest_isolated',
92 }, 87 },
93 { 88 {
94 'test': 'mojo:sql_apptests', 89 'test': 'mojo:sql_apptests',
95 'type': 'gtest_isolated', 90 'type': 'gtest_isolated',
96 }, 91 },
92 {
93 'test': 'mojo:web_view_apptests',
94 'type': 'gtest_isolated',
95 'args': ['--use-headless-config']
96 },
97 ] 97 ]
OLDNEW
« no previous file with comments | « mandoline/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698