| 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 "type": "gtest_isolated", | 118 "type": "gtest_isolated", |
| 119 }, | 119 }, |
| 120 { | 120 { |
| 121 "test": "mojo:reaper_apptests", | 121 "test": "mojo:reaper_apptests", |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 "test": "mojo:dart_apptests", | 124 "test": "mojo:dart_apptests", |
| 125 "type": "dart", | 125 "type": "dart", |
| 126 }, | 126 }, |
| 127 { | 127 { |
| 128 # These tests rely on various things in /bin. |
| 129 "test": "mojo:native_support_apptests", |
| 130 }, |
| 131 { |
| 128 # https://github.com/domokit/mojo/issues/61 | 132 # https://github.com/domokit/mojo/issues/61 |
| 129 # Sometime the shell get a trucated application when exposed through the | 133 # Sometime the shell get a trucated application when exposed through the |
| 130 # http server. | 134 # http server. |
| 131 "test": "mojo:shell_apptests", | 135 "test": "mojo:shell_apptests", |
| 132 }, | 136 }, |
| 133 ] | 137 ] |
| OLD | NEW |