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

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

Issue 2455223002: Fix LayoutTableSectionTest test cases which called a method on nil. (Closed)
Patch Set: Add net_unittests on UBSanVptr ToT bot 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 | « no previous file | third_party/WebKit/Source/core/layout/LayoutTableSectionTest.cpp » ('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 4101 matching lines...) Expand 10 before | Expand all | Expand 10 after
4112 { 4112 {
4113 "swarming": { 4113 "swarming": {
4114 "can_use_on_swarming_builders": true 4114 "can_use_on_swarming_builders": true
4115 }, 4115 },
4116 "test": "midi_unittests" 4116 "test": "midi_unittests"
4117 }, 4117 },
4118 { 4118 {
4119 "swarming": { 4119 "swarming": {
4120 "can_use_on_swarming_builders": true 4120 "can_use_on_swarming_builders": true
4121 }, 4121 },
4122 "test": "net_unittests"
Dirk Pranke 2016/10/27 22:40:59 Are you intentionally adding net_unittests in this
krasin1 2016/10/27 23:51:29 Replied out of line. TL;DR: yes, intentionally; d
4123 },
4124 {
4125 "swarming": {
4126 "can_use_on_swarming_builders": true
4127 },
4122 "test": "ppapi_unittests" 4128 "test": "ppapi_unittests"
4123 }, 4129 },
4124 { 4130 {
4125 "swarming": { 4131 "swarming": {
4126 "can_use_on_swarming_builders": true 4132 "can_use_on_swarming_builders": true
4127 }, 4133 },
4128 "test": "printing_unittests" 4134 "test": "printing_unittests"
4129 }, 4135 },
4130 { 4136 {
4131 "swarming": { 4137 "swarming": {
(...skipping 23 matching lines...) Expand all
4155 "swarming": { 4161 "swarming": {
4156 "can_use_on_swarming_builders": true 4162 "can_use_on_swarming_builders": true
4157 }, 4163 },
4158 "test": "ui_base_unittests" 4164 "test": "ui_base_unittests"
4159 }, 4165 },
4160 { 4166 {
4161 "swarming": { 4167 "swarming": {
4162 "can_use_on_swarming_builders": true 4168 "can_use_on_swarming_builders": true
4163 }, 4169 },
4164 "test": "url_unittests" 4170 "test": "url_unittests"
4171 },
4172 {
4173 "swarming": {
4174 "can_use_on_swarming_builders": true
4175 },
4176 "test": "webkit_unit_tests"
4165 } 4177 }
4166 ] 4178 ]
4167 }, 4179 },
4168 "ClangToTMac tester": { 4180 "ClangToTMac tester": {
4169 "gtest_tests": [ 4181 "gtest_tests": [
4170 { 4182 {
4171 "swarming": { 4183 "swarming": {
4172 "can_use_on_swarming_builders": true 4184 "can_use_on_swarming_builders": true
4173 }, 4185 },
4174 "test": "accessibility_unittests" 4186 "test": "accessibility_unittests"
(...skipping 8012 matching lines...) Expand 10 before | Expand all | Expand 10 after
12187 { 12199 {
12188 "swarming": { 12200 "swarming": {
12189 "can_use_on_swarming_builders": true 12201 "can_use_on_swarming_builders": true
12190 }, 12202 },
12191 "test": "views_unittests" 12203 "test": "views_unittests"
12192 }, 12204 },
12193 { 12205 {
12194 "swarming": { 12206 "swarming": {
12195 "can_use_on_swarming_builders": true 12207 "can_use_on_swarming_builders": true
12196 }, 12208 },
12209 "test": "webkit_unit_tests"
12210 },
12211 {
12212 "swarming": {
12213 "can_use_on_swarming_builders": true
12214 },
12197 "test": "wm_unittests" 12215 "test": "wm_unittests"
12198 }, 12216 },
12199 { 12217 {
12200 "swarming": { 12218 "swarming": {
12201 "can_use_on_swarming_builders": true 12219 "can_use_on_swarming_builders": true
12202 }, 12220 },
12203 "test": "wtf_unittests" 12221 "test": "wtf_unittests"
12204 } 12222 }
12205 ] 12223 ]
12206 }, 12224 },
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
12425 }, 12443 },
12426 { 12444 {
12427 "swarming": { 12445 "swarming": {
12428 "can_use_on_swarming_builders": true 12446 "can_use_on_swarming_builders": true
12429 }, 12447 },
12430 "test": "views_unittests" 12448 "test": "views_unittests"
12431 } 12449 }
12432 ] 12450 ]
12433 } 12451 }
12434 } 12452 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutTableSectionTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698