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

Unified Diff: tools/run-tests.py

Issue 2809653003: Introduce mkgrokdump to update tools/v8heapconst.py. (Closed)
Patch Set: Created 3 years, 8 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
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index e79c6d6278e68858682006733e59af15775842f1..3c3bbb2fe1274f3b64a2f73e446c1bf64e437ac3 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -65,6 +65,7 @@ ARCH_GUESS = utils.DefaultArch()
TEST_MAP = {
# This needs to stay in sync with test/bot_default.isolate.
Michael Starzinger 2017/04/11 09:42:38 According to this comment, something has to be kep
Yang 2017/04/11 09:57:20 Done.
"bot_default": [
+ "mkgrokdump",
Michael Achenbach 2017/04/11 09:45:54 How slow is this test? If it's faster than 1s, may
"debugger",
"mjsunit",
"cctest",
@@ -78,6 +79,7 @@ TEST_MAP = {
],
# This needs to stay in sync with test/default.isolate.
Michael Starzinger 2017/04/11 09:42:38 Likewise.
Yang 2017/04/11 09:57:20 Done.
"default": [
+ "mkgrokdump",
"debugger",
"mjsunit",
"cctest",

Powered by Google App Engine
This is Rietveld 408576698