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

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

Issue 1311803002: Dart: Removes dartzip (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Readme fixes Created 5 years, 3 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
OLDNEW
1 # This file contains a list of Mojo apptests. For description of the file 1 # This file contains a list of Mojo apptests. For description of the file
2 # format, see `mojo_test` in devtools. 2 # format, see `mojo_test` in devtools.
3 3
4 tests = [ 4 tests = [
5 { 5 {
6 "test": "mojo:asset_bundle_apptests", 6 "test": "mojo:asset_bundle_apptests",
7 }, 7 },
8 { 8 {
9 "test": "mojo:authenticating_url_loader_interceptor_apptests", 9 "test": "mojo:authenticating_url_loader_interceptor_apptests",
10 }, 10 },
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 if target_os != 'android': 108 if target_os != 'android':
109 tests += [ 109 tests += [
110 { 110 {
111 "test": "mojo:js_apptests", 111 "test": "mojo:js_apptests",
112 "type": "gtest_isolated", 112 "type": "gtest_isolated",
113 }, 113 },
114 { 114 {
115 "test": "mojo:reaper_apptests", 115 "test": "mojo:reaper_apptests",
116 }, 116 },
117 { 117 {
118 "test": "mojo:dart_apptests_dartzip", 118 "test": "mojo:dart_apptests",
119 "type": "dart", 119 "type": "dart",
120 }, 120 },
121 { 121 {
122 "test": "mojo:dart_apptests_pkg",
123 "type": "dart",
124 },
125 {
126 # https://github.com/domokit/mojo/issues/61 122 # https://github.com/domokit/mojo/issues/61
127 # Sometime the shell get a trucated application when exposed through the 123 # Sometime the shell get a trucated application when exposed through the
128 # http server. 124 # http server.
129 "test": "mojo:shell_apptests", 125 "test": "mojo:shell_apptests",
130 }, 126 },
131 ] 127 ]
OLDNEW
« no previous file with comments | « mojo/public/tools/download_archiecture_independent_frameworks.py ('k') | mojo/tools/upload_binaries.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698