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

Unified Diff: tools/run-tests.py

Issue 1413023002: [test] Run webkit tests as part of default testing on the bots. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index e63a40cfdf2a7ff3050b1b5841a03565ef28d993..3caff06a05f931250e866d2a095bff0dd1381bdf 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -60,6 +60,15 @@ ARCH_GUESS = utils.DefaultArch()
# expected runtimes (suites with slow test cases first). These groups are
# invoked in seperate steps on the bots.
TEST_MAP = {
+ "bot_default": [
+ "mjsunit",
+ "cctest",
+ "webkit",
+ "message",
+ "preparser",
+ "intl",
+ "unittests",
+ ],
"default": [
"mjsunit",
"cctest",
« 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