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

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 1133483002: WIP: Non-SFI mode: Enable nacl_helper_nonsfi_unittests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « testing/buildbot/chromium_arm.json ('k') | testing/gtest_nacl.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "filter_compile_builders": [ 5 "filter_compile_builders": [
6 "win_chromium_compile_dbg", 6 "win_chromium_compile_dbg",
7 "win_chromium_rel_swarming", 7 "win_chromium_rel_swarming",
8 "win_chromium_x64_rel_swarming", 8 "win_chromium_x64_rel_swarming",
9 "win8_chromium_rel" 9 "win8_chromium_rel"
10 ], 10 ],
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "can_use_on_swarming_builders": true 218 "can_use_on_swarming_builders": true
219 }, 219 },
220 "test": "midi_unittests" 220 "test": "midi_unittests"
221 }, 221 },
222 "mojo_common_unittests", 222 "mojo_common_unittests",
223 "mojo_public_bindings_unittests", 223 "mojo_public_bindings_unittests",
224 "mojo_public_environment_unittests", 224 "mojo_public_environment_unittests",
225 "mojo_public_system_unittests", 225 "mojo_public_system_unittests",
226 "mojo_public_utility_unittests", 226 "mojo_public_utility_unittests",
227 "mojo_system_unittests", 227 "mojo_system_unittests",
228 {
229 "platforms": [
230 "linux"
231 ],
232 "test": "nacl_helper_nonsfi_unittests"
233 },
228 "nacl_loader_unittests", 234 "nacl_loader_unittests",
229 { 235 {
230 "swarming": { 236 "swarming": {
231 "can_use_on_swarming_builders": true 237 "can_use_on_swarming_builders": true
232 }, 238 },
233 "test": "net_unittests" 239 "test": "net_unittests"
234 }, 240 },
235 "ppapi_unittests", 241 "ppapi_unittests",
236 "printing_unittests", 242 "printing_unittests",
237 "remoting_unittests", 243 "remoting_unittests",
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 ], 376 ],
371 "platforms": [ 377 "platforms": [
372 "linux" 378 "linux"
373 ], 379 ],
374 "test": "ozone_unittests" 380 "test": "ozone_unittests"
375 } 381 }
376 ], 382 ],
377 "non_filter_builders": [], 383 "non_filter_builders": [],
378 "non_filter_tests_builders": [] 384 "non_filter_tests_builders": []
379 } 385 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium_arm.json ('k') | testing/gtest_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698