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

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

Issue 388483003: Re-enable display_unittests for the Ozone ChromiumOS bot (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 | 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "base_unittests", 54 "base_unittests",
55 "cacheinvalidation_unittests", 55 "cacheinvalidation_unittests",
56 "chromeos_unittests", 56 "chromeos_unittests",
57 "components_unittests", 57 "components_unittests",
58 "crypto_unittests", 58 "crypto_unittests",
59 "dbus_unittests", 59 "dbus_unittests",
60 "display_unittests",
60 "gcm_unit_tests", 61 "gcm_unit_tests",
61 "google_apis_unittests", 62 "google_apis_unittests",
62 "gpu_unittests", 63 "gpu_unittests",
63 "url_unittests", 64 "url_unittests",
64 "jingle_unittests", 65 "jingle_unittests",
65 "content_unittests", 66 "content_unittests",
66 "device_unittests", 67 "device_unittests",
67 "media_unittests", 68 "media_unittests",
68 "net_unittests", 69 "net_unittests",
69 "ppapi_unittests", 70 "ppapi_unittests",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 }, 140 },
140 "Linux ChromiumOS Tests (dbg)(3)": { 141 "Linux ChromiumOS Tests (dbg)(3)": {
141 "gtest_tests": [ 142 "gtest_tests": [
142 "athena_unittests", 143 "athena_unittests",
143 "gcm_unit_tests", 144 "gcm_unit_tests",
144 "interactive_ui_tests", 145 "interactive_ui_tests",
145 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 146 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
146 ] 147 ]
147 } 148 }
148 } 149 }
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