OLD | NEW |
1 { | 1 { |
2 "Linux ChromeOS MSan Tests": { | 2 "Linux ChromeOS MSan Tests": { |
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 { | 53 { |
54 "test": "compositor_unittests" | 54 "test": "compositor_unittests" |
55 }, | 55 }, |
56 { | 56 { |
57 "swarming": { | 57 "swarming": { |
58 "can_use_on_swarming_builders": true | 58 "can_use_on_swarming_builders": true |
59 }, | 59 }, |
60 "test": "content_browsertests" | 60 "test": "content_browsertests" |
61 }, | 61 }, |
62 { | 62 { |
| 63 "swarming": { |
| 64 "can_use_on_swarming_builders": true |
| 65 }, |
63 "test": "content_unittests" | 66 "test": "content_unittests" |
64 }, | 67 }, |
65 { | 68 { |
66 "test": "crypto_unittests" | 69 "test": "crypto_unittests" |
67 }, | 70 }, |
68 { | 71 { |
69 "test": "dbus_unittests" | 72 "test": "dbus_unittests" |
70 }, | 73 }, |
71 { | 74 { |
72 "test": "device_unittests" | 75 "test": "device_unittests" |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 { | 236 { |
234 "test": "compositor_unittests" | 237 "test": "compositor_unittests" |
235 }, | 238 }, |
236 { | 239 { |
237 "swarming": { | 240 "swarming": { |
238 "can_use_on_swarming_builders": true | 241 "can_use_on_swarming_builders": true |
239 }, | 242 }, |
240 "test": "content_browsertests" | 243 "test": "content_browsertests" |
241 }, | 244 }, |
242 { | 245 { |
| 246 "swarming": { |
| 247 "can_use_on_swarming_builders": true |
| 248 }, |
243 "test": "content_unittests" | 249 "test": "content_unittests" |
244 }, | 250 }, |
245 { | 251 { |
246 "test": "crypto_unittests" | 252 "test": "crypto_unittests" |
247 }, | 253 }, |
248 { | 254 { |
249 "test": "dbus_unittests" | 255 "test": "dbus_unittests" |
250 }, | 256 }, |
251 { | 257 { |
252 "test": "device_unittests" | 258 "test": "device_unittests" |
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
520 }, | 526 }, |
521 { | 527 { |
522 "test": "views_unittests" | 528 "test": "views_unittests" |
523 }, | 529 }, |
524 { | 530 { |
525 "test": "wm_unittests" | 531 "test": "wm_unittests" |
526 } | 532 } |
527 ] | 533 ] |
528 } | 534 } |
529 } | 535 } |
OLD | NEW |