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

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

Issue 1363183004: Files services library: Add an "output stream" file impl helper class. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: files_impl 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/files/public/cpp/tests/output_stream_file_unittest.cc ('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
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 12 matching lines...) Expand all
23 "test": "mojo:example_apptests", 23 "test": "mojo:example_apptests",
24 "name": "mojo:example_apptests (multiprocess)", 24 "name": "mojo:example_apptests (multiprocess)",
25 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. 25 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg.
26 "test-args": ["--example_apptest_arg"], 26 "test-args": ["--example_apptest_arg"],
27 "shell-args": ["--enable-multiprocess"], 27 "shell-args": ["--enable-multiprocess"],
28 }, 28 },
29 { 29 {
30 "test": "mojo:files_apptests", 30 "test": "mojo:files_apptests",
31 }, 31 },
32 { 32 {
33 "test": "mojo:files_impl_apptests",
34 },
35 {
33 "test": "mojo:http_server_apptests", 36 "test": "mojo:http_server_apptests",
34 }, 37 },
35 { 38 {
36 "test": "mojo:mojio_apptests", 39 "test": "mojo:mojio_apptests",
37 }, 40 },
38 { 41 {
39 "test": "mojo:moterm_apptests", 42 "test": "mojo:moterm_apptests",
40 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi g --use-osmesa"], 43 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi g --use-osmesa"],
41 }, 44 },
42 { 45 {
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "test": "mojo:dart_apptests", 124 "test": "mojo:dart_apptests",
122 "type": "dart", 125 "type": "dart",
123 }, 126 },
124 { 127 {
125 # https://github.com/domokit/mojo/issues/61 128 # https://github.com/domokit/mojo/issues/61
126 # Sometime the shell get a trucated application when exposed through the 129 # Sometime the shell get a trucated application when exposed through the
127 # http server. 130 # http server.
128 "test": "mojo:shell_apptests", 131 "test": "mojo:shell_apptests",
129 }, 132 },
130 ] 133 ]
OLDNEW
« no previous file with comments | « mojo/services/files/public/cpp/tests/output_stream_file_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698