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

Unified Diff: mojo/tools/data/unittests

Issue 881753002: Run App tests on Android. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Whitespace Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/tools/data/apptests ('k') | mojo/tools/get_test_list.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/data/unittests
diff --git a/mojo/tools/data/unittests b/mojo/tools/data/unittests
index 121ceb25d7a68161b3477b4c3d4ea806dc31d5b1..282035f7e00a813577bfe63de193157d339ea01a 100644
--- a/mojo/tools/data/unittests
+++ b/mojo/tools/data/unittests
@@ -5,60 +5,50 @@
# System tests:
{
"test": "mojo_system_unittests",
- "run_on_android": True,
},
# Public tests:
{
"test": "mojo_public_bindings_unittests",
"cacheable": False,
- "run_on_android": True,
},
{
"test": "mojo_public_environment_unittests",
- "run_on_android": True,
},
{
"test": "mojo_public_system_unittests",
- "run_on_android": True,
},
{
"test": "mojo_public_utility_unittests",
- "run_on_android": True,
},
# Non-system, non-public tests:
{
"test": "mojo_application_manager_unittests",
- "run_on_android": True,
},
{
"test": "mojo_common_unittests",
- "run_on_android": True,
},
{
"test": "external_application_unittests",
- "run_on_android": True,
},
{
"test": "mojo_view_manager_lib_unittests",
},
{
"test": "mojo_surfaces_lib_unittests",
- "run_on_android": True,
},
{
"test": "view_manager_service_unittests",
- "run_on_android": True,
},
{
"test": "window_manager_unittests",
- "run_on_android": True,
},
# Tests for components we depend on:
{
"test": "gfx_unittests",
+ "target_os": ["!android"],
},
{
# These tests currently crash on Release asan only.
@@ -70,20 +60,22 @@
{
"test": "js_unittests",
"cacheable": False,
+ "target_os": ["!android"],
},
{
"test": "js_integration_tests",
"cacheable": False,
+ "target_os": ["!android"],
},
{
"test": "js_services_unittests",
"cacheable": False,
+ "target_os": ["!android"],
},
# Shell integration tests:
{
"test": "mojo_shell_tests",
"cacheable": False,
- "run_on_android": True,
},
]
« no previous file with comments | « mojo/tools/data/apptests ('k') | mojo/tools/get_test_list.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698