Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Side by Side Diff: mojo/tools/data/apptests

Issue 1447273002: Mojo Log service and a thread-safe client library. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: initialize global variables at start of the test Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/services/mojo_services.gni ('k') | services/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 21 matching lines...) Expand all
32 { 32 {
33 "test": "mojo:files_apptests", 33 "test": "mojo:files_apptests",
34 }, 34 },
35 { 35 {
36 "test": "mojo:files_impl_apptests", 36 "test": "mojo:files_impl_apptests",
37 }, 37 },
38 { 38 {
39 "test": "mojo:http_server_apptests", 39 "test": "mojo:http_server_apptests",
40 }, 40 },
41 { 41 {
42 "test": "mojo:log_client_apptests"
43 },
44 {
45 "test": "mojo:log_impl_apptests"
46 },
47 {
42 "test": "mojo:mojio_apptests", 48 "test": "mojo:mojio_apptests",
43 }, 49 },
44 { 50 {
45 "test": "mojo:moterm_apptests", 51 "test": "mojo:moterm_apptests",
46 "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"],
47 }, 53 },
48 { 54 {
49 "test": "mojo:texture_apptests", 55 "test": "mojo:texture_apptests",
50 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi g --use-osmesa"], 56 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi g --use-osmesa"],
51 }, 57 },
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 # These tests rely on various things in /bin. 137 # These tests rely on various things in /bin.
132 "test": "mojo:native_support_apptests", 138 "test": "mojo:native_support_apptests",
133 }, 139 },
134 { 140 {
135 # https://github.com/domokit/mojo/issues/61 141 # https://github.com/domokit/mojo/issues/61
136 # Sometime the shell get a trucated application when exposed through the 142 # Sometime the shell get a trucated application when exposed through the
137 # http server. 143 # http server.
138 "test": "mojo:shell_apptests", 144 "test": "mojo:shell_apptests",
139 }, 145 },
140 ] 146 ]
OLDNEW
« no previous file with comments | « mojo/services/mojo_services.gni ('k') | services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698