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

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

Issue 1013463003: Update from https://crrev.com/320931 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | « testing/buildbot/chromium.perf.json ('k') | testing/chromoting/browser_test_commands_linux.txt » ('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 "XP Tests (1)": { 2 "XP Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 { 5 {
6 "test": "base_unittests", 6 "test": "base_unittests",
7 "swarming": { 7 "swarming": {
8 "can_use_on_swarming_builders": true 8 "can_use_on_swarming_builders": true
9 } 9 }
10 }, 10 },
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 } 87 }
88 }, 88 },
89 "installer_util_unittests", 89 "installer_util_unittests",
90 { 90 {
91 "test": "interactive_ui_tests", 91 "test": "interactive_ui_tests",
92 "swarming": { 92 "swarming": {
93 "can_use_on_swarming_builders": true, 93 "can_use_on_swarming_builders": true,
94 "shards": 2 94 "shards": 2
95 } 95 }
96 }, 96 },
97 "ipc_mojo_unittests",
97 "ipc_tests", 98 "ipc_tests",
98 "jingle_unittests", 99 "jingle_unittests",
99 { 100 {
100 "test": "media_unittests", 101 "test": "media_unittests",
101 "swarming": { 102 "swarming": {
102 "can_use_on_swarming_builders": true 103 "can_use_on_swarming_builders": true
103 } 104 }
104 }, 105 },
105 "nacl_loader_unittests", 106 "nacl_loader_unittests",
106 { 107 {
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 "wm_unittests", 788 "wm_unittests",
788 "aura_unittests", 789 "aura_unittests",
789 "ash_unittests", 790 "ash_unittests",
790 "compositor_unittests", 791 "compositor_unittests",
791 "content_browsertests", 792 "content_browsertests",
792 "events_unittests", 793 "events_unittests",
793 "ui_touch_selection_unittests" 794 "ui_touch_selection_unittests"
794 ] 795 ]
795 } 796 }
796 } 797 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.perf.json ('k') | testing/chromoting/browser_test_commands_linux.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698