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

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

Issue 1895513003: Disable WebRtcBrowserTest.CanForwardRemoteStream on 'CFI Linux' buildbot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | 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 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 }, 490 },
491 "test": "components_unittests" 491 "test": "components_unittests"
492 }, 492 },
493 { 493 {
494 "swarming": { 494 "swarming": {
495 "can_use_on_swarming_builders": true 495 "can_use_on_swarming_builders": true
496 }, 496 },
497 "test": "compositor_unittests" 497 "test": "compositor_unittests"
498 }, 498 },
499 { 499 {
500 "args": [
501 "--gtest_filter=-WebRtcBrowserTest.CanForwardRemoteStream"
502 ],
500 "swarming": { 503 "swarming": {
501 "can_use_on_swarming_builders": true 504 "can_use_on_swarming_builders": true
502 }, 505 },
503 "test": "content_browsertests" 506 "test": "content_browsertests"
504 }, 507 },
505 { 508 {
506 "swarming": { 509 "swarming": {
507 "can_use_on_swarming_builders": true 510 "can_use_on_swarming_builders": true
508 }, 511 },
509 "test": "content_unittests" 512 "test": "content_unittests"
(...skipping 7873 matching lines...) Expand 10 before | Expand all | Expand 10 after
8383 }, 8386 },
8384 { 8387 {
8385 "args": [ 8388 "args": [
8386 "--isolate-extensions" 8389 "--isolate-extensions"
8387 ], 8390 ],
8388 "test": "unit_tests" 8391 "test": "unit_tests"
8389 } 8392 }
8390 ] 8393 ]
8391 } 8394 }
8392 } 8395 }
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