| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 }, | 59 }, |
| 60 "test": "content_browsertests" | 60 "test": "content_browsertests" |
| 61 }, | 61 }, |
| 62 { | 62 { |
| 63 "swarming": { | 63 "swarming": { |
| 64 "can_use_on_swarming_builders": true | 64 "can_use_on_swarming_builders": true |
| 65 }, | 65 }, |
| 66 "test": "content_unittests" | 66 "test": "content_unittests" |
| 67 }, | 67 }, |
| 68 { | 68 { |
| 69 "swarming": { |
| 70 "can_use_on_swarming_builders": true |
| 71 }, |
| 69 "test": "crypto_unittests" | 72 "test": "crypto_unittests" |
| 70 }, | 73 }, |
| 71 { | 74 { |
| 72 "test": "dbus_unittests" | 75 "test": "dbus_unittests" |
| 73 }, | 76 }, |
| 74 { | 77 { |
| 75 "test": "device_unittests" | 78 "test": "device_unittests" |
| 76 }, | 79 }, |
| 77 { | 80 { |
| 78 "test": "display_unittests" | 81 "test": "display_unittests" |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 }, | 245 }, |
| 243 "test": "content_browsertests" | 246 "test": "content_browsertests" |
| 244 }, | 247 }, |
| 245 { | 248 { |
| 246 "swarming": { | 249 "swarming": { |
| 247 "can_use_on_swarming_builders": true | 250 "can_use_on_swarming_builders": true |
| 248 }, | 251 }, |
| 249 "test": "content_unittests" | 252 "test": "content_unittests" |
| 250 }, | 253 }, |
| 251 { | 254 { |
| 255 "swarming": { |
| 256 "can_use_on_swarming_builders": true |
| 257 }, |
| 252 "test": "crypto_unittests" | 258 "test": "crypto_unittests" |
| 253 }, | 259 }, |
| 254 { | 260 { |
| 255 "test": "dbus_unittests" | 261 "test": "dbus_unittests" |
| 256 }, | 262 }, |
| 257 { | 263 { |
| 258 "test": "device_unittests" | 264 "test": "device_unittests" |
| 259 }, | 265 }, |
| 260 { | 266 { |
| 261 "test": "display_unittests" | 267 "test": "display_unittests" |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 }, | 429 }, |
| 424 "test": "content_browsertests" | 430 "test": "content_browsertests" |
| 425 }, | 431 }, |
| 426 { | 432 { |
| 427 "swarming": { | 433 "swarming": { |
| 428 "can_use_on_swarming_builders": true | 434 "can_use_on_swarming_builders": true |
| 429 }, | 435 }, |
| 430 "test": "content_unittests" | 436 "test": "content_unittests" |
| 431 }, | 437 }, |
| 432 { | 438 { |
| 439 "swarming": { |
| 440 "can_use_on_swarming_builders": true |
| 441 }, |
| 433 "test": "crypto_unittests" | 442 "test": "crypto_unittests" |
| 434 }, | 443 }, |
| 435 { | 444 { |
| 436 "test": "dbus_unittests" | 445 "test": "dbus_unittests" |
| 437 }, | 446 }, |
| 438 { | 447 { |
| 439 "test": "device_unittests" | 448 "test": "device_unittests" |
| 440 }, | 449 }, |
| 441 { | 450 { |
| 442 "test": "display_unittests" | 451 "test": "display_unittests" |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 }, | 535 }, |
| 527 { | 536 { |
| 528 "test": "views_unittests" | 537 "test": "views_unittests" |
| 529 }, | 538 }, |
| 530 { | 539 { |
| 531 "test": "wm_unittests" | 540 "test": "wm_unittests" |
| 532 } | 541 } |
| 533 ] | 542 ] |
| 534 } | 543 } |
| 535 } | 544 } |
| OLD | NEW |