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