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

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: Rebase to ToT 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 "test": "leveldb_service_unittests"
774 },
Dirk Pranke 2016/03/21 22:55:06 why isn't this using swarming? We don't normally r
775 {
773 "test": "mash_unittests" 776 "test": "mash_unittests"
774 }, 777 },
775 { 778 {
776 "swarming": { 779 "swarming": {
777 "can_use_on_swarming_builders": true 780 "can_use_on_swarming_builders": true
778 }, 781 },
779 "test": "media_blink_unittests" 782 "test": "media_blink_unittests"
780 }, 783 },
781 { 784 {
782 "swarming": { 785 "swarming": {
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
1195 }, 1198 },
1196 "test": "ipc_tests" 1199 "test": "ipc_tests"
1197 }, 1200 },
1198 { 1201 {
1199 "swarming": { 1202 "swarming": {
1200 "can_use_on_swarming_builders": true 1203 "can_use_on_swarming_builders": true
1201 }, 1204 },
1202 "test": "jingle_unittests" 1205 "test": "jingle_unittests"
1203 }, 1206 },
1204 { 1207 {
1208 "test": "leveldb_service_unittests"
1209 },
1210 {
1205 "swarming": { 1211 "swarming": {
1206 "can_use_on_swarming_builders": true 1212 "can_use_on_swarming_builders": true
1207 }, 1213 },
1208 "test": "media_blink_unittests" 1214 "test": "media_blink_unittests"
1209 }, 1215 },
1210 { 1216 {
1211 "swarming": { 1217 "swarming": {
1212 "can_use_on_swarming_builders": true 1218 "can_use_on_swarming_builders": true
1213 }, 1219 },
1214 "test": "media_unittests" 1220 "test": "media_unittests"
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
1715 } 1721 }
1716 ], 1722 ],
1717 "scripts": [ 1723 "scripts": [
1718 { 1724 {
1719 "name": "nacl_integration", 1725 "name": "nacl_integration",
1720 "script": "nacl_integration.py" 1726 "script": "nacl_integration.py"
1721 } 1727 }
1722 ] 1728 ]
1723 } 1729 }
1724 } 1730 }
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