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

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

Issue 1305193002: Trace-based benchmarking via a mojo app. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Further address Etienne's comments. Created 5 years, 3 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/devtools/common/mojo_benchmark ('k') | mojo/tools/data/benchmarks » ('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 },
11 { 11 {
12 "test": "mojo:benchmark_apptests",
13 },
14 {
12 "test": "mojo:clipboard_apptests", 15 "test": "mojo:clipboard_apptests",
13 }, 16 },
14 { 17 {
15 "test": "mojo:example_apptests", 18 "test": "mojo:example_apptests",
16 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. 19 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg.
17 "test-args": ["--example_apptest_arg"], 20 "test-args": ["--example_apptest_arg"],
18 }, 21 },
19 { 22 {
20 "test": "mojo:example_apptests", 23 "test": "mojo:example_apptests",
21 "name": "mojo:example_apptests (multiprocess)", 24 "name": "mojo:example_apptests (multiprocess)",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "test": "mojo:dart_apptests", 121 "test": "mojo:dart_apptests",
119 "type": "dart", 122 "type": "dart",
120 }, 123 },
121 { 124 {
122 # https://github.com/domokit/mojo/issues/61 125 # https://github.com/domokit/mojo/issues/61
123 # Sometime the shell get a trucated application when exposed through the 126 # Sometime the shell get a trucated application when exposed through the
124 # http server. 127 # http server.
125 "test": "mojo:shell_apptests", 128 "test": "mojo:shell_apptests",
126 }, 129 },
127 ] 130 ]
OLDNEW
« no previous file with comments | « mojo/devtools/common/mojo_benchmark ('k') | mojo/tools/data/benchmarks » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698