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

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

Issue 1646873003: No longer need osmesa for moterm apptests. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 10 months 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 | « no previous file | no next file » | 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "test": "mojo:log_client_apptests" 42 "test": "mojo:log_client_apptests"
43 }, 43 },
44 { 44 {
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"],
53 }, 52 },
54 { 53 {
55 "test": "mojo:prediction_apptests", 54 "test": "mojo:prediction_apptests",
56 }, 55 },
57 { 56 {
58 "test": "mojo:network_service_apptests", 57 "test": "mojo:network_service_apptests",
59 }, 58 },
60 { 59 {
61 "test": "mojo:versioning_apptests", 60 "test": "mojo:versioning_apptests",
62 }, 61 },
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 # These tests rely on various things in /bin. 119 # These tests rely on various things in /bin.
121 "test": "mojo:native_support_apptests", 120 "test": "mojo:native_support_apptests",
122 }, 121 },
123 { 122 {
124 # https://github.com/domokit/mojo/issues/61 123 # https://github.com/domokit/mojo/issues/61
125 # Sometime the shell get a trucated application when exposed through the 124 # Sometime the shell get a trucated application when exposed through the
126 # http server. 125 # http server.
127 "test": "mojo:shell_apptests", 126 "test": "mojo:shell_apptests",
128 }, 127 },
129 ] 128 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698