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