From: Michael Starzinger Date: Mon, 19 Jan 2015 14:15:04 +0000 (+0100) Subject: Blacklist computed property name failures with TurboFan. X-Git-Tag: upstream/4.7.83~4905 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d54d54deafd68c72a0cbf74dd1a76b5ef11e7f3;p=platform%2Fupstream%2Fv8.git 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} --- diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index c8d2126..dc14dc3 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -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],