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

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

Issue 728783003: Add infrastructure to run tests on android. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 6 years, 1 month 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
OLDNEW
1 # This file contains a list of Mojo gtest unit tests. 1 # This file contains a list of Mojo gtest unit tests.
viettrungluu 2014/11/20 17:32:24 Having to maintain a separate list of tests is awf
qsr 2014/11/21 13:51:46 Agreed. I was planning to update the format of thi
2 # Prepend * to indicate that results shouldn't be cached (e.g., if the test has 2 # Prepend * to indicate that results shouldn't be cached (e.g., if the test has
3 # other data dependencies). 3 # other data dependencies).
4 # TODO(vtl): Add a way of specifying data dependencies instead. 4 # TODO(vtl): Add a way of specifying data dependencies instead.
5 5
6 # System tests: 6 # System tests:
7 mojo_system_unittests 7 mojo_system_unittests
8 8
9 # Public tests: 9 # Public tests:
10 *mojo_public_bindings_unittests 10 # *mojo_public_bindings_unittests
11 mojo_public_environment_unittests 11 # mojo_public_environment_unittests
12 mojo_public_system_unittests 12 # mojo_public_system_unittests
13 mojo_public_utility_unittests 13 # mojo_public_utility_unittests
14 14
15 # Non-system, non-public tests: 15 # Non-system, non-public tests:
16 clipboard_unittests 16 # clipboard_unittests
17 mojo_application_manager_unittests 17 # mojo_application_manager_unittests
18 mojo_common_unittests 18 # mojo_common_unittests
19 external_application_unittests
20 # These tests currently crash. We should re-enable them when they pass. 19 # These tests currently crash. We should re-enable them when they pass.
21 # mojo_view_manager_lib_unittests 20 # mojo_view_manager_lib_unittests
22 mojo_surfaces_lib_unittests 21 # mojo_surfaces_lib_unittests
23 network_service_unittests 22 # network_service_unittests
24 view_manager_service_unittests 23 # view_manager_unittests
25 view_manager_unittests
26 24
27 # JavaScript tests: 25 # JavaScript tests:
28 *js_unittests 26 # *js_unittests
29 *js_integration_tests 27 # *js_integration_tests
30 *js_services_unittests 28 # *js_services_unittests
31 29
32 # Shell integration tests: 30 # Shell integration tests:
33 *mojo_shell_tests 31 # *mojo_shell_tests
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698