| Index: testing/buildbot/chromium.webkit.json
|
| diff --git a/testing/buildbot/chromium.webkit.json b/testing/buildbot/chromium.webkit.json
|
| index de06868626192e50c147f631a222c92014be63f0..081bbde21a28f560409b5c3778d1584af1a856c1 100644
|
| --- a/testing/buildbot/chromium.webkit.json
|
| +++ b/testing/buildbot/chromium.webkit.json
|
| @@ -17,6 +17,42 @@
|
| }
|
| ]
|
| },
|
| + "WebKit Linux 32": {
|
| + "gtest_tests": [
|
| + "blink_heap_unittests",
|
| + "blink_platform_unittests",
|
| + "webkit_unit_tests",
|
| + "wtf_unittests"
|
| + ],
|
| + "scripts": [
|
| + {
|
| + "name": "webkit_lint",
|
| + "script": "webkit_lint.py"
|
| + },
|
| + {
|
| + "name": "webkit_python_tests",
|
| + "script": "webkit_python_tests.py"
|
| + }
|
| + ]
|
| + },
|
| + "WebKit Linux (dbg)": {
|
| + "gtest_tests": [
|
| + "blink_heap_unittests",
|
| + "blink_platform_unittests",
|
| + "webkit_unit_tests",
|
| + "wtf_unittests"
|
| + ],
|
| + "scripts": [
|
| + {
|
| + "name": "webkit_lint",
|
| + "script": "webkit_lint.py"
|
| + },
|
| + {
|
| + "name": "webkit_python_tests",
|
| + "script": "webkit_python_tests.py"
|
| + }
|
| + ]
|
| + },
|
| "Linux ChromiumOS Tests (1)": {
|
| "gtest_tests": [
|
| "accessibility_unittests",
|
|
|