From 30f1b0e1e2cf79951a67e8916edd3a38915c2be9 Mon Sep 17 00:00:00 2001 From: Benedikt Meurer Date: Wed, 7 Oct 2015 14:08:18 +0200 Subject: [PATCH] [turbofan] Disable failing test due to try...catch and lazy deopts. This seems to be triggered now with global object specialization. TEST=mjsunit/regress/regress-crbug-450960 TBR=mstarzinger@chromium.org BUG=v8:4195 LOG=n Review URL: https://codereview.chromium.org/1388403002 . Cr-Commit-Position: refs/heads/master@{#31147} --- test/mjsunit/mjsunit.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 7cc9eea117..158dfcd0a6 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -151,6 +151,9 @@ # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification. 'regress/regress-1122': [PASS, NO_VARIANTS], + # TODO(mstarzinger): try..catch and lazy deopts don't seem to work correctly. + 'regress/regress-crbug-450960': [PASS, NO_VARIANTS], + # issue 4078: 'allocation-site-info': [PASS, NO_VARIANTS],