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

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

Issue 2578423005: Remove no longer necessary filter for browser_tests + CFI. (Closed)
Patch Set: Created 4 years 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 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 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1795 }, 1795 },
1796 "test": "blink_heap_unittests" 1796 "test": "blink_heap_unittests"
1797 }, 1797 },
1798 { 1798 {
1799 "swarming": { 1799 "swarming": {
1800 "can_use_on_swarming_builders": true 1800 "can_use_on_swarming_builders": true
1801 }, 1801 },
1802 "test": "blink_platform_unittests" 1802 "test": "blink_platform_unittests"
1803 }, 1803 },
1804 { 1804 {
1805 "args": [
1806 "--gtest_filter=-SaveType/SavePageMultiFrameBrowserTest.ObjectElements /0"
1807 ],
1808 "swarming": { 1805 "swarming": {
1809 "can_use_on_swarming_builders": true, 1806 "can_use_on_swarming_builders": true,
1810 "shards": 10 1807 "shards": 10
1811 }, 1808 },
1812 "test": "browser_tests" 1809 "test": "browser_tests"
1813 }, 1810 },
1814 { 1811 {
1815 "swarming": { 1812 "swarming": {
1816 "can_use_on_swarming_builders": true 1813 "can_use_on_swarming_builders": true
1817 }, 1814 },
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
2558 }, 2555 },
2559 "test": "blink_heap_unittests" 2556 "test": "blink_heap_unittests"
2560 }, 2557 },
2561 { 2558 {
2562 "swarming": { 2559 "swarming": {
2563 "can_use_on_swarming_builders": true 2560 "can_use_on_swarming_builders": true
2564 }, 2561 },
2565 "test": "blink_platform_unittests" 2562 "test": "blink_platform_unittests"
2566 }, 2563 },
2567 { 2564 {
2568 "args": [
2569 "--gtest_filter=-SaveType/SavePageMultiFrameBrowserTest.ObjectElements /0"
2570 ],
2571 "swarming": { 2565 "swarming": {
2572 "can_use_on_swarming_builders": true, 2566 "can_use_on_swarming_builders": true,
2573 "shards": 10 2567 "shards": 10
2574 }, 2568 },
2575 "test": "browser_tests" 2569 "test": "browser_tests"
2576 }, 2570 },
2577 { 2571 {
2578 "swarming": { 2572 "swarming": {
2579 "can_use_on_swarming_builders": true 2573 "can_use_on_swarming_builders": true
2580 }, 2574 },
(...skipping 11687 matching lines...) Expand 10 before | Expand all | Expand 10 after
14268 }, 14262 },
14269 { 14263 {
14270 "swarming": { 14264 "swarming": {
14271 "can_use_on_swarming_builders": true 14265 "can_use_on_swarming_builders": true
14272 }, 14266 },
14273 "test": "views_unittests" 14267 "test": "views_unittests"
14274 } 14268 }
14275 ] 14269 ]
14276 } 14270 }
14277 } 14271 }
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