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

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

Issue 873313009: Add logging to debug DumpAccessibilityEvent* tests WinClang* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add bug link and temporarily disable swarming on CrWinClang Created 5 years, 10 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 | « content/browser/accessibility/accessibility_event_recorder_win.cc ('k') | 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 "Linux Trusty": { 2 "Linux Trusty": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "app_shell_unittests", 6 "app_shell_unittests",
7 "aura_unittests", 7 "aura_unittests",
8 "interactive_ui_tests", 8 "interactive_ui_tests",
9 "base_unittests", 9 "base_unittests",
10 "cacheinvalidation_unittests", 10 "cacheinvalidation_unittests",
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "skia_unittests", 394 "skia_unittests",
395 "unit_tests", 395 "unit_tests",
396 "sql_unittests", 396 "sql_unittests",
397 "ui_base_unittests", 397 "ui_base_unittests",
398 "content_unittests", 398 "content_unittests",
399 "views_unittests", 399 "views_unittests",
400 "browser_tests", 400 "browser_tests",
401 { 401 {
402 "test": "content_browsertests", 402 "test": "content_browsertests",
403 "swarming": { 403 "swarming": {
404 "can_use_on_swarming_builders": true 404 "can_use_on_swarming_builders": false
405 } 405 }
406 }, 406 },
Nico 2015/01/29 02:16:53 I would've replaced this whole block with just "co
407 "installer_util_unittests" 407 "installer_util_unittests"
408 ] 408 ]
409 }, 409 },
410 "CrWinClang(dbg) tester": { 410 "CrWinClang(dbg) tester": {
411 "gtest_tests": [ 411 "gtest_tests": [
412 { 412 {
413 "test": "base_unittests", 413 "test": "base_unittests",
414 "swarming": { 414 "swarming": {
415 "can_use_on_swarming_builders": true 415 "can_use_on_swarming_builders": true
416 } 416 }
(...skipping 29 matching lines...) Expand all
446 "skia_unittests", 446 "skia_unittests",
447 "unit_tests", 447 "unit_tests",
448 "sql_unittests", 448 "sql_unittests",
449 "ui_base_unittests", 449 "ui_base_unittests",
450 "content_unittests", 450 "content_unittests",
451 "views_unittests", 451 "views_unittests",
452 "browser_tests", 452 "browser_tests",
453 { 453 {
454 "test": "content_browsertests", 454 "test": "content_browsertests",
455 "swarming": { 455 "swarming": {
456 "can_use_on_swarming_builders": true 456 "can_use_on_swarming_builders": false
457 } 457 }
458 }, 458 },
459 "installer_util_unittests" 459 "installer_util_unittests"
460 ] 460 ]
461 }, 461 },
462 "CrWinClang(shared) tester": { 462 "CrWinClang(shared) tester": {
463 "gtest_tests": [ 463 "gtest_tests": [
464 { 464 {
465 "test": "base_unittests", 465 "test": "base_unittests",
466 "swarming": { 466 "swarming": {
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 { 762 {
763 "test": "content_browsertests", 763 "test": "content_browsertests",
764 "swarming": { 764 "swarming": {
765 "can_use_on_swarming_builders": true 765 "can_use_on_swarming_builders": true
766 } 766 }
767 }, 767 },
768 "installer_util_unittests" 768 "installer_util_unittests"
769 ] 769 ]
770 } 770 }
771 } 771 }
OLDNEW
« no previous file with comments | « content/browser/accessibility/accessibility_event_recorder_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698