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

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

Issue 1701193002: [fusl] Build example apptests under fusl (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 | « BUILD.gn ('k') | 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
viettrungluu 2016/02/17 00:09:14 What's this file and why?
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 {
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 # These tests rely on various things in /bin. 131 # These tests rely on various things in /bin.
132 "test": "mojo:native_support_apptests", 132 "test": "mojo:native_support_apptests",
133 }, 133 },
134 { 134 {
135 # https://github.com/domokit/mojo/issues/61 135 # https://github.com/domokit/mojo/issues/61
136 # Sometime the shell get a trucated application when exposed through the 136 # Sometime the shell get a trucated application when exposed through the
137 # http server. 137 # http server.
138 "test": "mojo:shell_apptests", 138 "test": "mojo:shell_apptests",
139 }, 139 },
140 ] 140 ]
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698