| 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", | 12 "test": "mojo:benchmark_apptests", |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "test": "mojo:clipboard_apptests", | 15 "test": "mojo:clipboard_apptests", |
| 16 }, | 16 }, |
| 17 { | 17 { |
| 18 "test": "mojo:compositor_apptests", |
| 19 "shell-args": ["--args-for=mojo:native_viewport_service --use-test-config"], |
| 20 }, |
| 21 { |
| 18 "test": "mojo:example_apptests", | 22 "test": "mojo:example_apptests", |
| 19 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. | 23 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. |
| 20 "test-args": ["--example_apptest_arg"], | 24 "test-args": ["--example_apptest_arg"], |
| 21 }, | 25 }, |
| 22 { | 26 { |
| 23 "test": "mojo:example_apptests", | 27 "test": "mojo:example_apptests", |
| 24 "name": "mojo:example_apptests (multiprocess)", | 28 "name": "mojo:example_apptests (multiprocess)", |
| 25 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. | 29 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. |
| 26 "test-args": ["--example_apptest_arg"], | 30 "test-args": ["--example_apptest_arg"], |
| 27 "shell-args": ["--enable-multiprocess"], | 31 "shell-args": ["--enable-multiprocess"], |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 # These tests rely on various things in /bin. | 147 # These tests rely on various things in /bin. |
| 144 "test": "mojo:native_support_apptests", | 148 "test": "mojo:native_support_apptests", |
| 145 }, | 149 }, |
| 146 { | 150 { |
| 147 # https://github.com/domokit/mojo/issues/61 | 151 # https://github.com/domokit/mojo/issues/61 |
| 148 # Sometime the shell get a trucated application when exposed through the | 152 # Sometime the shell get a trucated application when exposed through the |
| 149 # http server. | 153 # http server. |
| 150 "test": "mojo:shell_apptests", | 154 "test": "mojo:shell_apptests", |
| 151 }, | 155 }, |
| 152 ] | 156 ] |
| OLD | NEW |