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

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

Issue 1481323002: Remove mojo unit tests from WebKit Linux Oilpan bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after
998 }, 998 },
999 "test": "gpu_unittests" 999 "test": "gpu_unittests"
1000 }, 1000 },
1001 { 1001 {
1002 "swarming": { 1002 "swarming": {
1003 "can_use_on_swarming_builders": true 1003 "can_use_on_swarming_builders": true
1004 }, 1004 },
1005 "test": "interactive_ui_tests" 1005 "test": "interactive_ui_tests"
1006 }, 1006 },
1007 { 1007 {
1008 "test": "ipc_mojo_unittests"
1009 },
1010 {
1011 "swarming": { 1008 "swarming": {
1012 "can_use_on_swarming_builders": true 1009 "can_use_on_swarming_builders": true
1013 }, 1010 },
1014 "test": "ipc_tests" 1011 "test": "ipc_tests"
1015 }, 1012 },
1016 { 1013 {
1017 "swarming": { 1014 "swarming": {
1018 "can_use_on_swarming_builders": true 1015 "can_use_on_swarming_builders": true
1019 }, 1016 },
1020 "test": "jingle_unittests" 1017 "test": "jingle_unittests"
(...skipping 13 matching lines...) Expand all
1034 { 1031 {
1035 "swarming": { 1032 "swarming": {
1036 "can_use_on_swarming_builders": true 1033 "can_use_on_swarming_builders": true
1037 }, 1034 },
1038 "test": "midi_unittests" 1035 "test": "midi_unittests"
1039 }, 1036 },
1040 { 1037 {
1041 "swarming": { 1038 "swarming": {
1042 "can_use_on_swarming_builders": true 1039 "can_use_on_swarming_builders": true
1043 }, 1040 },
1044 "test": "mojo_common_unittests"
1045 },
1046 {
1047 "test": "mojo_public_application_unittests"
1048 },
1049 {
1050 "swarming": {
1051 "can_use_on_swarming_builders": true
1052 },
1053 "test": "mojo_public_bindings_unittests"
1054 },
1055 {
1056 "swarming": {
1057 "can_use_on_swarming_builders": true
1058 },
1059 "test": "mojo_public_environment_unittests"
1060 },
1061 {
1062 "swarming": {
1063 "can_use_on_swarming_builders": true
1064 },
1065 "test": "mojo_public_system_unittests"
1066 },
1067 {
1068 "swarming": {
1069 "can_use_on_swarming_builders": true
1070 },
1071 "test": "mojo_public_utility_unittests"
1072 },
1073 {
1074 "test": "mojo_shell_unittests"
1075 },
1076 {
1077 "test": "mojo_system_unittests"
1078 },
1079 {
1080 "swarming": {
1081 "can_use_on_swarming_builders": true
1082 },
1083 "test": "nacl_loader_unittests" 1041 "test": "nacl_loader_unittests"
1084 }, 1042 },
1085 { 1043 {
1086 "swarming": { 1044 "swarming": {
1087 "can_use_on_swarming_builders": true 1045 "can_use_on_swarming_builders": true
1088 }, 1046 },
1089 "test": "net_unittests" 1047 "test": "net_unittests"
1090 }, 1048 },
1091 { 1049 {
1092 "test": "ppapi_unittests" 1050 "test": "ppapi_unittests"
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
1943 "name": "webkit_lint", 1901 "name": "webkit_lint",
1944 "script": "webkit_lint.py" 1902 "script": "webkit_lint.py"
1945 }, 1903 },
1946 { 1904 {
1947 "name": "webkit_python_tests", 1905 "name": "webkit_python_tests",
1948 "script": "webkit_python_tests.py" 1906 "script": "webkit_python_tests.py"
1949 } 1907 }
1950 ] 1908 ]
1951 } 1909 }
1952 } 1910 }
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