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

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

Issue 1876203003: Remove blimp_unittests from list of tests for "CFI Linux ToT" bot. (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 778 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 { 789 {
790 "swarming": { 790 "swarming": {
791 "can_use_on_swarming_builders": true 791 "can_use_on_swarming_builders": true
792 }, 792 },
793 "test": "base_unittests" 793 "test": "base_unittests"
794 }, 794 },
795 { 795 {
796 "swarming": { 796 "swarming": {
797 "can_use_on_swarming_builders": true 797 "can_use_on_swarming_builders": true
798 }, 798 },
799 "test": "blimp_unittests"
800 },
801 {
802 "swarming": {
803 "can_use_on_swarming_builders": true
804 },
805 "test": "blink_heap_unittests" 799 "test": "blink_heap_unittests"
806 }, 800 },
807 { 801 {
808 "swarming": { 802 "swarming": {
809 "can_use_on_swarming_builders": true 803 "can_use_on_swarming_builders": true
810 }, 804 },
811 "test": "blink_platform_unittests" 805 "test": "blink_platform_unittests"
812 }, 806 },
813 { 807 {
814 "args": [ 808 "args": [
(...skipping 7561 matching lines...) Expand 10 before | Expand all | Expand 10 after
8376 }, 8370 },
8377 { 8371 {
8378 "args": [ 8372 "args": [
8379 "--isolate-extensions" 8373 "--isolate-extensions"
8380 ], 8374 ],
8381 "test": "unit_tests" 8375 "test": "unit_tests"
8382 } 8376 }
8383 ] 8377 ]
8384 } 8378 }
8385 } 8379 }
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