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", |