| Index: tools/run-tests.py
|
| diff --git a/tools/run-tests.py b/tools/run-tests.py
|
| index dc73a4035fc364abbadb6ac23b5afeec3ee24ffd..6348f73586b0fae56944784ec4172c19e5955a51 100755
|
| --- a/tools/run-tests.py
|
| +++ b/tools/run-tests.py
|
| @@ -88,9 +88,10 @@ VARIANT_FLAGS = {
|
| "default": [],
|
| "stress": ["--stress-opt", "--always-opt"],
|
| "turbofan": ["--turbo-asm", "--turbo-filter=*", "--always-opt"],
|
| - "nocrankshaft": ["--nocrankshaft"]}
|
| + "nocrankshaft": ["--nocrankshaft"],
|
| + "parsercache": ["--cache=parse"]}
|
|
|
| -VARIANTS = ["default", "stress", "turbofan", "nocrankshaft"]
|
| +VARIANTS = ["default", "stress", "turbofan", "nocrankshaft", "parsercache"]
|
|
|
| MODE_FLAGS = {
|
| "debug" : ["--nohard-abort", "--nodead-code-elimination",
|
|
|