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

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

Issue 2303453003: Revert of Moves ash content specific tests into ash_content_unittests (Closed)
Patch Set: 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
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.memory.json » ('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 "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 },
10471 "test": "ash_unittests" 10462 "test": "ash_unittests"
10472 }, 10463 },
10473 { 10464 {
10474 "args": [ 10465 "args": [
10475 "--top-chrome-md=material-hybrid" 10466 "--top-chrome-md=material-hybrid"
10476 ], 10467 ],
10477 "swarming": { 10468 "swarming": {
10478 "can_use_on_swarming_builders": true 10469 "can_use_on_swarming_builders": true
10479 }, 10470 },
10480 "test": "aura_unittests" 10471 "test": "aura_unittests"
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
10524 }, 10515 },
10525 "test": "views_unittests" 10516 "test": "views_unittests"
10526 } 10517 }
10527 ] 10518 ]
10528 }, 10519 },
10529 "MD Top Chrome ChromeOS non-material": { 10520 "MD Top Chrome ChromeOS non-material": {
10530 "gtest_tests": [ 10521 "gtest_tests": [
10531 { 10522 {
10532 "args": [ 10523 "args": [
10533 "--top-chrome-md=non-material" 10524 "--top-chrome-md=non-material"
10534 ],
10535 "swarming": {
10536 "can_use_on_swarming_builders": true
10537 },
10538 "test": "ash_content_unittests"
10539 },
10540 {
10541 "args": [
10542 "--top-chrome-md=non-material"
10543 ], 10525 ],
10544 "swarming": { 10526 "swarming": {
10545 "can_use_on_swarming_builders": true 10527 "can_use_on_swarming_builders": true
10546 }, 10528 },
10547 "test": "ash_unittests" 10529 "test": "ash_unittests"
10548 }, 10530 },
10549 { 10531 {
10550 "args": [ 10532 "args": [
10551 "--top-chrome-md=non-material" 10533 "--top-chrome-md=non-material"
10552 ], 10534 ],
(...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after
11502 }, 11484 },
11503 { 11485 {
11504 "swarming": { 11486 "swarming": {
11505 "can_use_on_swarming_builders": true 11487 "can_use_on_swarming_builders": true
11506 }, 11488 },
11507 "test": "views_unittests" 11489 "test": "views_unittests"
11508 } 11490 }
11509 ] 11491 ]
11510 } 11492 }
11511 } 11493 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.memory.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698