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

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

Issue 881753002: Run App tests on Android. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Whitespace Created 5 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 | « mojo/tools/apptest_runner.py ('k') | mojo/tools/data/unittests » ('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 gtest unit tests. 1 # This file contains a list of Mojo gtest unit tests.
2 # This must be a valid python dictionary. 2 # This must be a valid python dictionary.
3 # TODO(vtl|msw): Add a way of specifying data dependencies. 3 # TODO(vtl|msw): Add a way of specifying data dependencies.
4 [ 4 [
5 { 5 {
6 "test": "mojo:clipboard_apptests", 6 "test": "mojo:clipboard_apptests",
7 }, 7 },
8 { 8 {
9 "test": "mojo:example_apptests", 9 "test": "mojo:example_apptests",
10 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. 10 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg.
11 "test-args": ["--example_apptest_arg"], 11 "test-args": ["--example_apptest_arg"],
12 }, 12 },
13 { 13 {
14 # Runs mojo:example_apptests, replacing the mojo:example_service dependency 14 # Runs mojo:example_apptests, replacing the mojo:example_service dependency
15 # with the alternate test:example_service, launched via mojo launcher." 15 # with the alternate test:example_service, launched via mojo launcher."
16 "test": "mojo:example_apptests", 16 "test": "mojo:example_apptests",
17 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. 17 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg.
18 "test-args": ["--example_apptest_arg"], 18 "test-args": ["--example_apptest_arg"],
19 "shell-args": ["--url-mappings=mojo:example_service=test:example_service"], 19 "shell-args": ["--url-mappings=mojo:example_service=test:example_service"],
20 "launched-services": ["test:example_service"], 20 "launched-services": ["test:example_service"],
21 "target_os": ["!android"],
21 }, 22 },
22 { 23 {
23 "test": "mojo:network_service_apptests", 24 "test": "mojo:network_service_apptests",
24 }, 25 },
25 { 26 {
26 "test": "mojo:example_apptests", 27 "test": "mojo:example_apptests",
27 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg. 28 # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg.
28 "test-args": ["--example_apptest_arg"], 29 "test-args": ["--example_apptest_arg"],
29 "shell-args": ["--url-mappings=mojo:example_service=mojo:python_example_serv ice"], 30 "shell-args": ["--url-mappings=mojo:example_service=mojo:python_example_serv ice"],
31 "target_os": ["!*", "linux"],
30 }, 32 },
31 { 33 {
32 "test": "mojo:view_manager_service_apptests", 34 "test": "mojo:view_manager_service_apptests",
33 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi g --use-osmesa"], 35 "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-confi g --use-osmesa"],
34 }, 36 },
35 { 37 {
36 "test": "mojo:js_apptests", 38 "test": "mojo:js_apptests",
39 "target_os": ["!android"],
37 }, 40 },
38 { 41 {
39 "test": "mojo:window_manager_apptests", 42 "test": "mojo:window_manager_apptests",
40 }, 43 },
41 { 44 {
42 "test": "mojo:reaper_apptests", 45 "test": "mojo:reaper_apptests",
46 "target_os": ["!android"],
43 }, 47 },
44 ] 48 ]
OLDNEW
« no previous file with comments | « mojo/tools/apptest_runner.py ('k') | mojo/tools/data/unittests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698