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

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

Issue 2296973002: Moves ash content specific tests into ash_content_unittests (Closed)
Patch Set: add dep to base test suport 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 10442 matching lines...) Expand 10 before | Expand all | Expand 10 after
10453 }, 10453 },
10454 "MD Top Chrome ChromeOS material-hybrid": { 10454 "MD Top Chrome ChromeOS material-hybrid": {
10455 "gtest_tests": [ 10455 "gtest_tests": [
10456 { 10456 {
10457 "args": [ 10457 "args": [
10458 "--top-chrome-md=material-hybrid" 10458 "--top-chrome-md=material-hybrid"
10459 ], 10459 ],
10460 "swarming": { 10460 "swarming": {
10461 "can_use_on_swarming_builders": true 10461 "can_use_on_swarming_builders": true
10462 }, 10462 },
10463 "test": "ash_content_unittests"
10464 },
10465 {
10466 "args": [
10467 "--top-chrome-md=material-hybrid"
10468 ],
10469 "swarming": {
10470 "can_use_on_swarming_builders": true
10471 },
10463 "test": "ash_unittests" 10472 "test": "ash_unittests"
10464 }, 10473 },
10465 { 10474 {
10466 "args": [ 10475 "args": [
10467 "--top-chrome-md=material-hybrid" 10476 "--top-chrome-md=material-hybrid"
10468 ], 10477 ],
10469 "swarming": { 10478 "swarming": {
10470 "can_use_on_swarming_builders": true 10479 "can_use_on_swarming_builders": true
10471 }, 10480 },
10472 "test": "aura_unittests" 10481 "test": "aura_unittests"
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
10520 }, 10529 },
10521 "MD Top Chrome ChromeOS non-material": { 10530 "MD Top Chrome ChromeOS non-material": {
10522 "gtest_tests": [ 10531 "gtest_tests": [
10523 { 10532 {
10524 "args": [ 10533 "args": [
10525 "--top-chrome-md=non-material" 10534 "--top-chrome-md=non-material"
10526 ], 10535 ],
10527 "swarming": { 10536 "swarming": {
10528 "can_use_on_swarming_builders": true 10537 "can_use_on_swarming_builders": true
10529 }, 10538 },
10539 "test": "ash_content_unittests"
10540 },
10541 {
10542 "args": [
10543 "--top-chrome-md=non-material"
10544 ],
10545 "swarming": {
10546 "can_use_on_swarming_builders": true
10547 },
10530 "test": "ash_unittests" 10548 "test": "ash_unittests"
10531 }, 10549 },
10532 { 10550 {
10533 "args": [ 10551 "args": [
10534 "--top-chrome-md=non-material" 10552 "--top-chrome-md=non-material"
10535 ], 10553 ],
10536 "swarming": { 10554 "swarming": {
10537 "can_use_on_swarming_builders": true 10555 "can_use_on_swarming_builders": true
10538 }, 10556 },
10539 "test": "aura_unittests" 10557 "test": "aura_unittests"
(...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
11485 }, 11503 },
11486 { 11504 {
11487 "swarming": { 11505 "swarming": {
11488 "can_use_on_swarming_builders": true 11506 "can_use_on_swarming_builders": true
11489 }, 11507 },
11490 "test": "views_unittests" 11508 "test": "views_unittests"
11491 } 11509 }
11492 ] 11510 ]
11493 } 11511 }
11494 } 11512 }
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