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

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

Issue 1812263004: Convert leveldb_apptests to unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove output_name Created 4 years, 9 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 | « mojo/tools/data/apptests ('k') | testing/buildbot/gn_isolate_map.pyl » ('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 GN": { 2 "Android GN": {
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 752 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 }, 763 },
764 "test": "ipc_tests" 764 "test": "ipc_tests"
765 }, 765 },
766 { 766 {
767 "swarming": { 767 "swarming": {
768 "can_use_on_swarming_builders": true 768 "can_use_on_swarming_builders": true
769 }, 769 },
770 "test": "jingle_unittests" 770 "test": "jingle_unittests"
771 }, 771 },
772 { 772 {
773 "swarming": {
774 "can_use_on_swarming_builders": true
775 },
776 "test": "leveldb_service_unittests"
777 },
778 {
773 "test": "mash_unittests" 779 "test": "mash_unittests"
774 }, 780 },
775 { 781 {
776 "swarming": { 782 "swarming": {
777 "can_use_on_swarming_builders": true 783 "can_use_on_swarming_builders": true
778 }, 784 },
779 "test": "media_blink_unittests" 785 "test": "media_blink_unittests"
780 }, 786 },
781 { 787 {
782 "swarming": { 788 "swarming": {
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
1198 { 1204 {
1199 "swarming": { 1205 "swarming": {
1200 "can_use_on_swarming_builders": true 1206 "can_use_on_swarming_builders": true
1201 }, 1207 },
1202 "test": "jingle_unittests" 1208 "test": "jingle_unittests"
1203 }, 1209 },
1204 { 1210 {
1205 "swarming": { 1211 "swarming": {
1206 "can_use_on_swarming_builders": true 1212 "can_use_on_swarming_builders": true
1207 }, 1213 },
1214 "test": "leveldb_service_unittests"
1215 },
1216 {
1217 "swarming": {
1218 "can_use_on_swarming_builders": true
1219 },
1208 "test": "media_blink_unittests" 1220 "test": "media_blink_unittests"
1209 }, 1221 },
1210 { 1222 {
1211 "swarming": { 1223 "swarming": {
1212 "can_use_on_swarming_builders": true 1224 "can_use_on_swarming_builders": true
1213 }, 1225 },
1214 "test": "media_unittests" 1226 "test": "media_unittests"
1215 }, 1227 },
1216 { 1228 {
1217 "swarming": { 1229 "swarming": {
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
1715 } 1727 }
1716 ], 1728 ],
1717 "scripts": [ 1729 "scripts": [
1718 { 1730 {
1719 "name": "nacl_integration", 1731 "name": "nacl_integration",
1720 "script": "nacl_integration.py" 1732 "script": "nacl_integration.py"
1721 } 1733 }
1722 ] 1734 ]
1723 } 1735 }
1724 } 1736 }
OLDNEW
« no previous file with comments | « mojo/tools/data/apptests ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698