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 12 matching lines...) Expand all Loading... |
23 "test": "mojo:example_apptests", | 23 "test": "mojo:example_apptests", |
24 "name": "mojo:example_apptests (multiprocess)", | 24 "name": "mojo:example_apptests (multiprocess)", |
25 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. | 25 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. |
26 "test-args": ["--example_apptest_arg"], | 26 "test-args": ["--example_apptest_arg"], |
27 "shell-args": ["--enable-multiprocess"], | 27 "shell-args": ["--enable-multiprocess"], |
28 }, | 28 }, |
29 { | 29 { |
30 "test": "mojo:files_apptests", | 30 "test": "mojo:files_apptests", |
31 }, | 31 }, |
32 { | 32 { |
| 33 "test": "mojo:files_impl_apptests", |
| 34 }, |
| 35 { |
33 "test": "mojo:http_server_apptests", | 36 "test": "mojo:http_server_apptests", |
34 }, | 37 }, |
35 { | 38 { |
36 "test": "mojo:mojio_apptests", | 39 "test": "mojo:mojio_apptests", |
37 }, | 40 }, |
38 { | 41 { |
39 "test": "mojo:moterm_apptests", | 42 "test": "mojo:moterm_apptests", |
40 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi
g --use-osmesa"], | 43 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi
g --use-osmesa"], |
41 }, | 44 }, |
42 { | 45 { |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 "test": "mojo:dart_apptests", | 124 "test": "mojo:dart_apptests", |
122 "type": "dart", | 125 "type": "dart", |
123 }, | 126 }, |
124 { | 127 { |
125 # https://github.com/domokit/mojo/issues/61 | 128 # https://github.com/domokit/mojo/issues/61 |
126 # Sometime the shell get a trucated application when exposed through the | 129 # Sometime the shell get a trucated application when exposed through the |
127 # http server. | 130 # http server. |
128 "test": "mojo:shell_apptests", | 131 "test": "mojo:shell_apptests", |
129 }, | 132 }, |
130 ] | 133 ] |
OLD | NEW |