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

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

Issue 1814983002: Convert filesystem_apptests to shelltests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Also delete references to the old apptests 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 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 }, 706 },
707 "test": "extensions_browsertests" 707 "test": "extensions_browsertests"
708 }, 708 },
709 { 709 {
710 "swarming": { 710 "swarming": {
711 "can_use_on_swarming_builders": true 711 "can_use_on_swarming_builders": true
712 }, 712 },
713 "test": "extensions_unittests" 713 "test": "extensions_unittests"
714 }, 714 },
715 { 715 {
716 "test": "filesystem_service_unittests"
717 },
718 {
716 "swarming": { 719 "swarming": {
717 "can_use_on_swarming_builders": true 720 "can_use_on_swarming_builders": true
718 }, 721 },
719 "test": "gcm_unit_tests" 722 "test": "gcm_unit_tests"
720 }, 723 },
721 { 724 {
722 "swarming": { 725 "swarming": {
723 "can_use_on_swarming_builders": true 726 "can_use_on_swarming_builders": true
724 }, 727 },
725 "test": "gfx_unittests" 728 "test": "gfx_unittests"
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
1140 }, 1143 },
1141 "test": "extensions_browsertests" 1144 "test": "extensions_browsertests"
1142 }, 1145 },
1143 { 1146 {
1144 "swarming": { 1147 "swarming": {
1145 "can_use_on_swarming_builders": true 1148 "can_use_on_swarming_builders": true
1146 }, 1149 },
1147 "test": "extensions_unittests" 1150 "test": "extensions_unittests"
1148 }, 1151 },
1149 { 1152 {
1153 "test": "filesystem_service_unittests"
1154 },
1155 {
1150 "swarming": { 1156 "swarming": {
1151 "can_use_on_swarming_builders": true 1157 "can_use_on_swarming_builders": true
1152 }, 1158 },
1153 "test": "gcm_unit_tests" 1159 "test": "gcm_unit_tests"
1154 }, 1160 },
1155 { 1161 {
1156 "swarming": { 1162 "swarming": {
1157 "can_use_on_swarming_builders": true 1163 "can_use_on_swarming_builders": true
1158 }, 1164 },
1159 "test": "gfx_unittests" 1165 "test": "gfx_unittests"
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
1712 } 1718 }
1713 ], 1719 ],
1714 "scripts": [ 1720 "scripts": [
1715 { 1721 {
1716 "name": "nacl_integration", 1722 "name": "nacl_integration",
1717 "script": "nacl_integration.py" 1723 "script": "nacl_integration.py"
1718 } 1724 }
1719 ] 1725 ]
1720 } 1726 }
1721 } 1727 }
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