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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 { | 52 { |
53 "test": "app_shell_browsertests", | 53 "test": "app_shell_browsertests", |
54 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 54 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
55 }, | 55 }, |
56 { | 56 { |
57 "test": "sandbox_linux_unittests", | 57 "test": "sandbox_linux_unittests", |
58 "platforms": ["linux"], | 58 "platforms": ["linux"], |
59 "args": ["--test-launcher-print-test-stdio=always"] | 59 "args": ["--test-launcher-print-test-stdio=always"] |
60 }, | 60 }, |
61 { | 61 { |
| 62 "test": "sandbox_mac_unittests", |
| 63 "platforms": ["mac"] |
| 64 }, |
| 65 { |
62 "test": "views_unittests", | 66 "test": "views_unittests", |
63 "platforms": ["win"] | 67 "platforms": ["win"] |
64 }, | 68 }, |
65 { | 69 { |
66 "test": "views_unittests", | 70 "test": "views_unittests", |
67 "platforms": ["linux"], | 71 "platforms": ["linux"], |
68 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 72 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
69 } | 73 } |
70 ] | 74 ] |
OLD | NEW |