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 8984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 8995 "swarming": { | 8995 "swarming": { |
| 8996 "can_use_on_swarming_builders": true | 8996 "can_use_on_swarming_builders": true |
| 8997 }, | 8997 }, |
| 8998 "test": "wtf_unittests" | 8998 "test": "wtf_unittests" |
| 8999 } | 8999 } |
| 9000 ] | 9000 ] |
| 9001 }, | 9001 }, |
| 9002 "Headless Linux (dbg)": { | 9002 "Headless Linux (dbg)": { |
| 9003 "additional_compile_targets": [ | 9003 "additional_compile_targets": [ |
| 9004 "headless_lib", | 9004 "headless_lib", |
| 9005 "headless_shell", | |
|
Ken Russell (switch to Gerrit)
2016/08/15 20:26:56
In general it would be better for this to be built
Sami
2016/08/16 09:40:58
The problem is that none of the headless unit or b
| |
| 9005 "headless_tests" | 9006 "headless_tests" |
| 9006 ], | 9007 ], |
| 9007 "gtest_tests": [ | 9008 "gtest_tests": [ |
| 9008 { | 9009 { |
| 9009 "test": "headless_browsertests" | 9010 "test": "headless_browsertests" |
| 9010 }, | 9011 }, |
| 9011 { | 9012 { |
| 9012 "test": "headless_unittests" | 9013 "test": "headless_unittests" |
| 9013 } | 9014 } |
| 9014 ] | 9015 ] |
| (...skipping 2522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 11537 }, | 11538 }, |
| 11538 { | 11539 { |
| 11539 "swarming": { | 11540 "swarming": { |
| 11540 "can_use_on_swarming_builders": true | 11541 "can_use_on_swarming_builders": true |
| 11541 }, | 11542 }, |
| 11542 "test": "views_unittests" | 11543 "test": "views_unittests" |
| 11543 } | 11544 } |
| 11544 ] | 11545 ] |
| 11545 } | 11546 } |
| 11546 } | 11547 } |
| OLD | NEW |