summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/chromium.webkit.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.webkit.json b/testing/buildbot/chromium.webkit.json
index b1f2530..4e8a96c 100644
--- a/testing/buildbot/chromium.webkit.json
+++ b/testing/buildbot/chromium.webkit.json
@@ -836,6 +836,32 @@
}
]
},
+ "WebKit Linux Trusty": {
+ "gtest_tests": [
+ {
+ "test": "blink_heap_unittests"
+ },
+ {
+ "test": "blink_platform_unittests"
+ },
+ {
+ "test": "webkit_unit_tests"
+ },
+ {
+ "test": "wtf_unittests"
+ }
+ ],
+ "scripts": [
+ {
+ "name": "webkit_lint",
+ "script": "webkit_lint.py"
+ },
+ {
+ "name": "webkit_python_tests",
+ "script": "webkit_python_tests.py"
+ }
+ ]
+ },
"WebKit Mac Oilpan": {
"gtest_tests": [
{