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

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

Issue 448443002: Enable ash_unittests for the Ozone ChromiumOS bots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "base_unittests", 5 "base_unittests",
6 "cacheinvalidation_unittests", 6 "cacheinvalidation_unittests",
7 "chromeos_unittests", 7 "chromeos_unittests",
8 "components_unittests", 8 "components_unittests",
9 "crypto_unittests", 9 "crypto_unittests",
10 "dbus_unittests", 10 "dbus_unittests",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "interactive_ui_tests", 44 "interactive_ui_tests",
45 "browser_tests", 45 "browser_tests",
46 "content_browsertests", 46 "content_browsertests",
47 "app_shell_browsertests", 47 "app_shell_browsertests",
48 "chromevox_tests" 48 "chromevox_tests"
49 ] 49 ]
50 }, 50 },
51 "Linux ChromiumOS Ozone Tests (1)": { 51 "Linux ChromiumOS Ozone Tests (1)": {
52 "gtest_tests": [ 52 "gtest_tests": [
53 "accessibility_unittests", 53 "accessibility_unittests",
54 "ash_unittests",
54 "base_unittests", 55 "base_unittests",
55 "cacheinvalidation_unittests", 56 "cacheinvalidation_unittests",
56 "chromeos_unittests", 57 "chromeos_unittests",
57 "components_unittests", 58 "components_unittests",
58 "crypto_unittests", 59 "crypto_unittests",
59 "dbus_unittests", 60 "dbus_unittests",
60 "display_unittests", 61 "display_unittests",
61 "gcm_unit_tests", 62 "gcm_unit_tests",
62 "google_apis_unittests", 63 "google_apis_unittests",
63 "gpu_unittests", 64 "gpu_unittests",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 }, 141 },
141 "Linux ChromiumOS Tests (dbg)(3)": { 142 "Linux ChromiumOS Tests (dbg)(3)": {
142 "gtest_tests": [ 143 "gtest_tests": [
143 "athena_unittests", 144 "athena_unittests",
144 "gcm_unit_tests", 145 "gcm_unit_tests",
145 "interactive_ui_tests", 146 "interactive_ui_tests",
146 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 147 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
147 ] 148 ]
148 } 149 }
149 } 150 }
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