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

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

Issue 326673004: Run app_shell_browertests on Linux also. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nogtk Created 6 years, 6 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 | « testing/buildbot/chromium.linux.json ('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 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 "accessibility_unittests", 6 "accessibility_unittests",
7 "app_list_unittests", 7 "app_list_unittests",
8 "base_unittests", 8 "base_unittests",
9 { 9 {
10 "test": "browser_tests", 10 "test": "browser_tests",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "ui_unittests", 91 "ui_unittests",
92 "unit_tests", 92 "unit_tests",
93 "url_unittests", 93 "url_unittests",
94 "webkit_compositor_bindings_unittests", 94 "webkit_compositor_bindings_unittests",
95 { 95 {
96 "test": "wm_unittests", 96 "test": "wm_unittests",
97 "platforms": ["linux"] 97 "platforms": ["linux"]
98 }, 98 },
99 { 99 {
100 "test": "app_shell_browsertests", 100 "test": "app_shell_browsertests",
101 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 101 "platforms": ["linux"]
102 }, 102 },
103 { 103 {
104 "test": "ash_unittests", 104 "test": "ash_unittests",
105 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 105 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
106 }, 106 },
107 { 107 {
108 "test": "ash_unittests", 108 "test": "ash_unittests",
109 "platforms": ["win"] 109 "platforms": ["win"]
110 }, 110 },
111 { 111 {
(...skipping 22 matching lines...) Expand all
134 "platforms": ["linux"], 134 "platforms": ["linux"],
135 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 135 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
136 }, 136 },
137 { 137 {
138 "test": "athena_unittests", 138 "test": "athena_unittests",
139 "platforms": ["linux"], 139 "platforms": ["linux"],
140 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 140 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
141 } 141 }
142 ] 142 ]
143 } 143 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698