Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "Linux Trusty": { | 2 "Linux Trusty": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 "app_list_unittests", | 4 "app_list_unittests", |
| 5 "aura_unittests", | 5 "aura_unittests", |
| 6 "interactive_ui_tests", | 6 "interactive_ui_tests", |
| 7 "base_unittests", | 7 "base_unittests", |
| 8 "cacheinvalidation_unittests", | 8 "cacheinvalidation_unittests", |
| 9 "cast_unittests", | 9 "cast_unittests", |
| 10 "cc_unittests", | 10 "cc_unittests", |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 204 ] | 204 ] |
| 205 }, | 205 }, |
| 206 'Linux ARM Cross-Compile': { | 206 'Linux ARM Cross-Compile': { |
| 207 "gtest_tests": [ | 207 "gtest_tests": [ |
| 208 { | 208 { |
| 209 "description": ["These tests will be run on an ARM device, which is", | 209 "description": ["These tests will be run on an ARM device, which is", |
| 210 "fairly slow, that's why we run a much smaller set of", | 210 "fairly slow, that's why we run a much smaller set of", |
| 211 "tests. We run NaCl tests specifically because NaCl", | 211 "tests. We run NaCl tests specifically because NaCl", |
| 212 "contains a lot of architecture-specific code"], | 212 "contains a lot of architecture-specific code"], |
| 213 "test": "browser_tests", | 213 "test": "browser_tests", |
| 214 "args": "--gtest-filter='*NaCl*'" | 214 "args": ["--gtest-filter='*NaCl*'"], |
| 215 "compile_targets": ["browser_tests_run"] | |
|
Paweł Hajdan Jr.
2014/05/29 16:22:43
Please pull compile_targets out of "gtest_tests" (
| |
| 215 }, | 216 }, |
| 216 ], | 217 ], |
| 217 }, | 218 }, |
| 218 } | 219 } |
| OLD | NEW |