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

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

Issue 2600233002: Remove the PlzNavigate browser_tests filter as all tests are now passing. (Closed)
Patch Set: fix Created 3 years, 11 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 | testing/buildbot/chromium.linux.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 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 1676 matching lines...) Expand 10 before | Expand all | Expand 10 after
1687 }, 1687 },
1688 "test": "sandbox_linux_unittests" 1688 "test": "sandbox_linux_unittests"
1689 } 1689 }
1690 ] 1690 ]
1691 }, 1691 },
1692 "Browser Side Navigation Linux": { 1692 "Browser Side Navigation Linux": {
1693 "gtest_tests": [ 1693 "gtest_tests": [
1694 { 1694 {
1695 "args": [ 1695 "args": [
1696 "--enable-browser-side-navigation", 1696 "--enable-browser-side-navigation",
1697 "--test-launcher-filter-file=../../testing/buildbot/filters/browser-si de-navigation.linux.browser_tests.filter",
1698 "--test-launcher-retry-limit=6" 1697 "--test-launcher-retry-limit=6"
1699 ], 1698 ],
1700 "swarming": { 1699 "swarming": {
1701 "can_use_on_swarming_builders": true, 1700 "can_use_on_swarming_builders": true,
1702 "shards": 5 1701 "shards": 5
1703 }, 1702 },
1704 "test": "browser_tests" 1703 "test": "browser_tests"
1705 }, 1704 },
1706 { 1705 {
1707 "args": [ 1706 "args": [
(...skipping 20 matching lines...) Expand all
1728 ], 1727 ],
1729 "swarming": { 1728 "swarming": {
1730 "can_use_on_swarming_builders": true 1729 "can_use_on_swarming_builders": true
1731 }, 1730 },
1732 "test": "unit_tests" 1731 "test": "unit_tests"
1733 } 1732 }
1734 ], 1733 ],
1735 "scripts": [ 1734 "scripts": [
1736 { 1735 {
1737 "args": [ 1736 "args": [
1738 "browser_tests",
1739 "../../testing/buildbot/filters/browser-side-navigation.linux.browser_ tests.filter"
1740 ],
1741 "name": "count_filtered_tests_browser_tests",
1742 "script": "count_filtered_tests.py"
1743 },
1744 {
1745 "args": [
1746 "content_browsertests", 1737 "content_browsertests",
1747 "../../testing/buildbot/filters/browser-side-navigation.linux.content_ browsertests.filter" 1738 "../../testing/buildbot/filters/browser-side-navigation.linux.content_ browsertests.filter"
1748 ], 1739 ],
1749 "name": "count_filtered_tests_content_browsertests", 1740 "name": "count_filtered_tests_content_browsertests",
1750 "script": "count_filtered_tests.py" 1741 "script": "count_filtered_tests.py"
1751 } 1742 }
1752 ] 1743 ]
1753 }, 1744 },
1754 "CFI Linux": { 1745 "CFI Linux": {
1755 "gtest_tests": [ 1746 "gtest_tests": [
(...skipping 12506 matching lines...) Expand 10 before | Expand all | Expand 10 after
14262 }, 14253 },
14263 { 14254 {
14264 "swarming": { 14255 "swarming": {
14265 "can_use_on_swarming_builders": true 14256 "can_use_on_swarming_builders": true
14266 }, 14257 },
14267 "test": "views_unittests" 14258 "test": "views_unittests"
14268 } 14259 }
14269 ] 14260 ]
14270 } 14261 }
14271 } 14262 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698