OLD | NEW |
1 { | 1 { |
2 "gtest_tests": [ | 2 "gtest_tests": [ |
3 "accessibility_unittests", | 3 "accessibility_unittests", |
4 "app_list_unittests", | 4 "app_list_unittests", |
5 "base_unittests", | 5 "base_unittests", |
6 { | 6 { |
7 "test": "browser_tests", | 7 "test": "browser_tests", |
8 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"] | 8 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"] |
9 }, | 9 }, |
10 "cacheinvalidation_unittests", | 10 "cacheinvalidation_unittests", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 { | 65 { |
66 "test": "ash_unittests", | 66 "test": "ash_unittests", |
67 "platforms": ["win"] | 67 "platforms": ["win"] |
68 }, | 68 }, |
69 { | 69 { |
70 "test": "aura_unittests", | 70 "test": "aura_unittests", |
71 "platforms": ["linux", "win"] | 71 "platforms": ["linux", "win"] |
72 }, | 72 }, |
73 { | 73 { |
74 "test": "mojo_view_manager_unittests", | 74 "test": "mojo_view_manager_unittests", |
75 "platforms": ["linux"] | 75 "platforms": ["linux", "win"] |
76 }, | 76 }, |
77 { | 77 { |
78 "test": "sandbox_linux_unittests", | 78 "test": "sandbox_linux_unittests", |
79 "platforms": ["linux"], | 79 "platforms": ["linux"], |
80 "args": ["--test-launcher-print-test-stdio=always"] | 80 "args": ["--test-launcher-print-test-stdio=always"] |
81 }, | 81 }, |
82 { | 82 { |
83 "test": "sandbox_mac_unittests", | 83 "test": "sandbox_mac_unittests", |
84 "platforms": ["mac"] | 84 "platforms": ["mac"] |
85 }, | 85 }, |
(...skipping 26 matching lines...) Expand all Loading... |
112 "platforms": ["linux"], | 112 "platforms": ["linux"], |
113 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 113 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
114 }, | 114 }, |
115 { | 115 { |
116 "test": "wm_unittests", | 116 "test": "wm_unittests", |
117 "platforms": ["linux"], | 117 "platforms": ["linux"], |
118 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] | 118 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
119 } | 119 } |
120 ] | 120 ] |
121 } | 121 } |
OLD | NEW |