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 21 matching lines...) Expand all Loading... |
32 { | 32 { |
33 "test": "mojo:files_apptests", | 33 "test": "mojo:files_apptests", |
34 }, | 34 }, |
35 { | 35 { |
36 "test": "mojo:files_impl_apptests", | 36 "test": "mojo:files_impl_apptests", |
37 }, | 37 }, |
38 { | 38 { |
39 "test": "mojo:http_server_apptests", | 39 "test": "mojo:http_server_apptests", |
40 }, | 40 }, |
41 { | 41 { |
| 42 "test": "mojo:log_client_apptests" |
| 43 }, |
| 44 { |
| 45 "test": "mojo:log_impl_apptests" |
| 46 }, |
| 47 { |
42 "test": "mojo:mojio_apptests", | 48 "test": "mojo:mojio_apptests", |
43 }, | 49 }, |
44 { | 50 { |
45 "test": "mojo:moterm_apptests", | 51 "test": "mojo:moterm_apptests", |
46 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi
g --use-osmesa"], | 52 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi
g --use-osmesa"], |
47 }, | 53 }, |
48 { | 54 { |
49 "test": "mojo:texture_apptests", | 55 "test": "mojo:texture_apptests", |
50 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi
g --use-osmesa"], | 56 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi
g --use-osmesa"], |
51 }, | 57 }, |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 # These tests rely on various things in /bin. | 137 # These tests rely on various things in /bin. |
132 "test": "mojo:native_support_apptests", | 138 "test": "mojo:native_support_apptests", |
133 }, | 139 }, |
134 { | 140 { |
135 # https://github.com/domokit/mojo/issues/61 | 141 # https://github.com/domokit/mojo/issues/61 |
136 # Sometime the shell get a trucated application when exposed through the | 142 # Sometime the shell get a trucated application when exposed through the |
137 # http server. | 143 # http server. |
138 "test": "mojo:shell_apptests", | 144 "test": "mojo:shell_apptests", |
139 }, | 145 }, |
140 ] | 146 ] |
OLD | NEW |