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

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

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