OLD | NEW |
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 Loading... |
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 Loading... |
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 ] |
OLD | NEW |