| OLD | NEW |
| 1 { | 1 { |
| 2 "Android Asan Builder Tests (dbg)": { | 2 "Android Asan Builder Tests (dbg)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "args": [ | 5 "args": [ |
| 6 "--tool=asan" | 6 "--tool=asan" |
| 7 ], | 7 ], |
| 8 "test": "android_webview_unittests" | 8 "test": "android_webview_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 }, | 490 }, |
| 491 "test": "components_unittests" | 491 "test": "components_unittests" |
| 492 }, | 492 }, |
| 493 { | 493 { |
| 494 "swarming": { | 494 "swarming": { |
| 495 "can_use_on_swarming_builders": true | 495 "can_use_on_swarming_builders": true |
| 496 }, | 496 }, |
| 497 "test": "compositor_unittests" | 497 "test": "compositor_unittests" |
| 498 }, | 498 }, |
| 499 { | 499 { |
| 500 "args": [ |
| 501 "--gtest_filter=-WebRtcBrowserTest.CanForwardRemoteStream" |
| 502 ], |
| 500 "swarming": { | 503 "swarming": { |
| 501 "can_use_on_swarming_builders": true | 504 "can_use_on_swarming_builders": true |
| 502 }, | 505 }, |
| 503 "test": "content_browsertests" | 506 "test": "content_browsertests" |
| 504 }, | 507 }, |
| 505 { | 508 { |
| 506 "swarming": { | 509 "swarming": { |
| 507 "can_use_on_swarming_builders": true | 510 "can_use_on_swarming_builders": true |
| 508 }, | 511 }, |
| 509 "test": "content_unittests" | 512 "test": "content_unittests" |
| (...skipping 7873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8383 }, | 8386 }, |
| 8384 { | 8387 { |
| 8385 "args": [ | 8388 "args": [ |
| 8386 "--isolate-extensions" | 8389 "--isolate-extensions" |
| 8387 ], | 8390 ], |
| 8388 "test": "unit_tests" | 8391 "test": "unit_tests" |
| 8389 } | 8392 } |
| 8390 ] | 8393 ] |
| 8391 } | 8394 } |
| 8392 } | 8395 } |
| OLD | NEW |