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

Side by Side Diff: testing/buildbot/tryserver.chromium.linux.json

Issue 1106403002: Disable content_browsertests, components_{browser,unittests} on ChromeOS GN (dbg). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « testing/buildbot/chromium.chromiumos.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 "android_chromium_gn_compile_dbg": { 2 "android_chromium_gn_compile_dbg": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_shell_apk" 4 "chrome_shell_apk"
5 ], 5 ],
6 "gtest_tests": [] 6 "gtest_tests": []
7 }, 7 },
8 "android_chromium_gn_compile_rel": { 8 "android_chromium_gn_compile_rel": {
9 "additional_compile_targets": [ 9 "additional_compile_targets": [
10 "chrome_shell_apk" 10 "chrome_shell_apk"
11 ], 11 ],
12 "gtest_tests": [] 12 "gtest_tests": []
13 }, 13 },
14 "linux_chromium_gn_chromeos_dbg": { 14 "linux_chromium_gn_chromeos_dbg": {
15 "additional_compile_targets": [ 15 "additional_compile_targets": [
16 "accessibility_unittests", 16 "accessibility_unittests",
17 "app_list_unittests", 17 "app_list_unittests",
18 "aura_unittests", 18 "aura_unittests",
19 "browser_tests", 19 "browser_tests",
20 "cacheinvalidation_unittests", 20 "cacheinvalidation_unittests",
21 "chromedriver_unittests", 21 "chromedriver_unittests",
22 "chromeos_unittests", 22 "chromeos_unittests",
23 "components_browsertests",
24 "components_unittests",
25 "content_browsertests",
26 "content_unittests", 23 "content_unittests",
27 "crypto_unittests", 24 "crypto_unittests",
28 "dbus_unittests", 25 "dbus_unittests",
29 "device_unittests", 26 "device_unittests",
30 "display_unittests", 27 "display_unittests",
31 "events_unittests", 28 "events_unittests",
32 "extensions_browsertests", 29 "extensions_browsertests",
33 "extensions_unittests", 30 "extensions_unittests",
34 "gcm_unit_tests", 31 "gcm_unit_tests",
35 "gfx_unittests", 32 "gfx_unittests",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "views_unittests", 235 "views_unittests",
239 "wm_unittests" 236 "wm_unittests"
240 ], 237 ],
241 "gtest_tests": [ 238 "gtest_tests": [
242 { 239 {
243 "test": "base_unittests" 240 "test": "base_unittests"
244 } 241 }
245 ] 242 ]
246 } 243 }
247 } 244 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698