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

Unified Diff: testing/buildbot/chromium.webkit.json

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fixed bad android build patch 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/buildbot/chromium.perf.json ('k') | testing/buildbot/trybot_analyze_config.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.webkit.json
diff --git a/testing/buildbot/chromium.webkit.json b/testing/buildbot/chromium.webkit.json
index ae8f0b486f6c12554ac1a0fa94a09a100c1d8c87..9933e3b05a21885d9d5c73f374fa13b66e3aa237 100644
--- a/testing/buildbot/chromium.webkit.json
+++ b/testing/buildbot/chromium.webkit.json
@@ -1,4 +1,238 @@
{
+ "WebKit XP": {
+ "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 Win7": {
+ "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 Win7 (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"
+ }
+ ]
+ },
+ "WebKit Mac10.6": {
+ "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 Mac10.7": {
+ "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 Mac10.8": {
+ "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 Mac10.8 (retina)": {
+ "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 Mac10.9": {
+ "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 Mac10.6 (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"
+ }
+ ]
+ },
+ "WebKit Mac10.7 (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"
+ }
+ ]
+ },
+ "WebKit Linux": {
+ "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 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",
« no previous file with comments | « testing/buildbot/chromium.perf.json ('k') | testing/buildbot/trybot_analyze_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698