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

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

Issue 2017853002: Add functionality to the install_static library to tokenize strings and compare versions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add install_static_unittests to other windows bots Created 4 years, 6 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 { 1 {
2 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 3321 matching lines...) Expand 10 before | Expand all | Expand 10 after
3332 { 3332 {
3333 "swarming": { 3333 "swarming": {
3334 "can_use_on_swarming_builders": true 3334 "can_use_on_swarming_builders": true
3335 }, 3335 },
3336 "test": "gpu_unittests" 3336 "test": "gpu_unittests"
3337 }, 3337 },
3338 { 3338 {
3339 "swarming": { 3339 "swarming": {
3340 "can_use_on_swarming_builders": true 3340 "can_use_on_swarming_builders": true
3341 }, 3341 },
3342 "test": "install_static_unittests"
3343 },
3344 {
3345 "swarming": {
3346 "can_use_on_swarming_builders": true
3347 },
3342 "test": "installer_util_unittests" 3348 "test": "installer_util_unittests"
3343 }, 3349 },
3344 { 3350 {
3345 "swarming": { 3351 "swarming": {
3346 "can_use_on_swarming_builders": true 3352 "can_use_on_swarming_builders": true
3347 }, 3353 },
3348 "test": "ipc_tests" 3354 "test": "ipc_tests"
3349 }, 3355 },
3350 { 3356 {
3351 "swarming": { 3357 "swarming": {
(...skipping 7091 matching lines...) Expand 10 before | Expand all | Expand 10 after
10443 }, 10449 },
10444 { 10450 {
10445 "swarming": { 10451 "swarming": {
10446 "can_use_on_swarming_builders": true 10452 "can_use_on_swarming_builders": true
10447 }, 10453 },
10448 "test": "views_unittests" 10454 "test": "views_unittests"
10449 } 10455 }
10450 ] 10456 ]
10451 } 10457 }
10452 } 10458 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698