| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 if target_os != 'android': | 108 if target_os != 'android': |
| 109 tests += [ | 109 tests += [ |
| 110 { | 110 { |
| 111 "test": "mojo:js_apptests", | 111 "test": "mojo:js_apptests", |
| 112 "type": "gtest_isolated", | 112 "type": "gtest_isolated", |
| 113 }, | 113 }, |
| 114 { | 114 { |
| 115 "test": "mojo:reaper_apptests", | 115 "test": "mojo:reaper_apptests", |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 "test": "mojo:dart_apptests_dartzip", | 118 "test": "mojo:dart_apptests", |
| 119 "type": "dart", | 119 "type": "dart", |
| 120 }, | 120 }, |
| 121 { | 121 { |
| 122 "test": "mojo:dart_apptests_pkg", | |
| 123 "type": "dart", | |
| 124 }, | |
| 125 { | |
| 126 # https://github.com/domokit/mojo/issues/61 | 122 # https://github.com/domokit/mojo/issues/61 |
| 127 # Sometime the shell get a trucated application when exposed through the | 123 # Sometime the shell get a trucated application when exposed through the |
| 128 # http server. | 124 # http server. |
| 129 "test": "mojo:shell_apptests", | 125 "test": "mojo:shell_apptests", |
| 130 }, | 126 }, |
| 131 ] | 127 ] |
| OLD | NEW |