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

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

Issue 1997513002: Mozart: Generalize frame scheduling. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-jank2
Patch Set: add comments Created 4 years, 7 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/gfx/composition/interfaces/scheduling.mojom ('k') | mojo/ui/choreographer.h » ('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", 12 "test": "mojo:benchmark_apptests",
13 }, 13 },
14 { 14 {
15 "test": "mojo:clipboard_apptests", 15 "test": "mojo:clipboard_apptests",
16 }, 16 },
17 { 17 {
18 "test": "mojo:compositor_apptests",
19 "shell-args": ["--args-for=mojo:native_viewport_service --use-test-config"],
20 },
21 {
18 "test": "mojo:example_apptests", 22 "test": "mojo:example_apptests",
19 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. 23 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg.
20 "test-args": ["--example_apptest_arg"], 24 "test-args": ["--example_apptest_arg"],
21 }, 25 },
22 { 26 {
23 "test": "mojo:example_apptests", 27 "test": "mojo:example_apptests",
24 "name": "mojo:example_apptests (multiprocess)", 28 "name": "mojo:example_apptests (multiprocess)",
25 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. 29 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg.
26 "test-args": ["--example_apptest_arg"], 30 "test-args": ["--example_apptest_arg"],
27 "shell-args": ["--enable-multiprocess"], 31 "shell-args": ["--enable-multiprocess"],
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 # These tests rely on various things in /bin. 147 # These tests rely on various things in /bin.
144 "test": "mojo:native_support_apptests", 148 "test": "mojo:native_support_apptests",
145 }, 149 },
146 { 150 {
147 # https://github.com/domokit/mojo/issues/61 151 # https://github.com/domokit/mojo/issues/61
148 # Sometime the shell get a trucated application when exposed through the 152 # Sometime the shell get a trucated application when exposed through the
149 # http server. 153 # http server.
150 "test": "mojo:shell_apptests", 154 "test": "mojo:shell_apptests",
151 }, 155 },
152 ] 156 ]
OLDNEW
« no previous file with comments | « mojo/services/gfx/composition/interfaces/scheduling.mojom ('k') | mojo/ui/choreographer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698