| 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 }, |
| 11 { | 11 { |
| 12 "test": "mojo:benchmark_apptests", |
| 13 }, |
| 14 { |
| 12 "test": "mojo:clipboard_apptests", | 15 "test": "mojo:clipboard_apptests", |
| 13 }, | 16 }, |
| 14 { | 17 { |
| 15 "test": "mojo:example_apptests", | 18 "test": "mojo:example_apptests", |
| 16 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. | 19 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. |
| 17 "test-args": ["--example_apptest_arg"], | 20 "test-args": ["--example_apptest_arg"], |
| 18 }, | 21 }, |
| 19 { | 22 { |
| 20 "test": "mojo:example_apptests", | 23 "test": "mojo:example_apptests", |
| 21 "name": "mojo:example_apptests (multiprocess)", | 24 "name": "mojo:example_apptests (multiprocess)", |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 "test": "mojo:dart_apptests", | 121 "test": "mojo:dart_apptests", |
| 119 "type": "dart", | 122 "type": "dart", |
| 120 }, | 123 }, |
| 121 { | 124 { |
| 122 # https://github.com/domokit/mojo/issues/61 | 125 # https://github.com/domokit/mojo/issues/61 |
| 123 # Sometime the shell get a trucated application when exposed through the | 126 # Sometime the shell get a trucated application when exposed through the |
| 124 # http server. | 127 # http server. |
| 125 "test": "mojo:shell_apptests", | 128 "test": "mojo:shell_apptests", |
| 126 }, | 129 }, |
| 127 ] | 130 ] |
| OLD | NEW |