Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 [ | 1 [ |
| 2 "accessibility_unittests", | 2 "accessibility_unittests", |
| 3 "app_list_unittests", | 3 "app_list_unittests", |
| 4 "base_unittests", | 4 "base_unittests", |
| 5 { | 5 { |
| 6 "test": "browser_tests", | 6 "test": "browser_tests", |
| 7 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"] | 7 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"] |
| 8 }, | 8 }, |
| 9 "cacheinvalidation_unittests", | 9 "cacheinvalidation_unittests", |
| 10 "cc_unittests", | 10 "cc_unittests", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 51 "sql_unittests", | 51 "sql_unittests", |
| 52 "sync_integration_tests", | 52 "sync_integration_tests", |
| 53 "sync_unit_tests", | 53 "sync_unit_tests", |
| 54 "ui_unittests", | 54 "ui_unittests", |
| 55 "unit_tests", | 55 "unit_tests", |
| 56 { | 56 { |
| 57 "test": "app_shell_browsertests", | 57 "test": "app_shell_browsertests", |
| 58 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 58 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
| 59 }, | 59 }, |
| 60 { | 60 { |
| 61 "test": "ash_unittests", | |
| 62 "chromium_configs": ["chromium_chromeos"] | |
| 63 }, | |
| 64 { | |
| 65 "test": "ash_unittests", | |
| 66 "platforms": ["win"], | |
|
sky
2014/05/16 16:34:14
I'm not sure this is the right way to specify chro
Paweł Hajdan Jr.
2014/05/19 10:15:45
The patch is correct.
I don't think you could mer
| |
| 67 }, | |
| 68 { | |
| 69 "test": "aura_unittests", | |
| 70 "platforms": ["linux", "win"], | |
| 71 }, | |
| 72 { | |
| 61 "test": "mojo_view_manager_unittests", | 73 "test": "mojo_view_manager_unittests", |
| 62 "platforms": ["linux"] | 74 "platforms": ["linux"] |
| 63 }, | 75 }, |
| 64 { | 76 { |
| 65 "test": "sandbox_linux_unittests", | 77 "test": "sandbox_linux_unittests", |
| 66 "platforms": ["linux"], | 78 "platforms": ["linux"], |
| 67 "args": ["--test-launcher-print-test-stdio=always"] | 79 "args": ["--test-launcher-print-test-stdio=always"] |
| 68 }, | 80 }, |
| 69 { | 81 { |
| 70 "test": "sandbox_mac_unittests", | 82 "test": "sandbox_mac_unittests", |
| 71 "platforms": ["mac"] | 83 "platforms": ["mac"] |
| 72 }, | 84 }, |
| 73 { | 85 { |
| 74 "test": "views_unittests", | 86 "test": "views_unittests", |
| 75 "platforms": ["win"] | 87 "platforms": ["win"] |
| 76 }, | 88 }, |
| 77 { | 89 { |
| 78 "test": "views_unittests", | 90 "test": "views_unittests", |
| 79 "platforms": ["linux"], | 91 "platforms": ["linux"], |
| 80 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 92 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
| 81 } | 93 } |
| 82 ] | 94 ] |
| OLD | NEW |