| 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 2343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2354 "script": "nacl_integration.py" | 2354 "script": "nacl_integration.py" |
| 2355 } | 2355 } |
| 2356 ] | 2356 ] |
| 2357 }, | 2357 }, |
| 2358 "ClangToTAndroidASan": { | 2358 "ClangToTAndroidASan": { |
| 2359 "gtest_tests": [ | 2359 "gtest_tests": [ |
| 2360 { | 2360 { |
| 2361 "args": [ | 2361 "args": [ |
| 2362 "--tool=asan" | 2362 "--tool=asan" |
| 2363 ], | 2363 ], |
| 2364 "test": "components_browsertests" | 2364 "test": "base_unittests" |
| 2365 }, | 2365 }, |
| 2366 { | 2366 { |
| 2367 "args": [ | 2367 "args": [ |
| 2368 "--tool=asan" | 2368 "--tool=asan" |
| 2369 ], | 2369 ], |
| 2370 "test": "gfx_unittests" | 2370 "test": "components_browsertests" |
| 2371 } | 2371 } |
| 2372 ], | 2372 ], |
| 2373 "junit_tests": [ | 2373 "junit_tests": [ |
| 2374 { | 2374 { |
| 2375 "test": "base_junit_tests" | 2375 "test": "base_junit_tests" |
| 2376 } | 2376 } |
| 2377 ] | 2377 ] |
| 2378 }, | 2378 }, |
| 2379 "ClangToTLinux tester": { | 2379 "ClangToTLinux tester": { |
| 2380 "gtest_tests": [ | 2380 "gtest_tests": [ |
| (...skipping 9103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11484 }, | 11484 }, |
| 11485 { | 11485 { |
| 11486 "swarming": { | 11486 "swarming": { |
| 11487 "can_use_on_swarming_builders": true | 11487 "can_use_on_swarming_builders": true |
| 11488 }, | 11488 }, |
| 11489 "test": "views_unittests" | 11489 "test": "views_unittests" |
| 11490 } | 11490 } |
| 11491 ] | 11491 ] |
| 11492 } | 11492 } |
| 11493 } | 11493 } |
| OLD | NEW |