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

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

Issue 1469193002: EDK: Add a mojo::platform::MessageLoop abstraction. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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/edk/platform/test_message_loop.h ('k') | no next file » | 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 valid python. It can use the |config| global that will be a 2 # This must be valid python. It can use the |config| global that will be a
3 # mopy.config.Config object and must set a |tests| global that will contain the 3 # mopy.config.Config object and must set a |tests| global that will contain the
4 # tests to run. 4 # tests to run.
5 # TODO(vtl): Add a way of specifying data dependencies instead of cacheable. 5 # TODO(vtl): Add a way of specifying data dependencies instead of cacheable.
6 6
7 tests = [ 7 tests = [
8 # EDK tests: 8 # EDK tests:
9 { 9 {
10 "test": "mojo_edk_base_edk_unittests",
11 },
12 {
10 "test": "mojo_edk_embedder_unittests", 13 "test": "mojo_edk_embedder_unittests",
11 }, 14 },
12 { 15 {
13 "test": "mojo_edk_system_unittests", 16 "test": "mojo_edk_system_unittests",
14 }, 17 },
15 { 18 {
16 "test": "mojo_edk_system_test_unittests", 19 "test": "mojo_edk_system_test_unittests",
17 }, 20 },
18 { 21 {
19 "test": "mojo_edk_util_unittests", 22 "test": "mojo_edk_util_unittests",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "cacheable": False, 115 "cacheable": False,
113 }, 116 },
114 ] 117 ]
115 118
116 if config.target_os == config.OS_LINUX: 119 if config.target_os == config.OS_LINUX:
117 tests += [ 120 tests += [
118 { 121 {
119 "test": "sandbox_linux_unittests", 122 "test": "sandbox_linux_unittests",
120 }, 123 },
121 ] 124 ]
OLDNEW
« no previous file with comments | « mojo/edk/platform/test_message_loop.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698