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

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

Issue 2738743004: Don't run extensions_browsertests on Mac 10.11 as there are a few failures. (Closed)
Patch Set: Created 3 years, 9 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 "Mac GYP": { 2 "Mac GYP": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "base_unittests", 4 "base_unittests",
5 "browser_tests", 5 "browser_tests",
6 "chrome", 6 "chrome",
7 "content_browsertests", 7 "content_browsertests",
8 "content_unittests", 8 "content_unittests",
9 "interactive_ui_tests", 9 "interactive_ui_tests",
10 "ipc_tests", 10 "ipc_tests",
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 { 543 {
544 "swarming": { 544 "swarming": {
545 "can_use_on_swarming_builders": true 545 "can_use_on_swarming_builders": true
546 }, 546 },
547 "test": "display_unittests" 547 "test": "display_unittests"
548 }, 548 },
549 { 549 {
550 "swarming": { 550 "swarming": {
551 "can_use_on_swarming_builders": true 551 "can_use_on_swarming_builders": true
552 }, 552 },
553 "test": "extensions_browsertests"
554 },
555 {
556 "args": [
557 "--enable-browser-side-navigation"
558 ],
559 "name": "browser_side_navigation_extensions_browsertests",
560 "swarming": {
561 "can_use_on_swarming_builders": true
562 },
563 "test": "extensions_browsertests"
564 },
565 {
566 "swarming": {
567 "can_use_on_swarming_builders": true
568 },
569 "test": "extensions_unittests" 553 "test": "extensions_unittests"
570 }, 554 },
571 { 555 {
572 "swarming": { 556 "swarming": {
573 "can_use_on_swarming_builders": true 557 "can_use_on_swarming_builders": true
574 }, 558 },
575 "test": "gcm_unit_tests" 559 "test": "gcm_unit_tests"
576 }, 560 },
577 { 561 {
578 "swarming": { 562 "swarming": {
(...skipping 962 matching lines...) Expand 10 before | Expand all | Expand 10 after
1541 "telemetry_unittests_run" 1525 "telemetry_unittests_run"
1542 ], 1526 ],
1543 "swarming": { 1527 "swarming": {
1544 "can_use_on_swarming_builders": true, 1528 "can_use_on_swarming_builders": true,
1545 "shards": 2 1529 "shards": 2
1546 } 1530 }
1547 } 1531 }
1548 ] 1532 ]
1549 } 1533 }
1550 } 1534 }
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