Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 [ | 1 { |
| 2 { | 2 "compile_targets": [ |
| 3 "description": ["These tests will be run on an ARM device, which is fairly", | 3 "browser_tests_run" |
| 4 "slow, that's why we run a much smaller set of tests.", | 4 ], |
| 5 "We run NaCl tests specifically because NaCl contains", | 5 "gtest_tests": [{ |
|
Paweł Hajdan Jr.
2014/05/29 17:22:07
nit: Please indent the braces {} just like chromiu
nodir
2014/05/29 21:00:11
removed the dict because nothing but "test' is spe
| |
| 6 "a lot of architecture-specific code"], | 6 "test": "browser_tests" |
| 7 "test": "browser_tests", | 7 }] |
| 8 "args": "--gtest-filter='*NaCl*'" | 8 } |
| 9 } | |
| 10 ] | |
| OLD | NEW |