Chromium Code Reviews| 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 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 779 "test": "ui_touch_selection_unittests" | 779 "test": "ui_touch_selection_unittests" | 
| 780 }, | 780 }, | 
| 781 { | 781 { | 
| 782 "test": "unit_tests" | 782 "test": "unit_tests" | 
| 783 }, | 783 }, | 
| 784 { | 784 { | 
| 785 "test": "webkit_unit_tests" | 785 "test": "webkit_unit_tests" | 
| 786 } | 786 } | 
| 787 ] | 787 ] | 
| 788 }, | 788 }, | 
| 789 "Android VR Tests": { | |
| 
 
Paweł Hajdan Jr.
2016/08/31 08:42:08
This shouldn't be needed.
 
 | |
| 790 "gtest_tests": [] | |
| 791 }, | |
| 789 "Browser Side Navigation Linux": { | 792 "Browser Side Navigation Linux": { | 
| 790 "gtest_tests": [ | 793 "gtest_tests": [ | 
| 791 { | 794 { | 
| 792 "args": [ | 795 "args": [ | 
| 793 "--enable-browser-side-navigation", | 796 "--enable-browser-side-navigation", | 
| 794 "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side -navigation.linux.browser_tests.filter", | 797 "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side -navigation.linux.browser_tests.filter", | 
| 795 "--test-launcher-retry-limit=6" | 798 "--test-launcher-retry-limit=6" | 
| 796 ], | 799 ], | 
| 797 "swarming": { | 800 "swarming": { | 
| 798 "can_use_on_swarming_builders": true | 801 "can_use_on_swarming_builders": true | 
| (...skipping 10739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 11538 }, | 11541 }, | 
| 11539 { | 11542 { | 
| 11540 "swarming": { | 11543 "swarming": { | 
| 11541 "can_use_on_swarming_builders": true | 11544 "can_use_on_swarming_builders": true | 
| 11542 }, | 11545 }, | 
| 11543 "test": "views_unittests" | 11546 "test": "views_unittests" | 
| 11544 } | 11547 } | 
| 11545 ] | 11548 ] | 
| 11546 } | 11549 } | 
| 11547 } | 11550 } | 
| OLD | NEW |