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

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

Issue 1771393002: Convert mus apptests to shelltests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/chromium.mojo.json » ('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 824 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 { 835 {
836 "test": "mojo_system_unittests" 836 "test": "mojo_system_unittests"
837 }, 837 },
838 { 838 {
839 "test": "mojo_view_manager_lib_unittests" 839 "test": "mojo_view_manager_lib_unittests"
840 }, 840 },
841 { 841 {
842 "swarming": { 842 "swarming": {
843 "can_use_on_swarming_builders": true 843 "can_use_on_swarming_builders": true
844 }, 844 },
845 "test": "mus_ws_unittests"
846 },
847 {
848 "swarming": {
849 "can_use_on_swarming_builders": true
850 },
845 "test": "nacl_loader_unittests" 851 "test": "nacl_loader_unittests"
846 }, 852 },
847 { 853 {
848 "swarming": { 854 "swarming": {
849 "can_use_on_swarming_builders": true 855 "can_use_on_swarming_builders": true
850 }, 856 },
851 "test": "net_unittests" 857 "test": "net_unittests"
852 }, 858 },
853 { 859 {
854 "swarming": { 860 "swarming": {
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 }, 931 },
926 "test": "url_unittests" 932 "test": "url_unittests"
927 }, 933 },
928 { 934 {
929 "swarming": { 935 "swarming": {
930 "can_use_on_swarming_builders": true 936 "can_use_on_swarming_builders": true
931 }, 937 },
932 "test": "views_unittests" 938 "test": "views_unittests"
933 }, 939 },
934 { 940 {
935 "test": "window_manager_unittests"
936 },
937 {
938 "swarming": { 941 "swarming": {
939 "can_use_on_swarming_builders": true 942 "can_use_on_swarming_builders": true
940 }, 943 },
941 "test": "wm_unittests" 944 "test": "wm_unittests"
942 } 945 }
943 ], 946 ],
944 "isolated_scripts": [ 947 "isolated_scripts": [
945 { 948 {
946 "isolate_name": "telemetry_gpu_unittests", 949 "isolate_name": "telemetry_gpu_unittests",
947 "name": "telemetry_gpu_unittests", 950 "name": "telemetry_gpu_unittests",
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
1234 }, 1237 },
1235 "test": "mojo_public_utility_unittests" 1238 "test": "mojo_public_utility_unittests"
1236 }, 1239 },
1237 { 1240 {
1238 "test": "mojo_system_unittests" 1241 "test": "mojo_system_unittests"
1239 }, 1242 },
1240 { 1243 {
1241 "swarming": { 1244 "swarming": {
1242 "can_use_on_swarming_builders": true 1245 "can_use_on_swarming_builders": true
1243 }, 1246 },
1247 "test": "mus_ws_unittests"
1248 },
1249 {
1250 "swarming": {
1251 "can_use_on_swarming_builders": true
1252 },
1244 "test": "nacl_loader_unittests" 1253 "test": "nacl_loader_unittests"
1245 }, 1254 },
1246 { 1255 {
1247 "swarming": { 1256 "swarming": {
1248 "can_use_on_swarming_builders": true 1257 "can_use_on_swarming_builders": true
1249 }, 1258 },
1250 "test": "net_unittests" 1259 "test": "net_unittests"
1251 }, 1260 },
1252 { 1261 {
1253 "swarming": { 1262 "swarming": {
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
1712 } 1721 }
1713 ], 1722 ],
1714 "scripts": [ 1723 "scripts": [
1715 { 1724 {
1716 "name": "nacl_integration", 1725 "name": "nacl_integration",
1717 "script": "nacl_integration.py" 1726 "script": "nacl_integration.py"
1718 } 1727 }
1719 ] 1728 ]
1720 } 1729 }
1721 } 1730 }
OLDNEW
« no previous file with comments | « mojo/tools/data/apptests ('k') | testing/buildbot/chromium.mojo.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698