Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Side by Side Diff: testing/buildbot/chromium.win.json

Issue 2885193002: Move more mus tests to service_unittest. (Closed)
Patch Set: Rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 { 300 {
301 "swarming": { 301 "swarming": {
302 "can_use_on_swarming_builders": true 302 "can_use_on_swarming_builders": true
303 }, 303 },
304 "test": "mus_gpu_unittests" 304 "test": "mus_gpu_unittests"
305 }, 305 },
306 { 306 {
307 "swarming": { 307 "swarming": {
308 "can_use_on_swarming_builders": true 308 "can_use_on_swarming_builders": true
309 }, 309 },
310 "test": "mus_public_unittests"
311 },
312 {
313 "swarming": {
314 "can_use_on_swarming_builders": true
315 },
316 "test": "nacl_loader_unittests" 310 "test": "nacl_loader_unittests"
317 }, 311 },
318 { 312 {
319 "swarming": { 313 "swarming": {
320 "can_use_on_swarming_builders": true 314 "can_use_on_swarming_builders": true
321 }, 315 },
322 "test": "native_theme_unittests" 316 "test": "native_theme_unittests"
323 }, 317 },
324 { 318 {
325 "swarming": { 319 "swarming": {
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 { 420 {
427 "swarming": { 421 "swarming": {
428 "can_use_on_swarming_builders": true 422 "can_use_on_swarming_builders": true
429 }, 423 },
430 "test": "ui_service_unittests" 424 "test": "ui_service_unittests"
431 }, 425 },
432 { 426 {
433 "swarming": { 427 "swarming": {
434 "can_use_on_swarming_builders": true 428 "can_use_on_swarming_builders": true
435 }, 429 },
436 "test": "ui_struct_traits_unittests"
437 },
438 {
439 "swarming": {
440 "can_use_on_swarming_builders": true
441 },
442 "test": "ui_touch_selection_unittests" 430 "test": "ui_touch_selection_unittests"
443 }, 431 },
444 { 432 {
445 "swarming": { 433 "swarming": {
446 "can_use_on_swarming_builders": true 434 "can_use_on_swarming_builders": true
447 }, 435 },
448 "test": "unit_tests" 436 "test": "unit_tests"
449 }, 437 },
450 { 438 {
451 "swarming": { 439 "swarming": {
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
1473 { 1461 {
1474 "swarming": { 1462 "swarming": {
1475 "can_use_on_swarming_builders": true 1463 "can_use_on_swarming_builders": true
1476 }, 1464 },
1477 "test": "ui_base_unittests" 1465 "test": "ui_base_unittests"
1478 }, 1466 },
1479 { 1467 {
1480 "swarming": { 1468 "swarming": {
1481 "can_use_on_swarming_builders": true 1469 "can_use_on_swarming_builders": true
1482 }, 1470 },
1483 "test": "ui_struct_traits_unittests"
1484 },
1485 {
1486 "swarming": {
1487 "can_use_on_swarming_builders": true
1488 },
1489 "test": "ui_touch_selection_unittests" 1471 "test": "ui_touch_selection_unittests"
1490 }, 1472 },
1491 { 1473 {
1492 "swarming": { 1474 "swarming": {
1493 "can_use_on_swarming_builders": true 1475 "can_use_on_swarming_builders": true
1494 }, 1476 },
1495 "test": "unit_tests" 1477 "test": "unit_tests"
1496 }, 1478 },
1497 { 1479 {
1498 "swarming": { 1480 "swarming": {
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
1978 "additional_compile_targets": [ 1960 "additional_compile_targets": [
1979 "chrome_official_builder" 1961 "chrome_official_builder"
1980 ] 1962 ]
1981 }, 1963 },
1982 "Win8 GYP (dbg)": { 1964 "Win8 GYP (dbg)": {
1983 "additional_compile_targets": [ 1965 "additional_compile_targets": [
1984 "all" 1966 "all"
1985 ] 1967 ]
1986 } 1968 }
1987 } 1969 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698