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

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

Issue 2478583005: Browser tests for starting a drag-and-drop out of an OOPIF. (Closed)
Patch Set: Rebasing... Created 4 years, 1 month 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 | « content/test/test_frame_navigation_observer.cc ('k') | testing/buildbot/filters/BUILD.gn » ('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 12064 matching lines...) Expand 10 before | Expand all | Expand 10 after
12075 "args": [ 12075 "args": [
12076 "--site-per-process" 12076 "--site-per-process"
12077 ], 12077 ],
12078 "swarming": { 12078 "swarming": {
12079 "can_use_on_swarming_builders": true 12079 "can_use_on_swarming_builders": true
12080 }, 12080 },
12081 "test": "extensions_unittests" 12081 "test": "extensions_unittests"
12082 }, 12082 },
12083 { 12083 {
12084 "args": [ 12084 "args": [
12085 "--site-per-process" 12085 "--site-per-process",
12086 "--test-launcher-filter-file=../../testing/buildbot/filters/site-per-p rocess.interactive_ui_tests.filter"
12086 ], 12087 ],
12087 "swarming": { 12088 "swarming": {
12088 "can_use_on_swarming_builders": true 12089 "can_use_on_swarming_builders": true
12089 }, 12090 },
12090 "test": "interactive_ui_tests" 12091 "test": "interactive_ui_tests"
12091 }, 12092 },
12092 { 12093 {
12093 "args": [ 12094 "args": [
12094 "--site-per-process" 12095 "--site-per-process"
12095 ], 12096 ],
(...skipping 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after
13188 }, 13189 },
13189 { 13190 {
13190 "swarming": { 13191 "swarming": {
13191 "can_use_on_swarming_builders": true 13192 "can_use_on_swarming_builders": true
13192 }, 13193 },
13193 "test": "views_unittests" 13194 "test": "views_unittests"
13194 } 13195 }
13195 ] 13196 ]
13196 } 13197 }
13197 } 13198 }
OLDNEW
« no previous file with comments | « content/test/test_frame_navigation_observer.cc ('k') | testing/buildbot/filters/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698