Chromium Code Reviews| Index: test/mjsunit/mjsunit.status |
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
| index 318398890da3761cbe4fd24ae57c9eddabeff30b..d856ae4ad9a38843960c84e585862388df529d16 100644 |
| --- a/test/mjsunit/mjsunit.status |
| +++ b/test/mjsunit/mjsunit.status |
| @@ -55,47 +55,16 @@ |
| 'es6/debug-promises/reject-with-undefined-reject': [FAIL], |
| 'es6/debug-promises/reject-with-invalid-reject': [FAIL], |
| - ############################################################################## |
| - # TurboFan compiler failures. |
| - |
| - # Some tests are just too slow to run for now. |
| - 'big-object-literal': [PASS, NO_VARIANTS], |
| - 'json2': [PASS, NO_VARIANTS], |
| - 'packed-elements': [PASS, NO_VARIANTS], |
| - 'unicode-test': [PASS, NO_VARIANTS], |
| - 'whitespaces': [PASS, NO_VARIANTS], |
| - 'ignition/regress-599001-verifyheap': [PASS, NO_VARIANTS], |
| - 'es6/string-fromcodepoint': [PASS, NO_VARIANTS], |
| - 'regress/regress-2612': [PASS, NO_VARIANTS], |
| - |
| # Issue 3660: Replacing activated TurboFan frames by unoptimized code does |
| # not work, but we expect it to not crash. |
| - 'debug-step-turbofan': [PASS, FAIL], |
| - |
| - # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
| - 'debug-evaluate-closure': [PASS, NO_VARIANTS], |
| - 'debug-evaluate-locals': [PASS, NO_VARIANTS], |
| - 'debug-evaluate-locals-capturing': [PASS, NO_VARIANTS], |
| - 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], |
| - 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], |
| - 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug. |
| - 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. |
| - 'debug-liveedit-double-call': [PASS, NO_VARIANTS], |
| - 'debug-set-variable-value': [PASS, NO_VARIANTS], |
| - 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], |
| - |
| - # Assumptions about optimization need investigation in TurboFan. |
| - 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], |
| - |
| - # Fails in --turbo --always-opt mode. |
| - 'regress/regress-105': [PASS, NO_VARIANTS], |
| + 'debug-step-turbofan': [FAIL], |
| ############################################################################## |
| # Too slow in debug mode with --stress-opt mode. |
| - 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
| - 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
| + 'ignition/regress-599001-verifyheap': [PASS, NO_VARIANTS], |
|
Michael Achenbach
2016/08/08 12:46:05
How about moving those instead to the stress varia
Michael Starzinger
2016/08/08 13:06:50
Done.
|
| 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
| 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
| + 'unicode-test': [PASS, NO_VARIANTS], |
| ############################################################################## |
| # Too slow in debug mode for validation of elements. |
| @@ -574,7 +543,6 @@ |
| }], # 'arch == mips' |
| ############################################################################## |
| - |
| ['arch == mips64el or arch == mips64', { |
| # Slow tests which times out in debug mode. |
| @@ -695,6 +663,43 @@ |
| }], # 'arch == ppc64' |
| ############################################################################## |
| +['variant == stress', { |
| + 'debug-evaluate-locals-optimized': [FAIL], |
| + 'debug-evaluate-locals-optimized-double': [FAIL], |
| +}], # variant == stress |
| + |
| +############################################################################## |
| +['variant == turbofan', { |
| + |
| + # Assumptions about optimization need investigation in TurboFan. |
| + 'regress-sync-optimized-lists': [FAIL], |
| + |
| +}], # variant == turbofan |
| + |
| +############################################################################## |
| +['variant == turbofan_opt', { |
| + |
| + # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
| + 'debug-evaluate-closure': [FAIL], |
| + 'debug-evaluate-locals': [FAIL], |
| + 'debug-set-variable-value': [FAIL], |
| + 'debug-evaluate-locals-optimized': [FAIL], |
| + 'debug-evaluate-locals-optimized-double': [FAIL], |
| + 'debug-liveedit-double-call': [FAIL], |
| + 'es6/debug-evaluate-blockscopes': [FAIL], |
| + |
| + # TODO(jgruber): Fails in --turbo --always-opt mode. |
| + 'regress/regress-105': [FAIL], |
| + |
| +}], # variant == turbofan_opt |
| + |
| +############################################################################## |
| +['variant == ignition', { |
| + 'debug-liveedit-double-call': [FAIL], |
| + 'regress-sync-optimized-lists': [FAIL], |
| +}], # variant == ignition |
| + |
| +############################################################################## |
| ['variant == ignition_staging', { |
| 'allocation-site-info': [FAIL], |
| 'array-constructor-feedback': [FAIL], |
| @@ -706,6 +711,7 @@ |
| 'compiler/manual-concurrent-recompile': [FAIL], |
| 'constant-folding-2': [FAIL], |
| 'debug-is-active': [FAIL], |
| + 'debug-liveedit-double-call': [FAIL], |
| 'deopt-with-fp-regs': [FAIL], |
| 'deserialize-optimize-inner': [FAIL], |
| 'div-mul-minus-one': [FAIL], |
| @@ -726,6 +732,7 @@ |
| 'regress/regress-map-invalidation-2': [FAIL], |
| 'regress/regress-param-local-type': [FAIL], |
| 'regress/regress-prepare-break-while-recompile': [FAIL], |
| + 'regress-sync-optimized-lists': [FAIL], |
| 'shift-for-integer-div': [FAIL], |
| 'sin-cos': [FAIL], |
| 'smi-mul-const': [FAIL], |
| @@ -742,6 +749,8 @@ |
| ############################################################################## |
| ['variant == ignition_turbofan', { |
| + 'debug-liveedit-double-call': [FAIL], |
| + |
| # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
| 'array-literal-feedback': [FAIL], |
| 'regress/regress-4121': [FAIL], |