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

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

Issue 2592983002: [devtools] Support different encodings for Page.CaptureScreenshot. (Closed)
Patch Set: Disabled test on MacOS >=10.11, added ref to bug. Created 3 years, 11 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 Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 3107 matching lines...) Expand 10 before | Expand all | Expand 10 after
3118 { 3118 {
3119 "swarming": { 3119 "swarming": {
3120 "can_use_on_swarming_builders": true 3120 "can_use_on_swarming_builders": true
3121 }, 3121 },
3122 "test": "skia_unittests" 3122 "test": "skia_unittests"
3123 }, 3123 },
3124 { 3124 {
3125 "swarming": { 3125 "swarming": {
3126 "can_use_on_swarming_builders": true 3126 "can_use_on_swarming_builders": true
3127 }, 3127 },
3128 "test": "snapshot_unittests"
3129 },
3130 {
3131 "swarming": {
3132 "can_use_on_swarming_builders": true
3133 },
3128 "test": "sql_unittests" 3134 "test": "sql_unittests"
3129 }, 3135 },
3130 { 3136 {
3131 "swarming": { 3137 "swarming": {
3132 "can_use_on_swarming_builders": true 3138 "can_use_on_swarming_builders": true
3133 }, 3139 },
3134 "test": "storage_unittests" 3140 "test": "storage_unittests"
3135 }, 3141 },
3136 { 3142 {
3137 "swarming": { 3143 "swarming": {
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
3708 { 3714 {
3709 "swarming": { 3715 "swarming": {
3710 "can_use_on_swarming_builders": true 3716 "can_use_on_swarming_builders": true
3711 }, 3717 },
3712 "test": "skia_unittests" 3718 "test": "skia_unittests"
3713 }, 3719 },
3714 { 3720 {
3715 "swarming": { 3721 "swarming": {
3716 "can_use_on_swarming_builders": true 3722 "can_use_on_swarming_builders": true
3717 }, 3723 },
3724 "test": "snapshot_unittests"
3725 },
3726 {
3727 "swarming": {
3728 "can_use_on_swarming_builders": true
3729 },
3718 "test": "sql_unittests" 3730 "test": "sql_unittests"
3719 }, 3731 },
3720 { 3732 {
3721 "swarming": { 3733 "swarming": {
3722 "can_use_on_swarming_builders": true 3734 "can_use_on_swarming_builders": true
3723 }, 3735 },
3724 "test": "storage_unittests" 3736 "test": "storage_unittests"
3725 }, 3737 },
3726 { 3738 {
3727 "swarming": { 3739 "swarming": {
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
4095 { 4107 {
4096 "swarming": { 4108 "swarming": {
4097 "can_use_on_swarming_builders": true 4109 "can_use_on_swarming_builders": true
4098 }, 4110 },
4099 "test": "skia_unittests" 4111 "test": "skia_unittests"
4100 }, 4112 },
4101 { 4113 {
4102 "swarming": { 4114 "swarming": {
4103 "can_use_on_swarming_builders": true 4115 "can_use_on_swarming_builders": true
4104 }, 4116 },
4117 "test": "snapshot_unittests"
4118 },
4119 {
4120 "swarming": {
4121 "can_use_on_swarming_builders": true
4122 },
4105 "test": "sql_unittests" 4123 "test": "sql_unittests"
4106 }, 4124 },
4107 { 4125 {
4108 "swarming": { 4126 "swarming": {
4109 "can_use_on_swarming_builders": true 4127 "can_use_on_swarming_builders": true
4110 }, 4128 },
4111 "test": "storage_unittests" 4129 "test": "storage_unittests"
4112 }, 4130 },
4113 { 4131 {
4114 "swarming": { 4132 "swarming": {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
4164 "override_compile_targets": [ 4182 "override_compile_targets": [
4165 "telemetry_unittests_run" 4183 "telemetry_unittests_run"
4166 ], 4184 ],
4167 "swarming": { 4185 "swarming": {
4168 "can_use_on_swarming_builders": true 4186 "can_use_on_swarming_builders": true
4169 } 4187 }
4170 } 4188 }
4171 ] 4189 ]
4172 } 4190 }
4173 } 4191 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.cc ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698