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

Unified Diff: mojo/tools/data/unittests

Issue 292353003: Mojo: Make mojob.sh not skip some tests (due to cached test results). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add mojo_public_bindings_unittests Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/tools/test_runner.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 736b9c3cf178bf189b070a3bb322c00d0fc03751..5493f63365f0511acb49b2d88c0e111eb783fd57 100644
--- a/mojo/tools/data/unittests
+++ b/mojo/tools/data/unittests
@@ -1,18 +1,22 @@
# This file contains a list of Mojo gtest unit tests.
+# Prepend * to indicate that results shouldn't be cached (e.g., if the test has
+# other data dependencies).
# System tests:
mojo_system_unittests
# Public tests:
-mojo_public_bindings_unittests
+*mojo_public_bindings_unittests
mojo_public_environment_unittests
mojo_public_system_unittests
mojo_public_utility_unittests
# Non-system, non-public tests:
-mojo_apps_js_unittests
mojo_common_unittests
-mojo_js_unittests
mojo_service_manager_unittests
mojo_view_manager_lib_unittests
mojo_view_manager_unittests
+
+# JavaScript tests:
+*mojo_apps_js_unittests
+*mojo_js_unittests
« no previous file with comments | « no previous file | mojo/tools/test_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698