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 (dbg)": { | |
6208 "gtest_tests": [ | |
6209 { | |
6210 "override_compile_targets": [ | |
6211 "headless_libs", | |
6212 "headless_tests" | |
6213 ], | |
6214 "test": "headless_browsertests" | |
Dirk Pranke
2016/04/01 16:56:40
this change confuses me a bit.
"override_compile_
perezju
2016/04/04 11:32:46
Done. But just to double-check (because I'm not ve
| |
6215 } | |
6216 ] | |
6217 }, | |
6207 "Linux ARM": { | 6218 "Linux ARM": { |
6208 "gtest_tests": [ | 6219 "gtest_tests": [ |
6209 { | 6220 { |
6210 "args": [ | 6221 "args": [ |
6211 "--gtest_filter=*NaCl*.*" | 6222 "--gtest_filter=*NaCl*.*" |
6212 ], | 6223 ], |
6213 "swarming": { | 6224 "swarming": { |
6214 "can_use_on_swarming_builders": true | 6225 "can_use_on_swarming_builders": true |
6215 }, | 6226 }, |
6216 "test": "browser_tests" | 6227 "test": "browser_tests" |
(...skipping 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
7697 }, | 7708 }, |
7698 { | 7709 { |
7699 "args": [ | 7710 "args": [ |
7700 "--isolate-extensions" | 7711 "--isolate-extensions" |
7701 ], | 7712 ], |
7702 "test": "unit_tests" | 7713 "test": "unit_tests" |
7703 } | 7714 } |
7704 ] | 7715 ] |
7705 } | 7716 } |
7706 } | 7717 } |
OLD | NEW |