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

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

Issue 922903002: Enables ASAN build and test for Dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/tools/data/unittests » ('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 # 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|msw): Add a way of specifying data dependencies. 5 # TODO(vtl|msw): Add a way of specifying data dependencies.
6 6
7 tests = [ 7 tests = [
8 { 8 {
9 "test": "mojo:clipboard_apptests", 9 "test": "mojo:clipboard_apptests",
10 }, 10 },
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "--url-mappings=mojo:example_service=test:example_service" 69 "--url-mappings=mojo:example_service=test:example_service"
70 ], 70 ],
71 "launched-services": ["test:example_service"], 71 "launched-services": ["test:example_service"],
72 }, 72 },
73 { 73 {
74 "test": "mojo:js_apptests", 74 "test": "mojo:js_apptests",
75 }, 75 },
76 { 76 {
77 "test": "mojo:reaper_apptests", 77 "test": "mojo:reaper_apptests",
78 }, 78 },
79 ]
80
81 # TODO: get dart unittests working with asan.
82 if not config.sanitizer:
83 tests += [
84 { 79 {
85 "test": "mojo:dart_apptests", 80 "test": "mojo:dart_apptests",
86 }, 81 },
87 ] 82 ]
OLDNEW
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/tools/data/unittests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698