| 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 30 matching lines...) Expand all Loading... |
| 41 { | 41 { |
| 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:mojo_common_apptests", |
| 52 }, |
| 53 { |
| 51 "test": "mojo:moterm_apptests", | 54 "test": "mojo:moterm_apptests", |
| 52 }, | 55 }, |
| 53 { | 56 { |
| 54 "test": "mojo:network_service_apptests", | 57 "test": "mojo:network_service_apptests", |
| 55 }, | 58 }, |
| 56 { | 59 { |
| 57 "test": "mojo:prediction_apptests", | 60 "test": "mojo:prediction_apptests", |
| 58 }, | 61 }, |
| 59 { | 62 { |
| 60 "test": "mojo:ui_apptests", | 63 "test": "mojo:ui_apptests", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 # These tests rely on various things in /bin. | 146 # These tests rely on various things in /bin. |
| 144 "test": "mojo:native_support_apptests", | 147 "test": "mojo:native_support_apptests", |
| 145 }, | 148 }, |
| 146 { | 149 { |
| 147 # https://github.com/domokit/mojo/issues/61 | 150 # https://github.com/domokit/mojo/issues/61 |
| 148 # Sometime the shell get a trucated application when exposed through the | 151 # Sometime the shell get a trucated application when exposed through the |
| 149 # http server. | 152 # http server. |
| 150 "test": "mojo:shell_apptests", | 153 "test": "mojo:shell_apptests", |
| 151 }, | 154 }, |
| 152 ] | 155 ] |
| OLD | NEW |