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

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

Issue 2069043003: (reland) media: Enable media_mojo_unittests on bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drop test on windows (gyp) bots Created 4 years, 6 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 | « media/mojo/services/mojo_cdm_allocator_unittest.cc ('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 "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 1743 matching lines...) Expand 10 before | Expand all | Expand 10 after
1754 { 1754 {
1755 "swarming": { 1755 "swarming": {
1756 "can_use_on_swarming_builders": true 1756 "can_use_on_swarming_builders": true
1757 }, 1757 },
1758 "test": "media_blink_unittests" 1758 "test": "media_blink_unittests"
1759 }, 1759 },
1760 { 1760 {
1761 "swarming": { 1761 "swarming": {
1762 "can_use_on_swarming_builders": true 1762 "can_use_on_swarming_builders": true
1763 }, 1763 },
1764 "test": "media_mojo_unittests"
1765 },
1766 {
1767 "swarming": {
1768 "can_use_on_swarming_builders": true
1769 },
1764 "test": "media_unittests" 1770 "test": "media_unittests"
1765 }, 1771 },
1766 { 1772 {
1767 "swarming": { 1773 "swarming": {
1768 "can_use_on_swarming_builders": true 1774 "can_use_on_swarming_builders": true
1769 }, 1775 },
1770 "test": "midi_unittests" 1776 "test": "midi_unittests"
1771 }, 1777 },
1772 { 1778 {
1773 "swarming": { 1779 "swarming": {
(...skipping 8680 matching lines...) Expand 10 before | Expand all | Expand 10 after
10454 }, 10460 },
10455 { 10461 {
10456 "swarming": { 10462 "swarming": {
10457 "can_use_on_swarming_builders": true 10463 "can_use_on_swarming_builders": true
10458 }, 10464 },
10459 "test": "views_unittests" 10465 "test": "views_unittests"
10460 } 10466 }
10461 ] 10467 ]
10462 } 10468 }
10463 } 10469 }
OLDNEW
« no previous file with comments | « media/mojo/services/mojo_cdm_allocator_unittest.cc ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698