summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2015-08-31 15:48:26 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-31 22:49:01 +0000
commitfcf647558a36f0d1171d4735c7376c697055a9d6 (patch)
tree1e4265062695963fe771f94c641ba9244bce5626 /testing
parente6a8f2bdcc8b413777c2344d80c268a4260770f1 (diff)
downloadchromium_src-fcf647558a36f0d1171d4735c7376c697055a9d6.zip
chromium_src-fcf647558a36f0d1171d4735c7376c697055a9d6.tar.gz
chromium_src-fcf647558a36f0d1171d4735c7376c697055a9d6.tar.bz2
Run blink unit tests on Win 64-bit bots.
Running layout tests for 64-bit Windows is apparently tricky (crbug.com/178207) but there's no reason not to run the unit tests. Since they take only a few seconds to complete, run them on the 64-bit Win builders. BUG=526317 Review URL: https://codereview.chromium.org/1305253005 Cr-Commit-Position: refs/heads/master@{#346503}
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/chromium.webkit.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.webkit.json b/testing/buildbot/chromium.webkit.json
index 6d216f3..6c32373 100644
--- a/testing/buildbot/chromium.webkit.json
+++ b/testing/buildbot/chromium.webkit.json
@@ -1283,5 +1283,37 @@
"script": "webkit_python_tests.py"
}
]
+ },
+ "WebKit x64 Builder": {
+ "gtest_tests": [
+ {
+ "test": "blink_heap_unittests"
+ },
+ {
+ "test": "blink_platform_unittests"
+ },
+ {
+ "test": "webkit_unit_tests"
+ },
+ {
+ "test": "wtf_unittests"
+ }
+ ]
+ },
+ "WebKit x64 Builder (dbg)": {
+ "gtest_tests": [
+ {
+ "test": "blink_heap_unittests"
+ },
+ {
+ "test": "blink_platform_unittests"
+ },
+ {
+ "test": "webkit_unit_tests"
+ },
+ {
+ "test": "wtf_unittests"
+ }
+ ]
}
}