| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 1dc38767983cb443b9f3d3920bc764ca037fc944..08f96b905b8856cf00fbb6a9874d93b3f11de69e 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -43,9 +43,6 @@ regress/regress-524: SKIP
|
| # This test non-deterministically runs out of memory on Windows ia32.
|
| regress/regress-crbug-160010: SKIP
|
|
|
| -# Deferred stack trace formatting is temporarily disabled.
|
| -stack-traces-gc: PASS || FAIL
|
| -
|
| ##############################################################################
|
| # Too slow in debug mode with --stress-opt mode.
|
| compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug
|
| @@ -287,3 +284,22 @@ regress/regress-165637: SKIP
|
|
|
| # Skip long running test that times out in debug mode and goes OOM on NaCl.
|
| regress/regress-crbug-160010: SKIP
|
| +
|
| +##############################################################################
|
| +[ $deopt_fuzzer == True ]
|
| +
|
| +# Skip tests that are not suitable for deoptimization fuzzing.
|
| +assert-opt-and-deopt: SKIP
|
| +never-optimize: SKIP
|
| +regress/regress-2185-2: SKIP
|
| +harmony/object-observe: SKIP
|
| +readonly: SKIP
|
| +array-feedback: SKIP
|
| +
|
| +# Deopt every n garbage collections collides with the deopt every n times flag.
|
| +regress/regress-2653: SKIP
|
| +
|
| +# Issue 2795:
|
| +array-store-and-grow: SKIP if $mode == debug
|
| +
|
| +
|
|
|