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

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

Issue 2560633004: Run native_theme unittests everywhere we run views_unittests. (Closed)
Patch Set: Un-edit manage.py Created 4 years 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 | « no previous file | testing/buildbot/chromium.full.json » ('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 "Linux ChromiumOS Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "swarming": { 10 "swarming": {
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 { 278 {
279 "swarming": { 279 "swarming": {
280 "can_use_on_swarming_builders": true 280 "can_use_on_swarming_builders": true
281 }, 281 },
282 "test": "nacl_loader_unittests" 282 "test": "nacl_loader_unittests"
283 }, 283 },
284 { 284 {
285 "swarming": { 285 "swarming": {
286 "can_use_on_swarming_builders": true 286 "can_use_on_swarming_builders": true
287 }, 287 },
288 "test": "native_theme_unittests"
289 },
290 {
291 "swarming": {
292 "can_use_on_swarming_builders": true
293 },
288 "test": "net_unittests" 294 "test": "net_unittests"
289 }, 295 },
290 { 296 {
291 "swarming": { 297 "swarming": {
292 "can_use_on_swarming_builders": true 298 "can_use_on_swarming_builders": true
293 }, 299 },
294 "test": "ozone_gl_unittests" 300 "test": "ozone_gl_unittests"
295 }, 301 },
296 { 302 {
297 "swarming": { 303 "swarming": {
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 { 709 {
704 "swarming": { 710 "swarming": {
705 "can_use_on_swarming_builders": true 711 "can_use_on_swarming_builders": true
706 }, 712 },
707 "test": "nacl_loader_unittests" 713 "test": "nacl_loader_unittests"
708 }, 714 },
709 { 715 {
710 "swarming": { 716 "swarming": {
711 "can_use_on_swarming_builders": true 717 "can_use_on_swarming_builders": true
712 }, 718 },
719 "test": "native_theme_unittests"
720 },
721 {
722 "swarming": {
723 "can_use_on_swarming_builders": true
724 },
713 "test": "net_unittests" 725 "test": "net_unittests"
714 }, 726 },
715 { 727 {
716 "swarming": { 728 "swarming": {
717 "can_use_on_swarming_builders": true 729 "can_use_on_swarming_builders": true
718 }, 730 },
719 "test": "pdf_unittests" 731 "test": "pdf_unittests"
720 }, 732 },
721 { 733 {
722 "swarming": { 734 "swarming": {
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 { 1061 {
1050 "swarming": { 1062 "swarming": {
1051 "can_use_on_swarming_builders": true 1063 "can_use_on_swarming_builders": true
1052 }, 1064 },
1053 "test": "nacl_loader_unittests" 1065 "test": "nacl_loader_unittests"
1054 }, 1066 },
1055 { 1067 {
1056 "swarming": { 1068 "swarming": {
1057 "can_use_on_swarming_builders": true 1069 "can_use_on_swarming_builders": true
1058 }, 1070 },
1071 "test": "native_theme_unittests"
1072 },
1073 {
1074 "swarming": {
1075 "can_use_on_swarming_builders": true
1076 },
1059 "test": "net_unittests" 1077 "test": "net_unittests"
1060 }, 1078 },
1061 { 1079 {
1062 "swarming": { 1080 "swarming": {
1063 "can_use_on_swarming_builders": true 1081 "can_use_on_swarming_builders": true
1064 }, 1082 },
1065 "test": "pdf_unittests" 1083 "test": "pdf_unittests"
1066 }, 1084 },
1067 { 1085 {
1068 "swarming": { 1086 "swarming": {
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
1159 }, 1177 },
1160 { 1178 {
1161 "swarming": { 1179 "swarming": {
1162 "can_use_on_swarming_builders": true 1180 "can_use_on_swarming_builders": true
1163 }, 1181 },
1164 "test": "wm_unittests" 1182 "test": "wm_unittests"
1165 } 1183 }
1166 ] 1184 ]
1167 } 1185 }
1168 } 1186 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.full.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698