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

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

Issue 2255783003: Make the outdated build detector disabler load and run on XP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: suppress wstring warnings Created 4 years, 4 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 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 { 143 {
144 "swarming": { 144 "swarming": {
145 "can_use_on_swarming_builders": true 145 "can_use_on_swarming_builders": true
146 }, 146 },
147 "test": "device_unittests" 147 "test": "device_unittests"
148 }, 148 },
149 { 149 {
150 "swarming": { 150 "swarming": {
151 "can_use_on_swarming_builders": true 151 "can_use_on_swarming_builders": true
152 }, 152 },
153 "test": "disable_outdated_build_detector_unittests"
154 },
155 {
156 "swarming": {
157 "can_use_on_swarming_builders": true
158 },
159 "test": "display_unittests" 153 "test": "display_unittests"
160 }, 154 },
161 { 155 {
162 "swarming": { 156 "swarming": {
163 "can_use_on_swarming_builders": true 157 "can_use_on_swarming_builders": true
164 }, 158 },
165 "test": "events_unittests" 159 "test": "events_unittests"
166 }, 160 },
167 { 161 {
168 "swarming": { 162 "swarming": {
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 { 652 {
659 "swarming": { 653 "swarming": {
660 "can_use_on_swarming_builders": true 654 "can_use_on_swarming_builders": true
661 }, 655 },
662 "test": "device_unittests" 656 "test": "device_unittests"
663 }, 657 },
664 { 658 {
665 "swarming": { 659 "swarming": {
666 "can_use_on_swarming_builders": true 660 "can_use_on_swarming_builders": true
667 }, 661 },
668 "test": "disable_outdated_build_detector_unittests"
669 },
670 {
671 "swarming": {
672 "can_use_on_swarming_builders": true
673 },
674 "test": "display_unittests" 662 "test": "display_unittests"
675 }, 663 },
676 { 664 {
677 "swarming": { 665 "swarming": {
678 "can_use_on_swarming_builders": true 666 "can_use_on_swarming_builders": true
679 }, 667 },
680 "test": "events_unittests" 668 "test": "events_unittests"
681 }, 669 },
682 { 670 {
683 "swarming": { 671 "swarming": {
(...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after
1831 "additional_compile_targets": [ 1819 "additional_compile_targets": [
1832 "chrome_official_builder" 1820 "chrome_official_builder"
1833 ] 1821 ]
1834 }, 1822 },
1835 "Win8 GYP (dbg)": { 1823 "Win8 GYP (dbg)": {
1836 "additional_compile_targets": [ 1824 "additional_compile_targets": [
1837 "all" 1825 "all"
1838 ] 1826 ]
1839 } 1827 }
1840 } 1828 }
OLDNEW
« chrome/tools/disable_outdated_build_detector/BUILD.gn ('K') | « testing/buildbot/chromium.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698