| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromeOS MSan Tests": { | 2 "Linux ChromeOS MSan Tests": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "swarming": { |
| 6 "can_use_on_swarming_builders": true |
| 7 }, |
| 5 "test": "accessibility_unittests" | 8 "test": "accessibility_unittests" |
| 6 }, | 9 }, |
| 7 { | 10 { |
| 8 "test": "app_list_unittests" | 11 "test": "app_list_unittests" |
| 9 }, | 12 }, |
| 10 { | 13 { |
| 11 "test": "aura_unittests" | 14 "test": "aura_unittests" |
| 12 }, | 15 }, |
| 13 { | 16 { |
| 14 "test": "base_unittests" | 17 "test": "base_unittests" |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 "test": "views_unittests" | 157 "test": "views_unittests" |
| 155 }, | 158 }, |
| 156 { | 159 { |
| 157 "test": "wm_unittests" | 160 "test": "wm_unittests" |
| 158 } | 161 } |
| 159 ] | 162 ] |
| 160 }, | 163 }, |
| 161 "Linux MSan Tests": { | 164 "Linux MSan Tests": { |
| 162 "gtest_tests": [ | 165 "gtest_tests": [ |
| 163 { | 166 { |
| 167 "swarming": { |
| 168 "can_use_on_swarming_builders": true |
| 169 }, |
| 164 "test": "accessibility_unittests" | 170 "test": "accessibility_unittests" |
| 165 }, | 171 }, |
| 166 { | 172 { |
| 167 "test": "app_list_unittests" | 173 "test": "app_list_unittests" |
| 168 }, | 174 }, |
| 169 { | 175 { |
| 170 "test": "aura_unittests" | 176 "test": "aura_unittests" |
| 171 }, | 177 }, |
| 172 { | 178 { |
| 173 "test": "base_unittests" | 179 "test": "base_unittests" |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 }, | 327 }, |
| 322 "Linux TSan Tests": { | 328 "Linux TSan Tests": { |
| 323 "disabled_tests": { | 329 "disabled_tests": { |
| 324 "app_shell_browsertests": "http://crbug.com/455633", | 330 "app_shell_browsertests": "http://crbug.com/455633", |
| 325 "browser_tests": "Too many errors, clean content_browsertests first. http:
//crbug.com/368525", | 331 "browser_tests": "Too many errors, clean content_browsertests first. http:
//crbug.com/368525", |
| 326 "cc_unittests": "http://crbug.com/437454", | 332 "cc_unittests": "http://crbug.com/437454", |
| 327 "interactive_ui_tests": "http://crbug.com/455679" | 333 "interactive_ui_tests": "http://crbug.com/455679" |
| 328 }, | 334 }, |
| 329 "gtest_tests": [ | 335 "gtest_tests": [ |
| 330 { | 336 { |
| 337 "swarming": { |
| 338 "can_use_on_swarming_builders": true |
| 339 }, |
| 331 "test": "accessibility_unittests" | 340 "test": "accessibility_unittests" |
| 332 }, | 341 }, |
| 333 { | 342 { |
| 334 "test": "app_list_unittests" | 343 "test": "app_list_unittests" |
| 335 }, | 344 }, |
| 336 { | 345 { |
| 337 "test": "aura_unittests" | 346 "test": "aura_unittests" |
| 338 }, | 347 }, |
| 339 { | 348 { |
| 340 "swarming": { | 349 "swarming": { |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 }, | 466 }, |
| 458 { | 467 { |
| 459 "test": "views_unittests" | 468 "test": "views_unittests" |
| 460 }, | 469 }, |
| 461 { | 470 { |
| 462 "test": "wm_unittests" | 471 "test": "wm_unittests" |
| 463 } | 472 } |
| 464 ] | 473 ] |
| 465 } | 474 } |
| 466 } | 475 } |
| OLD | NEW |