Chromium Code Reviews| OLD | NEW |
|---|---|
| 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", |
| 8 "chromevox_tests", | |
| 7 "components_unittests", | 9 "components_unittests", |
| 8 "crypto_unittests", | 10 "crypto_unittests", |
| 9 "dbus_unittests", | 11 "dbus_unittests", |
| 10 "display_unittests", | 12 "display_unittests", |
| 11 "gcm_unit_tests", | 13 "gcm_unit_tests", |
| 12 "google_apis_unittests", | 14 "google_apis_unittests", |
| 13 "gpu_unittests", | 15 "gpu_unittests", |
| 14 "url_unittests", | 16 "url_unittests", |
| 15 "jingle_unittests", | 17 "jingle_unittests", |
| 16 "content_unittests", | 18 "content_unittests", |
| (...skipping 22 matching lines...) Expand all Loading... | |
| 39 ] | 41 ] |
| 40 }, | 42 }, |
| 41 "Linux ChromiumOS Tests (2)": { | 43 "Linux ChromiumOS Tests (2)": { |
| 42 "gtest_tests": [ | 44 "gtest_tests": [ |
| 43 "interactive_ui_tests", | 45 "interactive_ui_tests", |
| 44 "browser_tests", | 46 "browser_tests", |
| 45 "content_browsertests", | 47 "content_browsertests", |
| 46 "app_shell_browsertests" | 48 "app_shell_browsertests" |
| 47 ] | 49 ] |
| 48 }, | 50 }, |
| 49 "Linux ChromiumOS Tests (dbg)(1)": { | 51 "Linux ChromiumOS Tests (dbg)(1)": { |
|
Paweł Hajdan Jr.
2014/06/24 18:12:18
Please also add these tests to dbg bots.
dmazzoni
2014/06/24 19:31:48
Done for accessibility_unittests.
I didn't add ch
| |
| 50 "gtest_tests": [ | 52 "gtest_tests": [ |
| 51 "base_unittests", | 53 "base_unittests", |
| 52 "cacheinvalidation_unittests", | 54 "cacheinvalidation_unittests", |
| 53 "chromeos_unittests", | 55 "chromeos_unittests", |
| 54 "components_unittests", | 56 "components_unittests", |
| 55 "crypto_unittests", | 57 "crypto_unittests", |
| 56 "dbus_unittests", | 58 "dbus_unittests", |
| 57 "google_apis_unittests", | 59 "google_apis_unittests", |
| 58 "gpu_unittests", | 60 "gpu_unittests", |
| 59 "url_unittests", | 61 "url_unittests", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 93 }, | 95 }, |
| 94 "Linux ChromiumOS Tests (dbg)(3)": { | 96 "Linux ChromiumOS Tests (dbg)(3)": { |
| 95 "gtest_tests": [ | 97 "gtest_tests": [ |
| 96 "athena_unittests", | 98 "athena_unittests", |
| 97 "gcm_unit_tests", | 99 "gcm_unit_tests", |
| 98 "interactive_ui_tests", | 100 "interactive_ui_tests", |
| 99 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} | 101 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} |
| 100 ] | 102 ] |
| 101 } | 103 } |
| 102 } | 104 } |
| OLD | NEW |