| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 "test": "mojo:log_client_apptests" | 42 "test": "mojo:log_client_apptests" |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 "test": "mojo:log_impl_apptests" | 45 "test": "mojo:log_impl_apptests" |
| 46 }, | 46 }, |
| 47 { | 47 { |
| 48 "test": "mojo:mojio_apptests", | 48 "test": "mojo:mojio_apptests", |
| 49 }, | 49 }, |
| 50 { | 50 { |
| 51 "test": "mojo:moterm_apptests", | 51 "test": "mojo:moterm_apptests", |
| 52 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi
g --use-osmesa"], | |
| 53 }, | 52 }, |
| 54 { | 53 { |
| 55 "test": "mojo:prediction_apptests", | 54 "test": "mojo:prediction_apptests", |
| 56 }, | 55 }, |
| 57 { | 56 { |
| 58 "test": "mojo:network_service_apptests", | 57 "test": "mojo:network_service_apptests", |
| 59 }, | 58 }, |
| 60 { | 59 { |
| 61 "test": "mojo:versioning_apptests", | 60 "test": "mojo:versioning_apptests", |
| 62 }, | 61 }, |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 # These tests rely on various things in /bin. | 119 # These tests rely on various things in /bin. |
| 121 "test": "mojo:native_support_apptests", | 120 "test": "mojo:native_support_apptests", |
| 122 }, | 121 }, |
| 123 { | 122 { |
| 124 # https://github.com/domokit/mojo/issues/61 | 123 # https://github.com/domokit/mojo/issues/61 |
| 125 # Sometime the shell get a trucated application when exposed through the | 124 # Sometime the shell get a trucated application when exposed through the |
| 126 # http server. | 125 # http server. |
| 127 "test": "mojo:shell_apptests", | 126 "test": "mojo:shell_apptests", |
| 128 }, | 127 }, |
| 129 ] | 128 ] |
| OLD | NEW |