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

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 282363002: Updates try bots for aura/ash_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« 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 "accessibility_unittests", 2 "accessibility_unittests",
3 "app_list_unittests", 3 "app_list_unittests",
4 "base_unittests", 4 "base_unittests",
5 { 5 {
6 "test": "browser_tests", 6 "test": "browser_tests",
7 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"] 7 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"]
8 }, 8 },
9 "cacheinvalidation_unittests", 9 "cacheinvalidation_unittests",
10 "cc_unittests", 10 "cc_unittests",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "sql_unittests", 51 "sql_unittests",
52 "sync_integration_tests", 52 "sync_integration_tests",
53 "sync_unit_tests", 53 "sync_unit_tests",
54 "ui_unittests", 54 "ui_unittests",
55 "unit_tests", 55 "unit_tests",
56 { 56 {
57 "test": "app_shell_browsertests", 57 "test": "app_shell_browsertests",
58 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 58 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
59 }, 59 },
60 { 60 {
61 "test": "ash_unittests",
62 "chromium_configs": ["chromium_chromeos"]
63 },
64 {
65 "test": "ash_unittests",
66 "platforms": ["win"],
sky 2014/05/16 16:34:14 I'm not sure this is the right way to specify chro
Paweł Hajdan Jr. 2014/05/19 10:15:45 The patch is correct. I don't think you could mer
67 },
68 {
69 "test": "aura_unittests",
70 "platforms": ["linux", "win"],
71 },
72 {
61 "test": "mojo_view_manager_unittests", 73 "test": "mojo_view_manager_unittests",
62 "platforms": ["linux"] 74 "platforms": ["linux"]
63 }, 75 },
64 { 76 {
65 "test": "sandbox_linux_unittests", 77 "test": "sandbox_linux_unittests",
66 "platforms": ["linux"], 78 "platforms": ["linux"],
67 "args": ["--test-launcher-print-test-stdio=always"] 79 "args": ["--test-launcher-print-test-stdio=always"]
68 }, 80 },
69 { 81 {
70 "test": "sandbox_mac_unittests", 82 "test": "sandbox_mac_unittests",
71 "platforms": ["mac"] 83 "platforms": ["mac"]
72 }, 84 },
73 { 85 {
74 "test": "views_unittests", 86 "test": "views_unittests",
75 "platforms": ["win"] 87 "platforms": ["win"]
76 }, 88 },
77 { 89 {
78 "test": "views_unittests", 90 "test": "views_unittests",
79 "platforms": ["linux"], 91 "platforms": ["linux"],
80 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 92 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
81 } 93 }
82 ] 94 ]
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