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.webkit.json

Issue 1481293002: Remove window_manager_unittests 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 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1160 { 1160 {
1161 "test": "views_unittests" 1161 "test": "views_unittests"
1162 }, 1162 },
1163 { 1163 {
1164 "swarming": { 1164 "swarming": {
1165 "can_use_on_swarming_builders": true 1165 "can_use_on_swarming_builders": true
1166 }, 1166 },
1167 "test": "webkit_unit_tests" 1167 "test": "webkit_unit_tests"
1168 }, 1168 },
1169 { 1169 {
1170 "test": "window_manager_unittests"
1171 },
1172 {
1173 "swarming": { 1170 "swarming": {
1174 "can_use_on_swarming_builders": true 1171 "can_use_on_swarming_builders": true
1175 }, 1172 },
1176 "test": "wm_unittests" 1173 "test": "wm_unittests"
1177 }, 1174 },
1178 { 1175 {
1179 "swarming": { 1176 "swarming": {
1180 "can_use_on_swarming_builders": true 1177 "can_use_on_swarming_builders": true
1181 }, 1178 },
1182 "test": "wtf_unittests" 1179 "test": "wtf_unittests"
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
1946 "name": "webkit_lint", 1943 "name": "webkit_lint",
1947 "script": "webkit_lint.py" 1944 "script": "webkit_lint.py"
1948 }, 1945 },
1949 { 1946 {
1950 "name": "webkit_python_tests", 1947 "name": "webkit_python_tests",
1951 "script": "webkit_python_tests.py" 1948 "script": "webkit_python_tests.py"
1952 } 1949 }
1953 ] 1950 ]
1954 } 1951 }
1955 } 1952 }
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