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

Side by Side Diff: testing/buildbot/chromium.chromiumos.json

Issue 350123003: Add accessibility_unittests and chromevox_tests to buildbot config. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 5 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 | testing/buildbot/chromium.fyi.json » ('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 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests",
4 "base_unittests", 5 "base_unittests",
5 "cacheinvalidation_unittests", 6 "cacheinvalidation_unittests",
6 "chromeos_unittests", 7 "chromeos_unittests",
7 "components_unittests", 8 "components_unittests",
8 "crypto_unittests", 9 "crypto_unittests",
9 "dbus_unittests", 10 "dbus_unittests",
10 "display_unittests", 11 "display_unittests",
11 "gcm_unit_tests", 12 "gcm_unit_tests",
12 "google_apis_unittests", 13 "google_apis_unittests",
13 "gpu_unittests", 14 "gpu_unittests",
(...skipping 22 matching lines...) Expand all
36 "sql_unittests", 37 "sql_unittests",
37 "nacl_loader_unittests", 38 "nacl_loader_unittests",
38 "athena_unittests" 39 "athena_unittests"
39 ] 40 ]
40 }, 41 },
41 "Linux ChromiumOS Tests (2)": { 42 "Linux ChromiumOS Tests (2)": {
42 "gtest_tests": [ 43 "gtest_tests": [
43 "interactive_ui_tests", 44 "interactive_ui_tests",
44 "browser_tests", 45 "browser_tests",
45 "content_browsertests", 46 "content_browsertests",
46 "app_shell_browsertests" 47 "app_shell_browsertests",
48 "chromevox_tests"
47 ] 49 ]
48 }, 50 },
49 "Linux ChromiumOS Tests (dbg)(1)": { 51 "Linux ChromiumOS Tests (dbg)(1)": {
50 "gtest_tests": [ 52 "gtest_tests": [
53 "accessibility_unittests",
51 "base_unittests", 54 "base_unittests",
52 "cacheinvalidation_unittests", 55 "cacheinvalidation_unittests",
53 "chromeos_unittests", 56 "chromeos_unittests",
54 "components_unittests", 57 "components_unittests",
55 "crypto_unittests", 58 "crypto_unittests",
56 "dbus_unittests", 59 "dbus_unittests",
57 "google_apis_unittests", 60 "google_apis_unittests",
58 "gpu_unittests", 61 "gpu_unittests",
59 "url_unittests", 62 "url_unittests",
60 "jingle_unittests", 63 "jingle_unittests",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 }, 96 },
94 "Linux ChromiumOS Tests (dbg)(3)": { 97 "Linux ChromiumOS Tests (dbg)(3)": {
95 "gtest_tests": [ 98 "gtest_tests": [
96 "athena_unittests", 99 "athena_unittests",
97 "gcm_unit_tests", 100 "gcm_unit_tests",
98 "interactive_ui_tests", 101 "interactive_ui_tests",
99 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 102 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
100 ] 103 ]
101 } 104 }
102 } 105 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698