| Index: tools/run-tests.py
|
| diff --git a/tools/run-tests.py b/tools/run-tests.py
|
| index de45934a218dfee766a739735edf1de5b4a592f3..46f5db0f4817654b953c1d284feffd23f16fa0c5 100755
|
| --- a/tools/run-tests.py
|
| +++ b/tools/run-tests.py
|
| @@ -63,10 +63,10 @@ VARIANT_FLAGS = {
|
| VARIANTS = ["default", "stress", "nocrankshaft"]
|
|
|
| MODE_FLAGS = {
|
| - "debug" : ["--nobreak-on-abort", "--nodead-code-elimination",
|
| + "debug" : ["--nohard-abort", "--nodead-code-elimination",
|
| "--nofold-constants", "--enable-slow-asserts",
|
| "--debug-code", "--verify-heap"],
|
| - "release" : ["--nobreak-on-abort", "--nodead-code-elimination",
|
| + "release" : ["--nohard-abort", "--nodead-code-elimination",
|
| "--nofold-constants"]}
|
|
|
| GC_STRESS_FLAGS = ["--gc-interval=500", "--stress-compaction",
|
|
|