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

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

Issue 1949233002: Create a RegisterViewAssociate method in ViewManager (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add tests to mojo tests Created 4 years, 7 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/services/ui/views/interfaces/view_manager.mojom ('k') | services/BUILD.gn » ('j') | 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 apptests. For description of the file 1 # This file contains a list of Mojo apptests. For description of the file
2 # format, see `mojo_test` in devtools. 2 # format, see `mojo_test` in devtools.
3 3
4 tests = [ 4 tests = [
5 { 5 {
6 "test": "mojo:asset_bundle_apptests", 6 "test": "mojo:asset_bundle_apptests",
7 }, 7 },
8 { 8 {
9 "test": "mojo:authenticating_url_loader_interceptor_apptests", 9 "test": "mojo:authenticating_url_loader_interceptor_apptests",
10 }, 10 },
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "test": "mojo:prediction_apptests", 57 "test": "mojo:prediction_apptests",
58 }, 58 },
59 { 59 {
60 "test": "mojo:ui_apptests", 60 "test": "mojo:ui_apptests",
61 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi g --use-osmesa"], 61 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi g --use-osmesa"],
62 }, 62 },
63 { 63 {
64 "test": "mojo:ui_associates_apptests", 64 "test": "mojo:ui_associates_apptests",
65 }, 65 },
66 { 66 {
67 "test": "mojo:view_manager_apptests",
68 },
69 {
67 "test": "mojo:url_response_disk_cache_apptests", 70 "test": "mojo:url_response_disk_cache_apptests",
68 }, 71 },
69 { 72 {
70 "test": "mojo:versioning_apptests", 73 "test": "mojo:versioning_apptests",
71 }, 74 },
72 { 75 {
73 "test": "mojo:platform_handle_private_apptests", 76 "test": "mojo:platform_handle_private_apptests",
74 }, 77 },
75 { 78 {
76 "test": "mojo:image_pipe_apptests", 79 "test": "mojo:image_pipe_apptests",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 # These tests rely on various things in /bin. 143 # These tests rely on various things in /bin.
141 "test": "mojo:native_support_apptests", 144 "test": "mojo:native_support_apptests",
142 }, 145 },
143 { 146 {
144 # https://github.com/domokit/mojo/issues/61 147 # https://github.com/domokit/mojo/issues/61
145 # Sometime the shell get a trucated application when exposed through the 148 # Sometime the shell get a trucated application when exposed through the
146 # http server. 149 # http server.
147 "test": "mojo:shell_apptests", 150 "test": "mojo:shell_apptests",
148 }, 151 },
149 ] 152 ]
OLDNEW
« no previous file with comments | « mojo/services/ui/views/interfaces/view_manager.mojom ('k') | services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698