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

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

Issue 1321253010: Add a "native_support" service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fix android? Created 5 years, 2 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 | « mojo/services/native_support/public/interfaces/process.mojom ('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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "type": "gtest_isolated", 118 "type": "gtest_isolated",
119 }, 119 },
120 { 120 {
121 "test": "mojo:reaper_apptests", 121 "test": "mojo:reaper_apptests",
122 }, 122 },
123 { 123 {
124 "test": "mojo:dart_apptests", 124 "test": "mojo:dart_apptests",
125 "type": "dart", 125 "type": "dart",
126 }, 126 },
127 { 127 {
128 # These tests rely on various things in /bin.
129 "test": "mojo:native_support_apptests",
130 },
131 {
128 # https://github.com/domokit/mojo/issues/61 132 # https://github.com/domokit/mojo/issues/61
129 # Sometime the shell get a trucated application when exposed through the 133 # Sometime the shell get a trucated application when exposed through the
130 # http server. 134 # http server.
131 "test": "mojo:shell_apptests", 135 "test": "mojo:shell_apptests",
132 }, 136 },
133 ] 137 ]
OLDNEW
« no previous file with comments | « mojo/services/native_support/public/interfaces/process.mojom ('k') | services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698