Chromium Code Reviews| 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 |
|
viettrungluu
2016/02/17 00:09:14
What's this file and why?
| |
| 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 }, |
| 11 { | 11 { |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 131 # These tests rely on various things in /bin. | 131 # These tests rely on various things in /bin. |
| 132 "test": "mojo:native_support_apptests", | 132 "test": "mojo:native_support_apptests", |
| 133 }, | 133 }, |
| 134 { | 134 { |
| 135 # https://github.com/domokit/mojo/issues/61 | 135 # https://github.com/domokit/mojo/issues/61 |
| 136 # Sometime the shell get a trucated application when exposed through the | 136 # Sometime the shell get a trucated application when exposed through the |
| 137 # http server. | 137 # http server. |
| 138 "test": "mojo:shell_apptests", | 138 "test": "mojo:shell_apptests", |
| 139 }, | 139 }, |
| 140 ] | 140 ] |
| OLD | NEW |