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

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

Issue 1166123005: Removes ServiceProviders from ViewManager::Embed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use is_headless rather than check for browser. Created 5 years, 6 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 | « mojo/application/public/cpp/lazy_interface_ptr.h ('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 30 matching lines...) Expand all
41 "args": ["--use-headless-config"] 41 "args": ["--use-headless-config"]
42 }, 42 },
43 ] 43 ]
44 44
45 # TODO(msw): Get these tests passing on Android too. http://crbug.com/486220 45 # TODO(msw): Get these tests passing on Android too. http://crbug.com/486220
46 if config.target_os != config.OS_ANDROID: 46 if config.target_os != config.OS_ANDROID:
47 tests += [ 47 tests += [
48 { 48 {
49 "test": "mojo:html_viewer_apptests", 49 "test": "mojo:html_viewer_apptests",
50 "type": "gtest_isolated", 50 "type": "gtest_isolated",
51 "args": ["--is-headless"]
51 }, 52 },
52 { 53 {
53 "test": "mojo:resource_provider_apptests", 54 "test": "mojo:resource_provider_apptests",
54 "type": "gtest_isolated", 55 "type": "gtest_isolated",
55 }, 56 },
56 { 57 {
57 "test": "mojo:mandoline_frame_apptests", 58 "test": "mojo:mandoline_frame_apptests",
58 "type": "gtest_isolated", 59 "type": "gtest_isolated",
59 "args": ["--use-headless-config"] 60 "args": ["--use-headless-config"]
60 }, 61 },
61 ] 62 ]
OLDNEW
« no previous file with comments | « mojo/application/public/cpp/lazy_interface_ptr.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698