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

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

Issue 257873004: Add missing views_unittests target to chromium trybot. (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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 "ui_unittests", 50 "ui_unittests",
51 "unit_tests", 51 "unit_tests",
52 { 52 {
53 "test": "app_shell_browsertests", 53 "test": "app_shell_browsertests",
54 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 54 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
55 }, 55 },
56 { 56 {
57 "test": "sandbox_linux_unittests", 57 "test": "sandbox_linux_unittests",
58 "platforms": ["linux"], 58 "platforms": ["linux"],
59 "args": ["--test-launcher-print-test-stdio=always"] 59 "args": ["--test-launcher-print-test-stdio=always"]
60 },
61 {
62 "test": "views_unittests"
63 "platforms": ["linux", "win"]
sky 2014/04/25 23:25:00 Does linux include chromeos?
tfarina 2014/04/25 23:30:07 I will let Pawel answer that as I don't know mysel
Paweł Hajdan Jr. 2014/04/28 11:01:12 Yes.
60 } 64 }
61 ] 65 ]
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