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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | mojo/tools/test_runner.py » ('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 # Prepend * to indicate that results shouldn't be cached (e.g., if the test has
3 # other data dependencies).
2 4
3 # System tests: 5 # System tests:
4 mojo_system_unittests 6 mojo_system_unittests
5 7
6 # Public tests: 8 # Public tests:
7 mojo_public_bindings_unittests 9 *mojo_public_bindings_unittests
8 mojo_public_environment_unittests 10 mojo_public_environment_unittests
9 mojo_public_system_unittests 11 mojo_public_system_unittests
10 mojo_public_utility_unittests 12 mojo_public_utility_unittests
11 13
12 # Non-system, non-public tests: 14 # Non-system, non-public tests:
13 mojo_apps_js_unittests
14 mojo_common_unittests 15 mojo_common_unittests
15 mojo_js_unittests
16 mojo_service_manager_unittests 16 mojo_service_manager_unittests
17 mojo_view_manager_lib_unittests 17 mojo_view_manager_lib_unittests
18 mojo_view_manager_unittests 18 mojo_view_manager_unittests
19
20 # JavaScript tests:
21 *mojo_apps_js_unittests
22 *mojo_js_unittests
OLDNEW
« 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