| OLD | NEW |
| 1 { | 1 { |
| 2 "XP Tests (1)": { | 2 "XP Tests (1)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 "accessibility_unittests", | 4 "accessibility_unittests", |
| 5 { | 5 { |
| 6 "test": "base_unittests", | 6 "test": "base_unittests", |
| 7 "swarming": { | 7 "swarming": { |
| 8 "can_use_on_swarming_builders": true | 8 "can_use_on_swarming_builders": true |
| 9 } | 9 } |
| 10 }, | 10 }, |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 "ui_unittests", | 290 "ui_unittests", |
| 291 { | 291 { |
| 292 "test": "unit_tests", | 292 "test": "unit_tests", |
| 293 "swarming": { | 293 "swarming": { |
| 294 "can_use_on_swarming_builders": true | 294 "can_use_on_swarming_builders": true |
| 295 } | 295 } |
| 296 }, | 296 }, |
| 297 "url_unittests", | 297 "url_unittests", |
| 298 "views_unittests", | 298 "views_unittests", |
| 299 "wm_unittests" | 299 "wm_unittests" |
| 300 ], |
| 301 "scripts": [ |
| 302 { |
| 303 "name": "nacl_integration", |
| 304 "script": "nacl_integration.py" |
| 305 } |
| 300 ] | 306 ] |
| 301 }, | 307 }, |
| 302 "Win 7 Tests x64 (1)": { | 308 "Win 7 Tests x64 (1)": { |
| 303 "gtest_tests": [ | 309 "gtest_tests": [ |
| 304 "accessibility_unittests", | 310 "accessibility_unittests", |
| 305 { | 311 { |
| 306 "test": "base_unittests", | 312 "test": "base_unittests", |
| 307 "swarming": { | 313 "swarming": { |
| 308 "can_use_on_swarming_builders": true | 314 "can_use_on_swarming_builders": true |
| 309 } | 315 } |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 "ui_unittests", | 388 "ui_unittests", |
| 383 { | 389 { |
| 384 "test": "unit_tests", | 390 "test": "unit_tests", |
| 385 "swarming": { | 391 "swarming": { |
| 386 "can_use_on_swarming_builders": true | 392 "can_use_on_swarming_builders": true |
| 387 } | 393 } |
| 388 }, | 394 }, |
| 389 "url_unittests", | 395 "url_unittests", |
| 390 "views_unittests", | 396 "views_unittests", |
| 391 "wm_unittests" | 397 "wm_unittests" |
| 398 ], |
| 399 "scripts": [ |
| 400 { |
| 401 "name": "nacl_integration", |
| 402 "script": "nacl_integration.py" |
| 403 } |
| 392 ] | 404 ] |
| 393 }, | 405 }, |
| 394 "Win7 Tests (dbg)(1)": { | 406 "Win7 Tests (dbg)(1)": { |
| 395 "gtest_tests": [ | 407 "gtest_tests": [ |
| 396 "accessibility_unittests", | 408 "accessibility_unittests", |
| 397 { | 409 { |
| 398 "test": "ash_unittests", | 410 "test": "ash_unittests", |
| 399 "swarming": { | 411 "swarming": { |
| 400 "can_use_on_swarming_builders": true | 412 "can_use_on_swarming_builders": true |
| 401 } | 413 } |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 "views_unittests", | 509 "views_unittests", |
| 498 "wm_unittests", | 510 "wm_unittests", |
| 499 "aura_unittests", | 511 "aura_unittests", |
| 500 "ash_unittests", | 512 "ash_unittests", |
| 501 "compositor_unittests", | 513 "compositor_unittests", |
| 502 "content_browsertests", | 514 "content_browsertests", |
| 503 "events_unittests" | 515 "events_unittests" |
| 504 ] | 516 ] |
| 505 } | 517 } |
| 506 } | 518 } |
| OLD | NEW |