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

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

Issue 1495553003: CFI buildbot: remove a test not supported by GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 Cloud Tests": { 2 "Android Cloud Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "android_webview_unittests" 5 "test": "android_webview_unittests"
6 }, 6 },
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 }, 9 },
10 { 10 {
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 { 430 {
431 "test": "mojo_public_system_unittests" 431 "test": "mojo_public_system_unittests"
432 }, 432 },
433 { 433 {
434 "test": "mojo_public_utility_unittests" 434 "test": "mojo_public_utility_unittests"
435 }, 435 },
436 { 436 {
437 "test": "mojo_system_unittests" 437 "test": "mojo_system_unittests"
438 }, 438 },
439 { 439 {
440 "test": "nacl_helper_nonsfi_unittests"
441 },
442 {
443 "swarming": { 440 "swarming": {
444 "can_use_on_swarming_builders": true 441 "can_use_on_swarming_builders": true
445 }, 442 },
446 "test": "nacl_loader_unittests" 443 "test": "nacl_loader_unittests"
447 }, 444 },
448 { 445 {
449 "swarming": { 446 "swarming": {
450 "can_use_on_swarming_builders": true 447 "can_use_on_swarming_builders": true
451 }, 448 },
452 "test": "net_unittests" 449 "test": "net_unittests"
(...skipping 5303 matching lines...) Expand 10 before | Expand all | Expand 10 after
5756 { 5753 {
5757 "args": [ 5754 "args": [
5758 "--site-per-process", 5755 "--site-per-process",
5759 "--gtest_filter=-CaptivePortalTabHelperTest.HttpsSubframe*" 5756 "--gtest_filter=-CaptivePortalTabHelperTest.HttpsSubframe*"
5760 ], 5757 ],
5761 "test": "unit_tests" 5758 "test": "unit_tests"
5762 } 5759 }
5763 ] 5760 ]
5764 } 5761 }
5765 } 5762 }
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