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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 "test": "mojo:log_impl_apptests" | 45 "test": "mojo:log_impl_apptests" |
46 }, | 46 }, |
47 { | 47 { |
48 "test": "mojo:mojio_apptests", | 48 "test": "mojo:mojio_apptests", |
49 }, | 49 }, |
50 { | 50 { |
51 "test": "mojo:moterm_apptests", | 51 "test": "mojo:moterm_apptests", |
52 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi
g --use-osmesa"], | 52 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi
g --use-osmesa"], |
53 }, | 53 }, |
54 { | 54 { |
| 55 "test": "mojo:network_service_apptests", |
| 56 }, |
| 57 { |
55 "test": "mojo:prediction_apptests", | 58 "test": "mojo:prediction_apptests", |
56 }, | 59 }, |
57 { | 60 { |
58 "test": "mojo:network_service_apptests", | 61 "test": "mojo:ui_unittests", |
| 62 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi
g --use-osmesa"], |
| 63 }, |
| 64 { |
| 65 "test": "mojo:url_response_disk_cache_apptests", |
59 }, | 66 }, |
60 { | 67 { |
61 "test": "mojo:versioning_apptests", | 68 "test": "mojo:versioning_apptests", |
62 }, | 69 }, |
63 { | |
64 "test": "mojo:url_response_disk_cache_apptests", | |
65 }, | |
66 ] | 70 ] |
67 | 71 |
68 if target_os == 'linux': | 72 if target_os == 'linux': |
69 tests += [ | 73 tests += [ |
70 { | 74 { |
71 "test": "mojo:example_apptests", | 75 "test": "mojo:example_apptests", |
72 "name": "mojo:example_apptests (python_example_service)", | 76 "name": "mojo:example_apptests (python_example_service)", |
73 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. | 77 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. |
74 "test-args": ["--example_apptest_arg"], | 78 "test-args": ["--example_apptest_arg"], |
75 "shell-args": [ | 79 "shell-args": [ |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 # These tests rely on various things in /bin. | 124 # These tests rely on various things in /bin. |
121 "test": "mojo:native_support_apptests", | 125 "test": "mojo:native_support_apptests", |
122 }, | 126 }, |
123 { | 127 { |
124 # https://github.com/domokit/mojo/issues/61 | 128 # https://github.com/domokit/mojo/issues/61 |
125 # Sometime the shell get a trucated application when exposed through the | 129 # Sometime the shell get a trucated application when exposed through the |
126 # http server. | 130 # http server. |
127 "test": "mojo:shell_apptests", | 131 "test": "mojo:shell_apptests", |
128 }, | 132 }, |
129 ] | 133 ] |
OLD | NEW |