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

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

Issue 2337343002: Fix bad merge of b5c328c - disable interactive_ui_tests on Win10. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | 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 "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 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 11298 matching lines...) Expand 10 before | Expand all | Expand 10 after
11309 { 11309 {
11310 "swarming": { 11310 "swarming": {
11311 "can_use_on_swarming_builders": true 11311 "can_use_on_swarming_builders": true
11312 }, 11312 },
11313 "test": "gpu_unittests" 11313 "test": "gpu_unittests"
11314 }, 11314 },
11315 { 11315 {
11316 "swarming": { 11316 "swarming": {
11317 "can_use_on_swarming_builders": true 11317 "can_use_on_swarming_builders": true
11318 }, 11318 },
11319 "test": "interactive_ui_tests"
11320 },
11321 {
11322 "swarming": {
11323 "can_use_on_swarming_builders": true
11324 },
11319 "test": "ipc_tests" 11325 "test": "ipc_tests"
11320 }, 11326 },
11321 { 11327 {
11322 "swarming": { 11328 "swarming": {
11323 "can_use_on_swarming_builders": true 11329 "can_use_on_swarming_builders": true
11324 }, 11330 },
11325 "test": "jingle_unittests" 11331 "test": "jingle_unittests"
11326 }, 11332 },
11327 { 11333 {
11328 "swarming": { 11334 "swarming": {
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
11906 { 11912 {
11907 "swarming": { 11913 "swarming": {
11908 "can_use_on_swarming_builders": true 11914 "can_use_on_swarming_builders": true
11909 }, 11915 },
11910 "test": "installer_util_unittests" 11916 "test": "installer_util_unittests"
11911 }, 11917 },
11912 { 11918 {
11913 "swarming": { 11919 "swarming": {
11914 "can_use_on_swarming_builders": true 11920 "can_use_on_swarming_builders": true
11915 }, 11921 },
11916 "test": "interactive_ui_tests"
11917 },
11918 {
11919 "swarming": {
11920 "can_use_on_swarming_builders": true
11921 },
11922 "test": "ipc_tests" 11922 "test": "ipc_tests"
11923 }, 11923 },
11924 { 11924 {
11925 "swarming": { 11925 "swarming": {
11926 "can_use_on_swarming_builders": true 11926 "can_use_on_swarming_builders": true
11927 }, 11927 },
11928 "test": "jingle_unittests" 11928 "test": "jingle_unittests"
11929 }, 11929 },
11930 { 11930 {
11931 "swarming": { 11931 "swarming": {
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
12025 }, 12025 },
12026 { 12026 {
12027 "swarming": { 12027 "swarming": {
12028 "can_use_on_swarming_builders": true 12028 "can_use_on_swarming_builders": true
12029 }, 12029 },
12030 "test": "views_unittests" 12030 "test": "views_unittests"
12031 } 12031 }
12032 ] 12032 ]
12033 } 12033 }
12034 } 12034 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698