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

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

Issue 1840233003: Don't list display_unittests twice for ClangToTLinuxUBSanVptr tester (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | no next file » | 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 Cloud Tests": { 2 "Android Cloud Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "android_webview_unittests" 5 "test": "android_webview_unittests"
6 }, 6 },
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 }, 9 },
10 { 10 {
(...skipping 1753 matching lines...) Expand 10 before | Expand all | Expand 10 after
1764 { 1764 {
1765 "swarming": { 1765 "swarming": {
1766 "can_use_on_swarming_builders": true 1766 "can_use_on_swarming_builders": true
1767 }, 1767 },
1768 "test": "display_unittests" 1768 "test": "display_unittests"
1769 }, 1769 },
1770 { 1770 {
1771 "swarming": { 1771 "swarming": {
1772 "can_use_on_swarming_builders": true 1772 "can_use_on_swarming_builders": true
1773 }, 1773 },
1774 "test": "display_unittests"
1775 },
1776 {
1777 "swarming": {
1778 "can_use_on_swarming_builders": true
1779 },
1780 "test": "extensions_browsertests" 1774 "test": "extensions_browsertests"
1781 }, 1775 },
1782 { 1776 {
1783 "swarming": { 1777 "swarming": {
1784 "can_use_on_swarming_builders": true 1778 "can_use_on_swarming_builders": true
1785 }, 1779 },
1786 "test": "gcm_unit_tests" 1780 "test": "gcm_unit_tests"
1787 }, 1781 },
1788 { 1782 {
1789 "swarming": { 1783 "swarming": {
(...skipping 6061 matching lines...) Expand 10 before | Expand all | Expand 10 after
7851 }, 7845 },
7852 { 7846 {
7853 "args": [ 7847 "args": [
7854 "--isolate-extensions" 7848 "--isolate-extensions"
7855 ], 7849 ],
7856 "test": "unit_tests" 7850 "test": "unit_tests"
7857 } 7851 }
7858 ] 7852 ]
7859 } 7853 }
7860 } 7854 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698