Commit 7d54d54d authored by Michael Starzinger's avatar Michael Starzinger

Blacklist computed property name failures with TurboFan.

R=verwaest@chromium.org
TEST=mjsunit/harmony/computed-property-names

Review URL: https://codereview.chromium.org/862513002

Cr-Commit-Position: refs/heads/master@{#26135}
parent 9d25205b
......@@ -84,6 +84,12 @@
# not work, but we expect it to not crash.
'debug-step-turbofan': [PASS, FAIL],
# TODO(mstarzinger): Investigate failures with computed property names.
# Note that this happens in GC-stress mode only.
'harmony/computed-property-names': [PASS, NO_VARIANTS],
'harmony/computed-property-names-classes': [PASS, NO_VARIANTS],
'harmony/computed-property-names-object-literals-methods': [PASS, NO_VARIANTS],
# TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
'debug-evaluate-const': [PASS, NO_VARIANTS],
'debug-evaluate-locals': [PASS, NO_VARIANTS],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment