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

Side by Side Diff: testing/buildbot/chromium.mac.json

Issue 663253005: Add src-side launcher for nacl integration tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 { 1 {
2 "Mac10.6 Tests (1)": { 2 "Mac10.6 Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 { 6 {
7 "test": "base_unittests", 7 "test": "base_unittests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
10 } 10 }
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 }, 158 },
159 "sync_unit_tests", 159 "sync_unit_tests",
160 "ui_unittests", 160 "ui_unittests",
161 { 161 {
162 "test": "unit_tests", 162 "test": "unit_tests",
163 "swarming": { 163 "swarming": {
164 "can_use_on_swarming_builders": true 164 "can_use_on_swarming_builders": true
165 } 165 }
166 }, 166 },
167 "url_unittests" 167 "url_unittests"
168 ],
169 "scripts": [
170 {
171 "name": "nacl_integration",
172 "script": "nacl_integration.py"
173 }
168 ] 174 ]
169 }, 175 },
170 "Mac 10.6 Tests (dbg)(1)": { 176 "Mac 10.6 Tests (dbg)(1)": {
171 "gtest_tests": [ 177 "gtest_tests": [
172 "accessibility_unittests", 178 "accessibility_unittests",
173 "app_list_unittests", 179 "app_list_unittests",
174 { 180 {
175 "test": "base_unittests", 181 "test": "base_unittests",
176 "swarming": { 182 "swarming": {
177 "can_use_on_swarming_builders": true 183 "can_use_on_swarming_builders": true
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 { 336 {
331 "test": "unit_tests", 337 "test": "unit_tests",
332 "swarming": { 338 "swarming": {
333 "can_use_on_swarming_builders": true 339 "can_use_on_swarming_builders": true
334 } 340 }
335 }, 341 },
336 "url_unittests" 342 "url_unittests"
337 ] 343 ]
338 } 344 }
339 } 345 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698