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

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

Issue 2087683002: Extract media/capture/capture_unittests from media_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: media/base/run_all_unittests.cc shouldn't know about RegisterCaptureJni Created 4 years, 5 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.memory.json ('k') | testing/buildbot/chromium.webrtc.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 "Chromium Windows Builder (DrMemory x64)": { 2 "Chromium Windows Builder (DrMemory x64)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "angle_unittests", 5 "angle_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "base_unittests", 7 "base_unittests",
8 "blink_heap_unittests", 8 "blink_heap_unittests",
9 "blink_platform_unittests", 9 "blink_platform_unittests",
10 "cacheinvalidation_unittests", 10 "cacheinvalidation_unittests",
11 "capture_unittests",
11 "cast_unittests", 12 "cast_unittests",
12 "cc_unittests", 13 "cc_unittests",
13 "chrome_app_unittests", 14 "chrome_app_unittests",
14 "chrome_elf_unittests", 15 "chrome_elf_unittests",
15 "chromedriver_unittests", 16 "chromedriver_unittests",
16 "components_unittests", 17 "components_unittests",
17 "compositor_unittests", 18 "compositor_unittests",
18 "content_unittests", 19 "content_unittests",
19 "courgette_unittests", 20 "courgette_unittests",
20 "crypto_unittests", 21 "crypto_unittests",
(...skipping 29 matching lines...) Expand all
50 ] 51 ]
51 }, 52 },
52 "Chromium Windows Builder (DrMemory)": { 53 "Chromium Windows Builder (DrMemory)": {
53 "additional_compile_targets": [ 54 "additional_compile_targets": [
54 "accessibility_unittests", 55 "accessibility_unittests",
55 "angle_unittests", 56 "angle_unittests",
56 "aura_unittests", 57 "aura_unittests",
57 "base_unittests", 58 "base_unittests",
58 "blink_heap_unittests", 59 "blink_heap_unittests",
59 "blink_platform_unittests", 60 "blink_platform_unittests",
61 "capture_unittests",
60 "url_unittests", 62 "url_unittests",
61 "printing_unittests", 63 "printing_unittests",
62 "media_unittests", 64 "media_unittests",
63 "midi_unittests", 65 "midi_unittests",
64 "sql_unittests", 66 "sql_unittests",
65 "crypto_unittests", 67 "crypto_unittests",
66 "remoting_unittests", 68 "remoting_unittests",
67 "ipc_tests", 69 "ipc_tests",
68 "net_unittests", 70 "net_unittests",
69 "components_unittests", 71 "components_unittests",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 { 133 {
132 "swarming": { 134 "swarming": {
133 "can_use_on_swarming_builders": true 135 "can_use_on_swarming_builders": true
134 }, 136 },
135 "test": "cacheinvalidation_unittests" 137 "test": "cacheinvalidation_unittests"
136 }, 138 },
137 { 139 {
138 "swarming": { 140 "swarming": {
139 "can_use_on_swarming_builders": true 141 "can_use_on_swarming_builders": true
140 }, 142 },
143 "test": "capture_unittests"
144 },
145 {
146 "swarming": {
147 "can_use_on_swarming_builders": true
148 },
141 "test": "cast_unittests" 149 "test": "cast_unittests"
142 }, 150 },
143 { 151 {
144 "swarming": { 152 "swarming": {
145 "can_use_on_swarming_builders": true 153 "can_use_on_swarming_builders": true
146 }, 154 },
147 "test": "cc_unittests" 155 "test": "cc_unittests"
148 }, 156 },
149 { 157 {
150 "swarming": { 158 "swarming": {
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 { 424 {
417 "swarming": { 425 "swarming": {
418 "can_use_on_swarming_builders": true 426 "can_use_on_swarming_builders": true
419 }, 427 },
420 "test": "cacheinvalidation_unittests" 428 "test": "cacheinvalidation_unittests"
421 }, 429 },
422 { 430 {
423 "swarming": { 431 "swarming": {
424 "can_use_on_swarming_builders": true 432 "can_use_on_swarming_builders": true
425 }, 433 },
434 "test": "capture_unittests"
435 },
436 {
437 "swarming": {
438 "can_use_on_swarming_builders": true
439 },
426 "test": "cast_unittests" 440 "test": "cast_unittests"
427 }, 441 },
428 { 442 {
429 "swarming": { 443 "swarming": {
430 "can_use_on_swarming_builders": true 444 "can_use_on_swarming_builders": true
431 }, 445 },
432 "test": "cc_unittests" 446 "test": "cc_unittests"
433 }, 447 },
434 { 448 {
435 "swarming": { 449 "swarming": {
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 { 725 {
712 "swarming": { 726 "swarming": {
713 "can_use_on_swarming_builders": true 727 "can_use_on_swarming_builders": true
714 }, 728 },
715 "test": "cacheinvalidation_unittests" 729 "test": "cacheinvalidation_unittests"
716 }, 730 },
717 { 731 {
718 "swarming": { 732 "swarming": {
719 "can_use_on_swarming_builders": true 733 "can_use_on_swarming_builders": true
720 }, 734 },
735 "test": "capture_unittests"
736 },
737 {
738 "swarming": {
739 "can_use_on_swarming_builders": true
740 },
721 "test": "cast_unittests" 741 "test": "cast_unittests"
722 }, 742 },
723 { 743 {
724 "swarming": { 744 "swarming": {
725 "can_use_on_swarming_builders": true 745 "can_use_on_swarming_builders": true
726 }, 746 },
727 "test": "chromedriver_unittests" 747 "test": "chromedriver_unittests"
728 }, 748 },
729 { 749 {
730 "swarming": { 750 "swarming": {
(...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after
1575 "total_shards": 2 1595 "total_shards": 2
1576 } 1596 }
1577 ] 1597 ]
1578 }, 1598 },
1579 "Windows Unit (DrMemory full) (2)": { 1599 "Windows Unit (DrMemory full) (2)": {
1580 "gtest_tests": [ 1600 "gtest_tests": [
1581 { 1601 {
1582 "test": "base_unittests" 1602 "test": "base_unittests"
1583 }, 1603 },
1584 { 1604 {
1605 "test": "capture_unittests"
1606 },
1607 {
1585 "test": "media_unittests" 1608 "test": "media_unittests"
1586 }, 1609 },
1587 { 1610 {
1588 "test": "midi_unittests" 1611 "test": "midi_unittests"
1589 }, 1612 },
1590 { 1613 {
1591 "shard_index": 0, 1614 "shard_index": 0,
1592 "test": "unit_tests", 1615 "test": "unit_tests",
1593 "total_shards": 6 1616 "total_shards": 6
1594 }, 1617 },
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
1756 { 1779 {
1757 "test": "blink_heap_unittests" 1780 "test": "blink_heap_unittests"
1758 }, 1781 },
1759 { 1782 {
1760 "test": "blink_platform_unittests" 1783 "test": "blink_platform_unittests"
1761 }, 1784 },
1762 { 1785 {
1763 "test": "cacheinvalidation_unittests" 1786 "test": "cacheinvalidation_unittests"
1764 }, 1787 },
1765 { 1788 {
1789 "test": "capture_unittests"
1790 },
1791 {
1766 "test": "cast_unittests" 1792 "test": "cast_unittests"
1767 }, 1793 },
1768 { 1794 {
1769 "test": "cc_unittests" 1795 "test": "cc_unittests"
1770 }, 1796 },
1771 { 1797 {
1772 "test": "chrome_app_unittests" 1798 "test": "chrome_app_unittests"
1773 }, 1799 },
1774 { 1800 {
1775 "test": "chrome_elf_unittests" 1801 "test": "chrome_elf_unittests"
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1898 { 1924 {
1899 "test": "blink_heap_unittests" 1925 "test": "blink_heap_unittests"
1900 }, 1926 },
1901 { 1927 {
1902 "test": "blink_platform_unittests" 1928 "test": "blink_platform_unittests"
1903 }, 1929 },
1904 { 1930 {
1905 "test": "cacheinvalidation_unittests" 1931 "test": "cacheinvalidation_unittests"
1906 }, 1932 },
1907 { 1933 {
1934 "test": "capture_unittests"
1935 },
1936 {
1908 "test": "cast_unittests" 1937 "test": "cast_unittests"
1909 }, 1938 },
1910 { 1939 {
1911 "test": "cc_unittests" 1940 "test": "cc_unittests"
1912 }, 1941 },
1913 { 1942 {
1914 "test": "chrome_elf_unittests" 1943 "test": "chrome_elf_unittests"
1915 }, 1944 },
1916 { 1945 {
1917 "test": "chromedriver_unittests" 1946 "test": "chromedriver_unittests"
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
2008 }, 2037 },
2009 { 2038 {
2010 "test": "unit_tests" 2039 "test": "unit_tests"
2011 }, 2040 },
2012 { 2041 {
2013 "test": "url_unittests" 2042 "test": "url_unittests"
2014 } 2043 }
2015 ] 2044 ]
2016 } 2045 }
2017 } 2046 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.json ('k') | testing/buildbot/chromium.webrtc.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698