OLD | NEW |
1 { | 1 { |
2 "Android Cloud Tests": { | 2 "Android Cloud Tests": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 { | 4 { |
5 "test": "android_webview_unittests" | 5 "test": "android_webview_unittests" |
6 }, | 6 }, |
7 { | 7 { |
8 "test": "base_unittests" | 8 "test": "base_unittests" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 6186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6197 "test": "webkit_unit_tests" | 6197 "test": "webkit_unit_tests" |
6198 }, | 6198 }, |
6199 { | 6199 { |
6200 "swarming": { | 6200 "swarming": { |
6201 "can_use_on_swarming_builders": true | 6201 "can_use_on_swarming_builders": true |
6202 }, | 6202 }, |
6203 "test": "wtf_unittests" | 6203 "test": "wtf_unittests" |
6204 } | 6204 } |
6205 ] | 6205 ] |
6206 }, | 6206 }, |
| 6207 "Headless Linux": { |
| 6208 "gtest_tests": [ |
| 6209 { |
| 6210 "test": "headless_browsertests" |
| 6211 } |
| 6212 ] |
| 6213 }, |
6207 "Linux ARM": { | 6214 "Linux ARM": { |
6208 "gtest_tests": [ | 6215 "gtest_tests": [ |
6209 { | 6216 { |
6210 "args": [ | 6217 "args": [ |
6211 "--gtest_filter=*NaCl*.*" | 6218 "--gtest_filter=*NaCl*.*" |
6212 ], | 6219 ], |
6213 "swarming": { | 6220 "swarming": { |
6214 "can_use_on_swarming_builders": true | 6221 "can_use_on_swarming_builders": true |
6215 }, | 6222 }, |
6216 "test": "browser_tests" | 6223 "test": "browser_tests" |
(...skipping 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7697 }, | 7704 }, |
7698 { | 7705 { |
7699 "args": [ | 7706 "args": [ |
7700 "--isolate-extensions" | 7707 "--isolate-extensions" |
7701 ], | 7708 ], |
7702 "test": "unit_tests" | 7709 "test": "unit_tests" |
7703 } | 7710 } |
7704 ] | 7711 ] |
7705 } | 7712 } |
7706 } | 7713 } |
OLD | NEW |