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

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

Issue 972673002: Run gtest tests on recipe "WebKit Linux" builder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « 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 "WebKit Linux": { 2 "WebKit Linux": {
3 "gtest_tests": [
4 "blink_heap_unittests",
5 "blink_platform_unittests",
6 "webkit_unit_tests",
7 "wtf_unittests"
8 ],
3 "scripts": [ 9 "scripts": [
4 { 10 {
5 "name": "webkit_lint", 11 "name": "webkit_lint",
6 "script": "webkit_lint.py" 12 "script": "webkit_lint.py"
7 }, 13 },
8 { 14 {
9 "name": "webkit_python_tests", 15 "name": "webkit_python_tests",
10 "script": "webkit_python_tests.py" 16 "script": "webkit_python_tests.py"
11 } 17 }
12 ] 18 ]
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 }, 223 },
218 "Linux ChromiumOS Tests (dbg)(2)": { 224 "Linux ChromiumOS Tests (dbg)(2)": {
219 "gtest_tests": [ 225 "gtest_tests": [
220 ] 226 ]
221 }, 227 },
222 "Linux ChromiumOS Tests (dbg)(3)": { 228 "Linux ChromiumOS Tests (dbg)(3)": {
223 "gtest_tests": [ 229 "gtest_tests": [
224 ] 230 ]
225 } 231 }
226 } 232 }
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