OLD | NEW |
1 { | 1 { |
2 "Linux ASan LSan Tests (1)": { | 2 "Linux ASan LSan Tests (1)": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 { | 4 { |
5 "swarming": { | 5 "swarming": { |
6 "can_use_on_swarming_builders": true | 6 "can_use_on_swarming_builders": true |
7 }, | 7 }, |
8 "test": "accessibility_unittests" | 8 "test": "accessibility_unittests" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 { | 62 { |
63 "test": "extensions_unittests" | 63 "test": "extensions_unittests" |
64 }, | 64 }, |
65 { | 65 { |
66 "test": "gcm_unit_tests" | 66 "test": "gcm_unit_tests" |
67 }, | 67 }, |
68 { | 68 { |
69 "test": "gfx_unittests" | 69 "test": "gfx_unittests" |
70 }, | 70 }, |
71 { | 71 { |
| 72 "test": "gl_unittests" |
| 73 }, |
| 74 { |
72 "test": "google_apis_unittests" | 75 "test": "google_apis_unittests" |
73 }, | 76 }, |
74 { | 77 { |
75 "test": "gpu_unittests" | 78 "test": "gpu_unittests" |
76 }, | 79 }, |
77 { | 80 { |
78 "swarming": { | 81 "swarming": { |
79 "can_use_on_swarming_builders": true, | 82 "can_use_on_swarming_builders": true, |
80 "shards": 3 | 83 "shards": 3 |
81 }, | 84 }, |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 { | 240 { |
238 "test": "events_unittests" | 241 "test": "events_unittests" |
239 }, | 242 }, |
240 { | 243 { |
241 "test": "gcm_unit_tests" | 244 "test": "gcm_unit_tests" |
242 }, | 245 }, |
243 { | 246 { |
244 "test": "gfx_unittests" | 247 "test": "gfx_unittests" |
245 }, | 248 }, |
246 { | 249 { |
| 250 "test": "gl_unittests" |
| 251 }, |
| 252 { |
247 "test": "google_apis_unittests" | 253 "test": "google_apis_unittests" |
248 }, | 254 }, |
249 { | 255 { |
250 "test": "gpu_unittests" | 256 "test": "gpu_unittests" |
251 }, | 257 }, |
252 { | 258 { |
253 "swarming": { | 259 "swarming": { |
254 "can_use_on_swarming_builders": true, | 260 "can_use_on_swarming_builders": true, |
255 "shards": 2 | 261 "shards": 2 |
256 }, | 262 }, |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 }, | 536 }, |
531 { | 537 { |
532 "test": "ui_base_unittests" | 538 "test": "ui_base_unittests" |
533 }, | 539 }, |
534 { | 540 { |
535 "test": "url_unittests" | 541 "test": "url_unittests" |
536 } | 542 } |
537 ] | 543 ] |
538 } | 544 } |
539 } | 545 } |
OLD | NEW |