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

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

Issue 2296973002: Moves ash content specific tests into ash_content_unittests (Closed)
Patch Set: remove GetMessageLoop and merge Created 4 years, 3 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
OLDNEW
1 { 1 {
2 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 10441 matching lines...) Expand 10 before | Expand all | Expand 10 after
10452 }, 10452 },
10453 "MD Top Chrome ChromeOS material-hybrid": { 10453 "MD Top Chrome ChromeOS material-hybrid": {
10454 "gtest_tests": [ 10454 "gtest_tests": [
10455 { 10455 {
10456 "args": [ 10456 "args": [
10457 "--top-chrome-md=material-hybrid" 10457 "--top-chrome-md=material-hybrid"
10458 ], 10458 ],
10459 "swarming": { 10459 "swarming": {
10460 "can_use_on_swarming_builders": true 10460 "can_use_on_swarming_builders": true
10461 }, 10461 },
10462 "test": "ash_content_unittests"
10463 },
10464 {
10465 "args": [
10466 "--top-chrome-md=material-hybrid"
10467 ],
10468 "swarming": {
10469 "can_use_on_swarming_builders": true
10470 },
10462 "test": "ash_unittests" 10471 "test": "ash_unittests"
10463 }, 10472 },
10464 { 10473 {
10465 "args": [ 10474 "args": [
10466 "--top-chrome-md=material-hybrid" 10475 "--top-chrome-md=material-hybrid"
10467 ], 10476 ],
10468 "swarming": { 10477 "swarming": {
10469 "can_use_on_swarming_builders": true 10478 "can_use_on_swarming_builders": true
10470 }, 10479 },
10471 "test": "aura_unittests" 10480 "test": "aura_unittests"
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
10519 }, 10528 },
10520 "MD Top Chrome ChromeOS non-material": { 10529 "MD Top Chrome ChromeOS non-material": {
10521 "gtest_tests": [ 10530 "gtest_tests": [
10522 { 10531 {
10523 "args": [ 10532 "args": [
10524 "--top-chrome-md=non-material" 10533 "--top-chrome-md=non-material"
10525 ], 10534 ],
10526 "swarming": { 10535 "swarming": {
10527 "can_use_on_swarming_builders": true 10536 "can_use_on_swarming_builders": true
10528 }, 10537 },
10538 "test": "ash_content_unittests"
10539 },
10540 {
10541 "args": [
10542 "--top-chrome-md=non-material"
10543 ],
10544 "swarming": {
10545 "can_use_on_swarming_builders": true
10546 },
10529 "test": "ash_unittests" 10547 "test": "ash_unittests"
10530 }, 10548 },
10531 { 10549 {
10532 "args": [ 10550 "args": [
10533 "--top-chrome-md=non-material" 10551 "--top-chrome-md=non-material"
10534 ], 10552 ],
10535 "swarming": { 10553 "swarming": {
10536 "can_use_on_swarming_builders": true 10554 "can_use_on_swarming_builders": true
10537 }, 10555 },
10538 "test": "aura_unittests" 10556 "test": "aura_unittests"
(...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
11484 }, 11502 },
11485 { 11503 {
11486 "swarming": { 11504 "swarming": {
11487 "can_use_on_swarming_builders": true 11505 "can_use_on_swarming_builders": true
11488 }, 11506 },
11489 "test": "views_unittests" 11507 "test": "views_unittests"
11490 } 11508 }
11491 ] 11509 ]
11492 } 11510 }
11493 } 11511 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698