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

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

Issue 1934043002: quic: check for stream_factory_ to be non-null before all accesses. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « net/quic/quic_chromium_client_session.cc ('k') | 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 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 2257 matching lines...) Expand 10 before | Expand all | Expand 10 after
2268 "swarming": { 2268 "swarming": {
2269 "can_use_on_swarming_builders": true 2269 "can_use_on_swarming_builders": true
2270 }, 2270 },
2271 "test": "media_blink_unittests" 2271 "test": "media_blink_unittests"
2272 }, 2272 },
2273 { 2273 {
2274 "swarming": { 2274 "swarming": {
2275 "can_use_on_swarming_builders": true 2275 "can_use_on_swarming_builders": true
2276 }, 2276 },
2277 "test": "midi_unittests" 2277 "test": "midi_unittests"
2278 }, 2278 },
Nico 2016/05/01 01:24:15 do you want to add this to ClangToTLinuxUBSanVptr
2279 { 2279 {
2280 "swarming": { 2280 "swarming": {
2281 "can_use_on_swarming_builders": true 2281 "can_use_on_swarming_builders": true
2282 }, 2282 },
2283 "test": "ppapi_unittests" 2283 "test": "ppapi_unittests"
2284 }, 2284 },
2285 { 2285 {
2286 "swarming": { 2286 "swarming": {
2287 "can_use_on_swarming_builders": true 2287 "can_use_on_swarming_builders": true
2288 }, 2288 },
(...skipping 6327 matching lines...) Expand 10 before | Expand all | Expand 10 after
8616 { 8616 {
8617 "swarming": { 8617 "swarming": {
8618 "can_use_on_swarming_builders": true 8618 "can_use_on_swarming_builders": true
8619 }, 8619 },
8620 "test": "nacl_loader_unittests" 8620 "test": "nacl_loader_unittests"
8621 }, 8621 },
8622 { 8622 {
8623 "swarming": { 8623 "swarming": {
8624 "can_use_on_swarming_builders": true 8624 "can_use_on_swarming_builders": true
8625 }, 8625 },
8626 "test": "net_unittests"
8627 },
8628 {
8629 "swarming": {
8630 "can_use_on_swarming_builders": true
8631 },
8626 "test": "ppapi_unittests" 8632 "test": "ppapi_unittests"
8627 }, 8633 },
8628 { 8634 {
8629 "swarming": { 8635 "swarming": {
8630 "can_use_on_swarming_builders": true 8636 "can_use_on_swarming_builders": true
8631 }, 8637 },
8632 "test": "printing_unittests" 8638 "test": "printing_unittests"
8633 }, 8639 },
8634 { 8640 {
8635 "swarming": { 8641 "swarming": {
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
8932 }, 8938 },
8933 { 8939 {
8934 "swarming": { 8940 "swarming": {
8935 "can_use_on_swarming_builders": true 8941 "can_use_on_swarming_builders": true
8936 }, 8942 },
8937 "test": "views_unittests" 8943 "test": "views_unittests"
8938 } 8944 }
8939 ] 8945 ]
8940 } 8946 }
8941 } 8947 }
OLDNEW
« no previous file with comments | « net/quic/quic_chromium_client_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698