| Index: tools/run-tests.py
|
| diff --git a/tools/run-tests.py b/tools/run-tests.py
|
| index e7c3f7ffd1796296bc3c7a30bb25fb52f212739a..e1c11c3d326d58c6a621578f8ffe3f656de1edf3 100755
|
| --- a/tools/run-tests.py
|
| +++ b/tools/run-tests.py
|
| @@ -52,8 +52,7 @@ from testrunner.objects import context
|
| ARCH_GUESS = utils.DefaultArch()
|
| DEFAULT_TESTS = ["mjsunit", "fuzz-natives", "base-unittests",
|
| "cctest", "compiler-unittests", "heap-unittests",
|
| - "libplatform-unittests", "runtime-unittests",
|
| - "message", "preparser"]
|
| + "libplatform-unittests", "message", "preparser"]
|
| TIMEOUT_DEFAULT = 60
|
| TIMEOUT_SCALEFACTOR = {"debug" : 4,
|
| "release" : 1 }
|
|
|