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

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

Issue 246513003: Add missing ui unit test targets to chromium_trybot.json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add gfx_geometry back Created 6 years, 8 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 | ui/events/events.gyp » ('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 "accessibility_unittests",
2 "app_list_unittests", 3 "app_list_unittests",
3 "base_unittests", 4 "base_unittests",
4 { 5 {
5 "test": "browser_tests", 6 "test": "browser_tests",
6 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"] 7 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"]
7 }, 8 },
8 "cacheinvalidation_unittests", 9 "cacheinvalidation_unittests",
9 "cc_unittests", 10 "cc_unittests",
10 "chromedriver_unittests", 11 "chromedriver_unittests",
11 "components_unittests", 12 "components_unittests",
12 "content_browsertests", 13 "content_browsertests",
13 "content_unittests", 14 "content_unittests",
14 "crypto_unittests", 15 "crypto_unittests",
15 "device_unittests", 16 "device_unittests",
17 "events_unittests",
16 "gcm_unit_tests", 18 "gcm_unit_tests",
17 "gfx_unittests", 19 "gfx_unittests",
18 "google_apis_unittests", 20 "google_apis_unittests",
19 "gpu_unittests", 21 "gpu_unittests",
20 { 22 {
21 "test": "interactive_ui_tests", 23 "test": "interactive_ui_tests",
22 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"] 24 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"]
23 }, 25 },
24 "ipc_tests", 26 "ipc_tests",
25 "jingle_unittests", 27 "jingle_unittests",
28 {
29 "test": "keyboard_unittests",
30 "exclude_builders": [
Paweł Hajdan Jr. 2014/04/23 10:42:13 Why not "platforms": ["linux", "win"] instead? Th
tfarina 2014/04/23 13:03:27 Done.
31 "tryserver.chromium:mac_chromium_rel",
32 "tryserver.chromium:mac_chromium_compile_dbg"
33 ]
34 },
26 "media_unittests", 35 "media_unittests",
27 "message_center_unittests", 36 "message_center_unittests",
28 "mojo_apps_js_unittests", 37 "mojo_apps_js_unittests",
29 "mojo_common_unittests", 38 "mojo_common_unittests",
30 "mojo_js_unittests", 39 "mojo_js_unittests",
31 "mojo_public_bindings_unittests", 40 "mojo_public_bindings_unittests",
32 "mojo_public_environment_unittests", 41 "mojo_public_environment_unittests",
33 "mojo_public_system_unittests", 42 "mojo_public_system_unittests",
34 "mojo_public_utility_unittests", 43 "mojo_public_utility_unittests",
35 "mojo_service_manager_unittests", 44 "mojo_service_manager_unittests",
(...skipping 10 matching lines...) Expand all
46 { 55 {
47 "test": "app_shell_browsertests", 56 "test": "app_shell_browsertests",
48 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 57 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
49 }, 58 },
50 { 59 {
51 "test": "sandbox_linux_unittests", 60 "test": "sandbox_linux_unittests",
52 "platforms": ["linux"], 61 "platforms": ["linux"],
53 "args": ["--test-launcher-print-test-stdio=always"] 62 "args": ["--test-launcher-print-test-stdio=always"]
54 } 63 }
55 ] 64 ]
OLDNEW
« no previous file with comments | « no previous file | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698